
| Character Sets | Decimal | Hex |
|---|---|---|
| Windows-1250 | 137 | 89 |
| Windows-1251 | 137 | 89 |
| Windows-1252 | 137 | 89 |
| Windows-1253 | 137 | 89 |
| Windows-1254 | 137 | 89 |
| Windows-1255 | 137 | 89 |
| Windows-1256 | 137 | 89 |
| Windows-1257 | 137 | 89 |
| Windows-1258 | 137 | 89 |
| Unicode | U+2030 | |
|---|---|---|
| Unicode Decimal | 8240 | |
| Unicode Escape | \u2030 | |
| UTF-8 (hex) | 0xE2 0x80 0xB0 | |
| UTF-8 (binary) | 11100010:10000000:10110000 | |
| UTF-8 (binary) | ||
| 11100010:10000000:10110000 | ||
| UTF-16 | 0x2030 | |
| UTF-32 | 0x00002030 | |
| HTML Number | ‰ | |
|---|---|---|
| HTML Hex | ‰ | |
| HTML Entity | ‰ | |
| URL Escape Code | %E2%80%B0 | |
|---|---|---|
| Quoted-printable | =E2=80=B0 |
| C, C++, and Java | "\u2030" | |
|---|---|---|
| CSS Code | \2030 | |
| JavaScript | "\u2030" | |
| Perl | \x{2030} | |
| Python 2 | u"\u2030" | |
| Python 3 | \u2030 | |
| Ruby | \u{2030} |