Left Right Arrow With Stroke vs Upwards White Arrow On Pedestal With Vertical Bar
VS
Property Comparison
Encoding Comparison
| Format | 21AE | 21ED |
|---|---|---|
| Unicode | U+21AE | U+21ED |
| HTML Decimal | ↮ | ⇭ |
| HTML Hex | ↮ | ⇭ |
| CSS | \21AE | \21ED |
| JavaScript | \u{21AE} | \u{21ED} |
| Python | \u21ae | \u21ed |
| UTF-8 | e2 86 ae | e2 87 ad |
How to Distinguish
Both Left Right Arrow With Stroke and Upwards White Arrow On Pedestal With Vertical Bar 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.