Anticlockwise Open Circle Arrow vs Downwards Arrow
VS
Property Comparison
Encoding Comparison
| Format | 21BA | 2193 |
|---|---|---|
| Unicode | U+21BA | U+2193 |
| HTML Decimal | ↺ | ↓ |
| HTML Hex | ↺ | ↓ |
| CSS | \21BA | \2193 |
| JavaScript | \u{21BA} | \u{2193} |
| Python | \u21ba | \u2193 |
| UTF-8 | e2 86 ba | e2 86 93 |
How to Distinguish
Both Anticlockwise Open Circle Arrow and Downwards Arrow 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.