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