North East Arrow vs South West Arrow
VS
Property Comparison
Encoding Comparison
| Format | 2197 | 2199 |
|---|---|---|
| Unicode | U+2197 | U+2199 |
| HTML Decimal | ↗ | ↙ |
| HTML Hex | ↗ | ↙ |
| CSS | \2197 | \2199 |
| JavaScript | \u{2197} | \u{2199} |
| Python | \u2197 | \u2199 |
| UTF-8 | e2 86 97 | e2 86 99 |
How to Distinguish
Both North East Arrow and South West 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.