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