Latin Small Letter N Preceded By Apostrophe vs Latin Small Letter S With Circumflex
VS
Property Comparison
| Property | ʼn 0149 | ŝ 015D |
|---|---|---|
| Name | Latin Small Letter N Preceded By Apostrophe | Latin Small Letter S With Circumflex |
| 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 | 015D |
|---|---|---|
| Unicode | U+0149 | U+015D |
| HTML Decimal | ʼn | ŝ |
| HTML Hex | ʼn | ŝ |
| CSS | \0149 | \015D |
| JavaScript | \u{149} | \u{15D} |
| Python | \u0149 | \u015d |
| UTF-8 | c5 89 | c5 9d |
How to Distinguish
Both Latin Small Letter N Preceded By Apostrophe and Latin Small Letter S With Circumflex 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.