Character Sets | Decimal | Hex |
---|---|---|
Windows-1252 | 152 | 98 |
Windows-1254 | 152 | 98 |
Windows-1255 | 152 | 98 |
Windows-1258 | 152 | 98 |
Unicode | U+02DC | |
---|---|---|
Unicode Decimal | 732 | |
Unicode Escape | \u02dc | |
UTF-8 (hex) | 0xCB 0x9C | |
UTF-8 (binary) | 11001011:10011100 | |
UTF-8 (binary) | ||
11001011:10011100 | ||
UTF-16 | 0x02DC | |
UTF-32 | 0x000002DC |
HTML Number | ˜ | |
---|---|---|
HTML Hex | ˜ | |
HTML Entity | ˜ |
URL Escape Code | %CB%9C | |
---|---|---|
Quoted-printable | =CB=9C |
C, C++, and Java | "\u02DC" | |
---|---|---|
CSS Code | \02DC | |
JavaScript | "\u02DC" | |
Perl | \x{02DC} | |
Python 2 | u"\u02DC" | |
Python 3 | \u02DC | |
Ruby | \u{02DC} |