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