Upwards Arrow vs Upwards Arrow With Tip Leftwards
VS
Property Comparison
Encoding Comparison
| Format | 2191 | 21B0 |
|---|---|---|
| Unicode | U+2191 | U+21B0 |
| HTML Decimal | ↑ | ↰ |
| HTML Hex | ↑ | ↰ |
| CSS | \2191 | \21B0 |
| JavaScript | \u{2191} | \u{21B0} |
| Python | \u2191 | \u21b0 |
| UTF-8 | e2 86 91 | e2 86 b0 |
How to Distinguish
Both Upwards Arrow and Upwards Arrow With Tip Leftwards 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.