Rightwards Arrow From Bar vs Rightwards Harpoon Over Leftwards Harpoon
VS
Property Comparison
Encoding Comparison
| Format | 21A6 | 21CC |
|---|---|---|
| Unicode | U+21A6 | U+21CC |
| HTML Decimal | ↦ | ⇌ |
| HTML Hex | ↦ | ⇌ |
| CSS | \21A6 | \21CC |
| JavaScript | \u{21A6} | \u{21CC} |
| Python | \u21a6 | \u21cc |
| UTF-8 | e2 86 a6 | e2 87 8c |
How to Distinguish
Both Rightwards Arrow From Bar and Rightwards Harpoon Over Leftwards Harpoon 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.