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