Upwards Arrow With Horizontal Stroke vs Upwards Triple Arrow
VS
Property Comparison
Encoding Comparison
| Format | 2909 | 290A |
|---|---|---|
| Unicode | U+2909 | U+290A |
| HTML Decimal | ⤉ | ⤊ |
| HTML Hex | ⤉ | ⤊ |
| CSS | \2909 | \290A |
| JavaScript | \u{2909} | \u{290A} |
| Python | \u2909 | \u290a |
| UTF-8 | e2 a4 89 | e2 a4 8a |
How to Distinguish
Both Upwards Arrow With Horizontal Stroke and Upwards Triple Arrow belong to the Arrows category and the Supplemental Arrows-B 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.