keecode logokeecode
Home / HTML Entities / Down arrow

Down arrow

Downwards arrow

Arrows

HTML Codes

Named Entity

↓

Numeric Code

↓

Usage Examples

HTML Example (Named Entity)

<p>This is the Down arrow: &darr;</p>

Output: This is the Down arrow:

HTML Example (Numeric Code)

<p>This is the Down arrow: &#8595;</p>

Output: This is the Down arrow:

JavaScript Example

const char = "&darr;";
console.log(char); // ↓