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