Latin Capital Letter I With Macron vs Latin Small Letter N Preceded By Apostrophe
VS
Property Comparison
| Property | Ī 012A | ʼn 0149 |
|---|---|---|
| Name | Latin Capital Letter I With Macron | Latin Small Letter N Preceded By Apostrophe |
| Category | Latin Extended | Latin Extended |
| Block | Latin Extended-A | Latin Extended-A |
| Script | Latn | Latn |
| General Category | Uppercase Letter (Lu) | Lowercase Letter (Ll) |
| Bidirectional | L | L |
Encoding Comparison
| Format | 012A | 0149 |
|---|---|---|
| Unicode | U+012A | U+0149 |
| HTML Decimal | Ī | ʼn |
| HTML Hex | Ī | ʼn |
| CSS | \012A | \0149 |
| JavaScript | \u{12A} | \u{149} |
| Python | \u012a | \u0149 |
| UTF-8 | c4 aa | c5 89 |
How to Distinguish
Both Latin Capital Letter I With Macron and Latin Small Letter N Preceded By Apostrophe 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.