
| Character Sets | Decimal | Hex |
|---|---|---|
| Windows-1250 | 155 | 9B |
| Windows-1251 | 155 | 9B |
| Windows-1252 | 155 | 9B |
| Windows-1253 | 155 | 9B |
| Windows-1254 | 155 | 9B |
| Windows-1255 | 155 | 9B |
| Windows-1256 | 155 | 9B |
| Windows-1257 | 155 | 9B |
| Windows-1258 | 155 | 9B |
| Unicode | U+203A | |
|---|---|---|
| Unicode Decimal | 8250 | |
| Unicode Escape | \u203a | |
| UTF-8 (hex) | 0xE2 0x80 0xBA | |
| UTF-8 (binary) | 11100010:10000000:10111010 | |
| UTF-8 (binary) | ||
| 11100010:10000000:10111010 | ||
| UTF-16 | 0x203A | |
| UTF-32 | 0x0000203A | |
| HTML Number | › | |
|---|---|---|
| HTML Hex | › | |
| HTML Entity | › | |
| URL Escape Code | %E2%80%BA | |
|---|---|---|
| Quoted-printable | =E2=80=BA |
| C, C++, and Java | "\u203A" | |
|---|---|---|
| CSS Code | \203A | |
| JavaScript | "\u203A" | |
| Perl | \x{203A} | |
| Python 2 | u"\u203A" | |
| Python 3 | \u203A | |
| Ruby | \u{203A} |