↓
Down arrow
Downwards arrow
Arrows
HTML Codes
Named Entity
↓
Numeric Code
↓
Usage Examples
HTML Example (Named Entity)
<p>This is the Down arrow: ↓</p>
Output: This is the Down arrow: ↓
HTML Example (Numeric Code)
<p>This is the Down arrow: ↓</p>
Output: This is the Down arrow: ↓
JavaScript Example
const char = "↓"; console.log(char); // ↓
When to Use HTML Entities
Arrow symbols are useful for navigation, diagrams, and directional indicators. Entity codes provide cross-browser compatibility.