Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-5 | 195 | C3 |
Windows-1251 | 211 | D3 |
Unicode | U+0423 | |
---|---|---|
Unicode Decimal | 1059 | |
Unicode Escape | \u0423 | |
UTF-8 (hex) | 0xD0 0xA3 | |
UTF-8 (binary) | 11010000:10100011 | |
UTF-8 (binary) | ||
11010000:10100011 | ||
UTF-16 | 0x0423 | |
UTF-32 | 0x00000423 |
HTML Number | У | |
---|---|---|
HTML Hex | У | |
HTML Entity | У |
URL Escape Code | %D0%A3 | |
---|---|---|
Quoted-printable | =D0=A3 |
C, C++, and Java | "\u0423" | |
---|---|---|
CSS Code | \0423 | |
JavaScript | "\u0423" | |
Perl | \x{0423} | |
Python 2 | u"\u0423" | |
Python 3 | \u0423 | |
Ruby | \u{0423} |