Latin Small Letter N Preceded By Apostrophe vs Latin Small Letter O With Breve
VS
Property Comparison
| Property | ʼn 0149 | ŏ 014F |
|---|---|---|
| Name | Latin Small Letter N Preceded By Apostrophe | Latin Small Letter O With Breve |
| Category | Latin Extended | Latin Extended |
| Block | Latin Extended-A | Latin Extended-A |
| Script | Latn | Latn |
| General Category | Lowercase Letter (Ll) | Lowercase Letter (Ll) |
| Bidirectional | L | L |
Encoding Comparison
| Format | 0149 | 014F |
|---|---|---|
| Unicode | U+0149 | U+014F |
| HTML Decimal | ʼn | ŏ |
| HTML Hex | ʼn | ŏ |
| CSS | \0149 | \014F |
| JavaScript | \u{149} | \u{14F} |
| Python | \u0149 | \u014f |
| UTF-8 | c5 89 | c5 8f |
How to Distinguish
Both Latin Small Letter N Preceded By Apostrophe and Latin Small Letter O With Breve belong to the Latin Extended category and the Latin Extended-A 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.