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 SMALL LETTER O) is the Unicode character at code point U+043E. It belongs to the Cyrillic block, in the Lowercase Letter (Ll) general category. Its script is Cyrl.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+043E | |
| decimal | 1086 | |
| htmldecimal | о | |
| htmlhex | о | |
| css | \043E | |
| javascript | \u{43E} | |
| python | \u043e | |
| java | \u043E | |
| go | \u043E | |
| ruby | \u{43E} | |
| rust | \u{43E} | |
| ccpp | \u043e | |
| urlencoded | %D0%BE | |
| utf8bytes | d0 be | |
| utf16bebytes | 04 3e | |
| utf32bebytes | 00 00 04 3e |
How to Use
HTML:
о
CSS:
content: "\043E"
JavaScript:
"\u{43E}"
Python:
"\u043e"
Frequently Asked Questions
What is the о character (CYRILLIC SMALL LETTER O)?
о (CYRILLIC SMALL LETTER O) is the Unicode character U+043E.
What is the Unicode codepoint of CYRILLIC SMALL LETTER O?
The CYRILLIC SMALL LETTER O character (о) has codepoint U+043E.
How do I type or copy CYRILLIC SMALL LETTER O?
Copy о directly, or use the HTML entity, UTF-8, and code encodings shown on this page.