Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-2 | 197 | C5 |
Windows-1250 | 197 | C5 |
Unicode | U+0139 | |
---|---|---|
Unicode Decimal | 313 | |
Unicode Escape | \u0139 | |
UTF-8 (hex) | 0xC4 0xB9 | |
UTF-8 (binary) | 11000100:10111001 | |
UTF-8 (binary) | ||
11000100:10111001 | ||
UTF-16 | 0x0139 | |
UTF-32 | 0x00000139 |
HTML Number | Ĺ | |
---|---|---|
HTML Hex | Ĺ | |
HTML Entity | Ĺ |
URL Escape Code | %C4%B9 | |
---|---|---|
Quoted-printable | =C4=B9 |
C, C++, and Java | "\u0139" | |
---|---|---|
CSS Code | \0139 | |
JavaScript | "\u0139" | |
Perl | \x{0139} | |
Python 2 | u"\u0139" | |
Python 3 | \u0139 | |
Ruby | \u{0139} |