
| Character Sets | Decimal | Hex |
|---|---|---|
| Windows-1258 | 242 | F2 |
| Unicode | U+0323 | |
|---|---|---|
| Unicode Decimal | 803 | |
| Unicode Escape | \u0323 | |
| UTF-8 (hex) | 0xCC 0xA3 | |
| UTF-8 (binary) | 11001100:10100011 | |
| UTF-8 (binary) | ||
| 11001100:10100011 | ||
| UTF-16 | 0x0323 | |
| UTF-32 | 0x00000323 | |
| HTML Number | ̣ | |
|---|---|---|
| HTML Hex | ̣ |
| URL Escape Code | %CC%A3 | |
|---|---|---|
| Quoted-printable | =CC=A3 |
| C, C++, and Java | "\u0323" | |
|---|---|---|
| CSS Code | \0323 | |
| JavaScript | "\u0323" | |
| Perl | \x{0323} | |
| Python 2 | u"\u0323" | |
| Python 3 | \u0323 | |
| Ruby | \u{0323} |