
| Character Sets | Decimal | Hex |
|---|---|---|
| Windows-1258 | 222 | DE |
| Unicode | U+0303 | |
|---|---|---|
| Unicode Decimal | 771 | |
| Unicode Escape | \u0303 | |
| UTF-8 (hex) | 0xCC 0x83 | |
| UTF-8 (binary) | 11001100:10000011 | |
| UTF-8 (binary) | ||
| 11001100:10000011 | ||
| UTF-16 | 0x0303 | |
| UTF-32 | 0x00000303 | |
| HTML Number | ̃ | |
|---|---|---|
| HTML Hex | ̃ |
| URL Escape Code | %CC%83 | |
|---|---|---|
| Quoted-printable | =CC=83 |
| C, C++, and Java | "\u0303" | |
|---|---|---|
| CSS Code | \0303 | |
| JavaScript | "\u0303" | |
| Perl | \x{0303} | |
| Python 2 | u"\u0303" | |
| Python 3 | \u0303 | |
| Ruby | \u{0303} |