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