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