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 ROUND OMEGA) is the Unicode character at code point U+047B. 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+047B | |
| decimal | 1147 | |
| htmldecimal | ѻ | |
| htmlhex | ѻ | |
| css | \047B | |
| javascript | \u{47B} | |
| python | \u047b | |
| java | \u047B | |
| go | \u047B | |
| ruby | \u{47B} | |
| rust | \u{47B} | |
| ccpp | \u047b | |
| urlencoded | %D1%BB | |
| utf8bytes | d1 bb | |
| utf16bebytes | 04 7b | |
| utf32bebytes | 00 00 04 7b |
How to Use
HTML:
ѻ
CSS:
content: "\047B"
JavaScript:
"\u{47B}"
Python:
"\u047b"
Properties
Frequently Asked Questions
What is the ѻ character (CYRILLIC SMALL LETTER ROUND OMEGA)?
ѻ (CYRILLIC SMALL LETTER ROUND OMEGA) is the Unicode character U+047B.
What is the Unicode codepoint of CYRILLIC SMALL LETTER ROUND OMEGA?
The CYRILLIC SMALL LETTER ROUND OMEGA character (ѻ) has codepoint U+047B.
How do I type or copy CYRILLIC SMALL LETTER ROUND OMEGA?
Copy ѻ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.