Slanted North Arrow With Horizontal Tail vs South East Triangle-Headed Arrow
VS
Property Comparison
Encoding Comparison
| Format | 2B5C | 2B68 |
|---|---|---|
| Unicode | U+2B5C | U+2B68 |
| HTML Decimal | ⭜ | ⭨ |
| HTML Hex | ⭜ | ⭨ |
| CSS | \2B5C | \2B68 |
| JavaScript | \u{2B5C} | \u{2B68} |
| Python | \u2b5c | \u2b68 |
| UTF-8 | e2 ad 9c | e2 ad a8 |
How to Distinguish
Both Slanted North Arrow With Horizontal Tail and South East Triangle-Headed Arrow 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.