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 U WITH DOUBLE ACUTE) is the Unicode character at code point U+04F2. 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+04F2 | |
| decimal | 1266 | |
| htmldecimal | Ӳ | |
| htmlhex | Ӳ | |
| css | \04F2 | |
| javascript | \u{4F2} | |
| python | \u04f2 | |
| java | \u04F2 | |
| go | \u04F2 | |
| ruby | \u{4F2} | |
| rust | \u{4F2} | |
| ccpp | \u04f2 | |
| urlencoded | %D3%B2 | |
| utf8bytes | d3 b2 | |
| utf16bebytes | 04 f2 | |
| utf32bebytes | 00 00 04 f2 |
How to Use
HTML:
Ӳ
CSS:
content: "\04F2"
JavaScript:
"\u{4F2}"
Python:
"\u04f2"
Properties
Frequently Asked Questions
What is the Ӳ character (CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE)?
Ӳ (CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE) is the Unicode character U+04F2.
What is the Unicode codepoint of CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE?
The CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE character (Ӳ) has codepoint U+04F2.
How do I type or copy CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE?
Copy Ӳ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.