Latin Capital Letter N With Left Hook vs Latin Small Letter O With Double Grave
VS
Property Comparison
| Property | Ɲ 019D | ȍ 020D |
|---|---|---|
| Name | Latin Capital Letter N With Left Hook | Latin Small Letter O With Double Grave |
| Category | Latin Extended | Latin Extended |
| Block | Latin Extended-B | Latin Extended-B |
| Script | Latn | Latn |
| General Category | Uppercase Letter (Lu) | Lowercase Letter (Ll) |
| Bidirectional | L | L |
Encoding Comparison
| Format | 019D | 020D |
|---|---|---|
| Unicode | U+019D | U+020D |
| HTML Decimal | Ɲ | ȍ |
| HTML Hex | Ɲ | ȍ |
| CSS | \019D | \020D |
| JavaScript | \u{19D} | \u{20D} |
| Python | \u019d | \u020d |
| UTF-8 | c6 9d | c8 8d |
How to Distinguish
Both Latin Capital Letter N With Left Hook and Latin Small Letter O With Double Grave belong to the Latin Extended category and the Latin Extended-B 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.