copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('О'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
О
Overview
О (CYRILLIC CAPITAL LETTER O) is the Unicode character at code point U+041E. It belongs to the Cyrillic block, in the Uppercase Letter (Lu) general category. Its script is Cyrl.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+041E | |
| decimal | 1054 | |
| htmldecimal | О | |
| htmlhex | О | |
| css | \041E | |
| javascript | \u{41E} | |
| python | \u041e | |
| java | \u041E | |
| go | \u041E | |
| ruby | \u{41E} | |
| rust | \u{41E} | |
| ccpp | \u041e | |
| urlencoded | %D0%9E | |
| utf8bytes | d0 9e | |
| utf16bebytes | 04 1e | |
| utf32bebytes | 00 00 04 1e |
How to Use
HTML:
О
CSS:
content: "\041E"
JavaScript:
"\u{41E}"
Python:
"\u041e"
Frequently Asked Questions
What is the О character (CYRILLIC CAPITAL LETTER O)?
О (CYRILLIC CAPITAL LETTER O) is the Unicode character U+041E.
What is the Unicode codepoint of CYRILLIC CAPITAL LETTER O?
The CYRILLIC CAPITAL LETTER O character (О) has codepoint U+041E.
How do I type or copy CYRILLIC CAPITAL LETTER O?
Copy О directly, or use the HTML entity, UTF-8, and code encodings shown on this page.