If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+04AA, officially named CYRILLIC CAPITAL LETTER ES WITH DESCENDER, 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 CAPITAL LETTER ES CEDILLA.
Categorized technically as a Uppercase Letter, this character typically falls under the Cyrillic script. In terms of text layout and rendering, the glyph is not a composition and has no designated width 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º |
1194
Copied!
|
|---|---|
| UTF-8 |
D2 AA
Copied!
|
| UTF-16 |
04 AA
Copied!
|
| UTF-32 |
00 00 04 AA
Copied!
|
| URL-Quoted |
%D2%AA
Copied!
|
| HTML hex reference |
Ҫ
Copied!
|
| RFC 5137 |
\u'04AA'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u04AA
Copied!
|
| C and C++ |
\u04aa
Copied!
|
| C# |
\u04aa
Copied!
|
| CSS |
\0004AA
Copied!
|
| Excel |
=UNICHAR(1194)
Copied!
|
| Go |
\u04aa
Copied!
|
| JavaScript |
\u04AA
Copied!
|
| Modern JavaScript (since ES6) |
\u{04aa}
Copied!
|
| JSON |
\u04AA
Copied!
|
| Java |
\u04AA
Copied!
|
| Lua |
\u{04AA}
Copied!
|
| Matlab |
char(1194)
Copied!
|
| Perl |
\x{04AA}
Copied!
|
| PHP |
\u{04aa}
Copied!
|
| PostgreSQL |
U&'\04AA'
Copied!
|
| PowerShell |
`u{04AA}
Copied!
|
| Python |
\u04aa
Copied!
|
| Ruby |
\u{04aa}
Copied!
|
| Rust |
\u{04aa}
Copied!
|