LATIN CAPITAL LETTER Y vs GREEK CAPITAL LETTER UPSILON
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' : ''">
Y
LATIN CAPITAL LETTER Y
U+0059
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
Υ
GREEK CAPITAL LETTER UPSILON
U+03A5
View details →
VS
Property Comparison
| Property | Y U+0059 | Υ U+03A5 |
|---|---|---|
| Name | LATIN CAPITAL LETTER Y | GREEK CAPITAL LETTER UPSILON |
| Block | Basic Latin | Greek and Coptic |
| Script | Latn | Grek |
| Category | Uppercase Letter (Lu) | Uppercase Letter (Lu) |
| Bidirectional | L | L |
Encoding Comparison
| Format | U+0059 | U+03A5 |
|---|---|---|
| unicode | U+0059 | U+03A5 |
| decimal | 89 | 933 |
| htmldecimal | Y | Υ |
| htmlhex | Y | Υ |
| css | \0059 | \03A5 |
| javascript | \u{59} | \u{3A5} |
| python | \u0059 | \u03a5 |
| java | \u0059 | \u03A5 |
| go | \u0059 | \u03A5 |
| ruby | \u{59} | \u{3A5} |
| rust | \u{59} | \u{3A5} |
| ccpp | \u0059 | \u03a5 |
| urlencoded | Y | %CE%A5 |
| utf8bytes | 59 | ce a5 |
| utf16bebytes | 00 59 | 03 a5 |
| utf32bebytes | 00 00 00 59 | 00 00 03 a5 |
How to Distinguish
These characters may look similar but belong to different scripts and blocks. LATIN CAPITAL LETTER Y is from the Basic Latin block (Latn script), while GREEK CAPITAL LETTER UPSILON 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.