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