LATIN CAPITAL LETTER O vs CYRILLIC CAPITAL LETTER O
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' : ''">
О
CYRILLIC CAPITAL LETTER O
U+041E
View details →
VS
Property Comparison
| Property | O U+004F | О U+041E |
|---|---|---|
| Name | LATIN CAPITAL LETTER O | CYRILLIC CAPITAL LETTER O |
| Block | Basic Latin | Cyrillic |
| Script | Latn | Cyrl |
| Category | Uppercase Letter (Lu) | Uppercase Letter (Lu) |
| Bidirectional | L | L |
Encoding Comparison
| Format | U+004F | U+041E |
|---|---|---|
| unicode | U+004F | U+041E |
| decimal | 79 | 1054 |
| htmldecimal | O | О |
| htmlhex | O | О |
| css | \004F | \041E |
| javascript | \u{4F} | \u{41E} |
| python | \u004f | \u041e |
| java | \u004F | \u041E |
| go | \u004F | \u041E |
| ruby | \u{4F} | \u{41E} |
| rust | \u{4F} | \u{41E} |
| ccpp | \u004f | \u041e |
| urlencoded | O | %D0%9E |
| utf8bytes | 4f | d0 9e |
| utf16bebytes | 00 4f | 04 1e |
| utf32bebytes | 00 00 00 4f | 00 00 04 1e |
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 CYRILLIC CAPITAL LETTER O is from Cyrillic (Cyrl). 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.