LATIN SMALL LETTER V vs GREEK SMALL 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' : ''">
v
LATIN SMALL LETTER V
U+0076
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
ν
GREEK SMALL LETTER NU
U+03BD
View details →
VS
Property Comparison
| Property | v U+0076 | ν U+03BD |
|---|---|---|
| Name | LATIN SMALL LETTER V | GREEK SMALL LETTER NU |
| Block | Basic Latin | Greek and Coptic |
| Script | Latn | Grek |
| Category | Lowercase Letter (Ll) | Lowercase Letter (Ll) |
| Bidirectional | L | L |
Encoding Comparison
| Format | U+0076 | U+03BD |
|---|---|---|
| unicode | U+0076 | U+03BD |
| decimal | 118 | 957 |
| htmldecimal | v | ν |
| htmlhex | v | ν |
| css | \0076 | \03BD |
| javascript | \u{76} | \u{3BD} |
| python | \u0076 | \u03bd |
| java | \u0076 | \u03BD |
| go | \u0076 | \u03BD |
| ruby | \u{76} | \u{3BD} |
| rust | \u{76} | \u{3BD} |
| ccpp | \u0076 | \u03bd |
| urlencoded | v | %CE%BD |
| utf8bytes | 76 | ce bd |
| utf16bebytes | 00 76 | 03 bd |
| utf32bebytes | 00 00 00 76 | 00 00 03 bd |
How to Distinguish
These characters may look similar but belong to different scripts and blocks. LATIN SMALL LETTER V is from the Basic Latin block (Latn script), while GREEK SMALL 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.