LATIN SMALL LETTER N vs LATIN SMALL LETTER R
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
copied1 = false, 2000)"
:class="copied1 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
n
LATIN SMALL LETTER N
U+006E
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
r
LATIN SMALL LETTER R
U+0072
View details →
VS
Property Comparison
| Property | n U+006E | r U+0072 |
|---|---|---|
| Name | LATIN SMALL LETTER N | LATIN SMALL LETTER R |
| Block | Basic Latin | Basic Latin |
| Script | Latn | Latn |
| Category | Lowercase Letter (Ll) | Lowercase Letter (Ll) |
| Bidirectional | L | L |
Encoding Comparison
| Format | U+006E | U+0072 |
|---|---|---|
| unicode | U+006E | U+0072 |
| decimal | 110 | 114 |
| htmldecimal | n | r |
| htmlhex | n | r |
| css | \006E | \0072 |
| javascript | \u{6E} | \u{72} |
| python | \u006e | \u0072 |
| java | \u006E | \u0072 |
| go | \u006E | \u0072 |
| ruby | \u{6E} | \u{72} |
| rust | \u{6E} | \u{72} |
| ccpp | \u006e | \u0072 |
| urlencoded | n | r |
| utf8bytes | 6e | 72 |
| utf16bebytes | 00 6e | 00 72 |
| utf32bebytes | 00 00 00 6e | 00 00 00 72 |
How to Distinguish
Both LATIN SMALL LETTER N and LATIN SMALL LETTER R belong to the Basic Latin block and Latn script. 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.