↑
Up arrow
Upwards arrow
Arrows
HTML Codes
Named Entity
↑
Numeric Code
↑
Usage Examples
HTML Example (Named Entity)
<p>This is the Up arrow: ↑</p>
Output: This is the Up arrow: ↑
HTML Example (Numeric Code)
<p>This is the Up arrow: ↑</p>
Output: This is the Up 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.