
| Character Sets | Decimal | Hex |
|---|---|---|
| Windows-1250 | 135 | 87 |
| Windows-1251 | 135 | 87 |
| Windows-1252 | 135 | 87 |
| Windows-1253 | 135 | 87 |
| Windows-1254 | 135 | 87 |
| Windows-1255 | 135 | 87 |
| Windows-1256 | 135 | 87 |
| Windows-1257 | 135 | 87 |
| Windows-1258 | 135 | 87 |
| Unicode | U+2021 | |
|---|---|---|
| Unicode Decimal | 8225 | |
| Unicode Escape | \u2021 | |
| UTF-8 (hex) | 0xE2 0x80 0xA1 | |
| UTF-8 (binary) | 11100010:10000000:10100001 | |
| UTF-8 (binary) | ||
| 11100010:10000000:10100001 | ||
| UTF-16 | 0x2021 | |
| UTF-32 | 0x00002021 | |
| HTML Number | ‡ | |
|---|---|---|
| HTML Hex | ‡ | |
| HTML Entity | ‡ | |
| URL Escape Code | %E2%80%A1 | |
|---|---|---|
| Quoted-printable | =E2=80=A1 |
| C, C++, and Java | "\u2021" | |
|---|---|---|
| CSS Code | \2021 | |
| JavaScript | "\u2021" | |
| Perl | \x{2021} | |
| Python 2 | u"\u2021" | |
| Python 3 | \u2021 | |
| Ruby | \u{2021} |