Anticlockwise Gapped Circle Arrow vs Long Left Right Double Arrow
VS
Property Comparison
Encoding Comparison
| Format | 27F2 | 27FA |
|---|---|---|
| Unicode | U+27F2 | U+27FA |
| HTML Decimal | ⟲ | ⟺ |
| HTML Hex | ⟲ | ⟺ |
| CSS | \27F2 | \27FA |
| JavaScript | \u{27F2} | \u{27FA} |
| Python | \u27f2 | \u27fa |
| UTF-8 | e2 9f b2 | e2 9f ba |
How to Distinguish
Both Anticlockwise Gapped Circle Arrow and Long Left Right Double Arrow belong to the Arrows category and the Supplemental Arrows-A 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.