Rightwards Arrow From Bar vs Upwards White Arrow On Pedestal With Horizontal Bar
VS
Property Comparison
Encoding Comparison
| Format | 21A6 | 21EC |
|---|---|---|
| Unicode | U+21A6 | U+21EC |
| HTML Decimal | ↦ | ⇬ |
| HTML Hex | ↦ | ⇬ |
| CSS | \21A6 | \21EC |
| JavaScript | \u{21A6} | \u{21EC} |
| Python | \u21a6 | \u21ec |
| UTF-8 | e2 86 a6 | e2 87 ac |
How to Distinguish
Both Rightwards Arrow From Bar and Upwards White Arrow On Pedestal With Horizontal 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.