LATIN CAPITAL LETTER O vs GREEK CAPITAL LETTER OMICRON
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' : ''">
O
LATIN CAPITAL LETTER O
U+004F
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
Ο
GREEK CAPITAL LETTER OMICRON
U+039F
View details →
VS
Property Comparison
| Property | O U+004F | Ο U+039F |
|---|---|---|
| Name | LATIN CAPITAL LETTER O | GREEK CAPITAL LETTER OMICRON |
| Block | Basic Latin | Greek and Coptic |
| Script | Latn | Grek |
| Category | Uppercase Letter (Lu) | Uppercase Letter (Lu) |
| Bidirectional | L | L |
Encoding Comparison
| Format | U+004F | U+039F |
|---|---|---|
| unicode | U+004F | U+039F |
| decimal | 79 | 927 |
| htmldecimal | O | Ο |
| htmlhex | O | Ο |
| css | \004F | \039F |
| javascript | \u{4F} | \u{39F} |
| python | \u004f | \u039f |
| java | \u004F | \u039F |
| go | \u004F | \u039F |
| ruby | \u{4F} | \u{39F} |
| rust | \u{4F} | \u{39F} |
| ccpp | \u004f | \u039f |
| urlencoded | O | %CE%9F |
| utf8bytes | 4f | ce 9f |
| utf16bebytes | 00 4f | 03 9f |
| utf32bebytes | 00 00 00 4f | 00 00 03 9f |
How to Distinguish
These characters may look similar but belong to different scripts and blocks. LATIN CAPITAL LETTER O is from the Basic Latin block (Latn script), while GREEK CAPITAL LETTER OMICRON 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.