HTML Entity Detail

HTML Entity - Leftwards Arrow

Leftwards Arrow is a arrow symbols for direction, navigation, and flow. This HTML entity enables web developers to display this character reliably across all browsers without encoding issues.

Symbol preview
Unicode

U+2190

HTML entity

←

CSS code

\2190

Usage Examples

Use this HTML entity in user interfaces, diagrams, and documentation to indicate direction, movement, or relationships between elements.

Common Mistakes

⚠️

Mistake: Using <- instead of ← in mathematical notation

Fix: Use &larr; (←) for leftwards arrows in mathematics. The ASCII <- notation is not standard mathematical notation.

⚠️

Mistake: Confusing ← (left arrow) with ⇐ (left double arrow)

Fix: Use ← for simple direction and ⇐ (&lArr;) for logical "if" (Q ⇐ P means "Q if P").

Leftwards Arrow

Select any code to highlight it before copying.

Category: Arrows
Unicode U+2190
Hex Code &#x2190;
HTML Code &#8592;
HTML Entity &larr;
CSS Code \2190
Windows Shortcut
Mac Shortcut
HTML code example
CSS code example
Help2Code Logo
Menu