Left Right Arrow With Stroke vs Rightwards Harpoon Over Leftwards Harpoon
VS
Property Comparison
Encoding Comparison
| Format | 21AE | 21CC |
|---|---|---|
| Unicode | U+21AE | U+21CC |
| HTML Decimal | ↮ | ⇌ |
| HTML Hex | ↮ | ⇌ |
| CSS | \21AE | \21CC |
| JavaScript | \u{21AE} | \u{21CC} |
| Python | \u21ae | \u21cc |
| UTF-8 | e2 86 ae | e2 87 8c |
How to Distinguish
Both Left Right Arrow With Stroke 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.