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