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