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