North West Arrow vs South East Arrow
VS
Property Comparison
Encoding Comparison
| Format | 2196 | 2198 |
|---|---|---|
| Unicode | U+2196 | U+2198 |
| HTML Decimal | ↖ | ↘ |
| HTML Hex | ↖ | ↘ |
| CSS | \2196 | \2198 |
| JavaScript | \u{2196} | \u{2198} |
| Python | \u2196 | \u2198 |
| UTF-8 | e2 86 96 | e2 86 98 |
How to Distinguish
Both North West Arrow and South East 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.