Circled X vs Slanted North Arrow With Horizontal Tail
VS
Property Comparison
Encoding Comparison
| Format | 2BBE | 2B5C |
|---|---|---|
| Unicode | U+2BBE | U+2B5C |
| HTML Decimal | ⮾ | ⭜ |
| HTML Hex | ⮾ | ⭜ |
| CSS | \2BBE | \2B5C |
| JavaScript | \u{2BBE} | \u{2B5C} |
| Python | \u2bbe | \u2b5c |
| UTF-8 | e2 ae be | e2 ad 9c |
How to Distinguish
Both Circled X and Slanted North Arrow With Horizontal Tail belong to the Arrows category and the Miscellaneous Symbols and 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.