Leftwards Arrow vs Leftwards Arrow With Stroke
VS
Property Comparison
Encoding Comparison
| Format | 2190 | 219A |
|---|---|---|
| Unicode | U+2190 | U+219A |
| HTML Decimal | ← | ↚ |
| HTML Hex | ← | ↚ |
| CSS | \2190 | \219A |
| JavaScript | \u{2190} | \u{219A} |
| Python | \u2190 | \u219a |
| UTF-8 | e2 86 90 | e2 86 9a |
How to Distinguish
Both Leftwards Arrow and Leftwards Arrow With Stroke belong to the Arrows category and the Arrows block. Compare their codepoints and visual rendering to distinguish them.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.