LATIN CAPITAL LETTER N vs GREEK CAPITAL LETTER NU
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 CAPITAL LETTER N
U+004E
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
Ν
GREEK CAPITAL LETTER NU
U+039D
View details →
VS
Property Comparison
| Property | N U+004E | Ν U+039D |
|---|---|---|
| Name | LATIN CAPITAL LETTER N | GREEK CAPITAL LETTER NU |
| Block | Basic Latin | Greek and Coptic |
| Script | Latn | Grek |
| Category | Uppercase Letter (Lu) | Uppercase Letter (Lu) |
| Bidirectional | L | L |
Encoding Comparison
| Format | U+004E | U+039D |
|---|---|---|
| unicode | U+004E | U+039D |
| decimal | 78 | 925 |
| htmldecimal | N | Ν |
| htmlhex | N | Ν |
| css | \004E | \039D |
| javascript | \u{4E} | \u{39D} |
| python | \u004e | \u039d |
| java | \u004E | \u039D |
| go | \u004E | \u039D |
| ruby | \u{4E} | \u{39D} |
| rust | \u{4E} | \u{39D} |
| ccpp | \u004e | \u039d |
| urlencoded | N | %CE%9D |
| utf8bytes | 4e | ce 9d |
| utf16bebytes | 00 4e | 03 9d |
| utf32bebytes | 00 00 00 4e | 00 00 03 9d |
How to Distinguish
These characters may look similar but belong to different scripts and blocks. LATIN CAPITAL LETTER N is from the Basic Latin block (Latn script), while GREEK CAPITAL LETTER NU is from Greek and Coptic (Grek). Check the codepoint or encoding to tell them apart.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.