LATIN SMALL LETTER O vs GREEK SMALL 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 SMALL LETTER O
U+006F
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
ο
GREEK SMALL LETTER OMICRON
U+03BF
View details →
VS
Property Comparison
| Property | o U+006F | ο U+03BF |
|---|---|---|
| Name | LATIN SMALL LETTER O | GREEK SMALL LETTER OMICRON |
| Block | Basic Latin | Greek and Coptic |
| Script | Latn | Grek |
| Category | Lowercase Letter (Ll) | Lowercase Letter (Ll) |
| Bidirectional | L | L |
Encoding Comparison
| Format | U+006F | U+03BF |
|---|---|---|
| unicode | U+006F | U+03BF |
| decimal | 111 | 959 |
| htmldecimal | o | ο |
| htmlhex | o | ο |
| css | \006F | \03BF |
| javascript | \u{6F} | \u{3BF} |
| python | \u006f | \u03bf |
| java | \u006F | \u03BF |
| go | \u006F | \u03BF |
| ruby | \u{6F} | \u{3BF} |
| rust | \u{6F} | \u{3BF} |
| ccpp | \u006f | \u03bf |
| urlencoded | o | %CE%BF |
| utf8bytes | 6f | ce bf |
| utf16bebytes | 00 6f | 03 bf |
| utf32bebytes | 00 00 00 6f | 00 00 03 bf |
How to Distinguish
These characters may look similar but belong to different scripts and blocks. LATIN SMALL LETTER O is from the Basic Latin block (Latn script), while GREEK SMALL 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.