If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+044E, officially named CYRILLIC SMALL LETTER YU, was introduced in Unicode version 1.1. It is part of the Cyrillic block, which belongs to the Basic Multilingual plane. Previously, it was also referred to as CYRILLIC SMALL LETTER IU.
Categorized technically as a Lowercase Letter, this character typically falls under the Cyrillic script. In terms of text layout and rendering, the glyph is not a composition and has ambiguous in East Asian typography. When placed in bidirectional text, it behaves as an Left-To-Right character. Its visual representation remains not mirrored regardless of the reading direction.
Click any row to instantly copy the encoding value to your clipboard.
| Nº |
1102
Copied!
|
|---|---|
| UTF-8 |
D1 8E
Copied!
|
| UTF-16 |
04 4E
Copied!
|
| UTF-32 |
00 00 04 4E
Copied!
|
| URL-Quoted |
%D1%8E
Copied!
|
| HTML hex reference |
ю
Copied!
|
| RFC 5137 |
\u'044E'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u044E
Copied!
|
| C and C++ |
\u044e
Copied!
|
| C# |
\u044e
Copied!
|
| CSS |
\00044E
Copied!
|
| Excel |
=UNICHAR(1102)
Copied!
|
| Go |
\u044e
Copied!
|
| JavaScript |
\u044E
Copied!
|
| Modern JavaScript (since ES6) |
\u{044e}
Copied!
|
| JSON |
\u044E
Copied!
|
| Java |
\u044E
Copied!
|
| Lua |
\u{044E}
Copied!
|
| Matlab |
char(1102)
Copied!
|
| Perl |
\x{044E}
Copied!
|
| PHP |
\u{044e}
Copied!
|
| PostgreSQL |
U&'\044E'
Copied!
|
| PowerShell |
`u{044E}
Copied!
|
| Python |
\u044e
Copied!
|
| Ruby |
\u{044e}
Copied!
|
| Rust |
\u{044e}
Copied!
|