| Character Sets | Decimal | Hex |
|---|---|---|
| Windows-1258 | 210 | D2 |
| Unicode | U+0309 | |
|---|---|---|
| Unicode Decimal | 777 | |
| Unicode Escape | \u0309 | |
| UTF-8 (hex) | 0xCC 0x89 | |
| UTF-8 (binary) | 11001100:10001001 | |
| UTF-8 (binary) | ||
| 11001100:10001001 | ||
| UTF-16 | 0x0309 | |
| UTF-32 | 0x00000309 | |
| HTML Number | ̉ | |
|---|---|---|
| HTML Hex | ̉ |
| URL Escape Code | %CC%89 | |
|---|---|---|
| Quoted-printable | =CC=89 |
| C, C++, and Java | "\u0309" | |
|---|---|---|
| CSS Code | \0309 | |
| JavaScript | "\u0309" | |
| Perl | \x{0309} | |
| Python 2 | u"\u0309" | |
| Python 3 | \u0309 | |
| Ruby | \u{0309} |