Up Barb Right Down Barb Right Harpoon vs Upwards Triple Arrow
VS
Property Comparison
Encoding Comparison
| Format | 294F | 290A |
|---|---|---|
| Unicode | U+294F | U+290A |
| HTML Decimal | ⥏ | ⤊ |
| HTML Hex | ⥏ | ⤊ |
| CSS | \294F | \290A |
| JavaScript | \u{294F} | \u{290A} |
| Python | \u294f | \u290a |
| UTF-8 | e2 a5 8f | e2 a4 8a |
How to Distinguish
Both Up Barb Right Down Barb Right Harpoon 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.