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