
| Character Sets | Decimal | Hex |
|---|---|---|
| Windows-1250 | 139 | 8B |
| Windows-1251 | 139 | 8B |
| Windows-1252 | 139 | 8B |
| Windows-1253 | 139 | 8B |
| Windows-1254 | 139 | 8B |
| Windows-1255 | 139 | 8B |
| Windows-1256 | 139 | 8B |
| Windows-1257 | 139 | 8B |
| Windows-1258 | 139 | 8B |
| Unicode | U+2039 | |
|---|---|---|
| Unicode Decimal | 8249 | |
| Unicode Escape | \u2039 | |
| UTF-8 (hex) | 0xE2 0x80 0xB9 | |
| UTF-8 (binary) | 11100010:10000000:10111001 | |
| UTF-8 (binary) | ||
| 11100010:10000000:10111001 | ||
| UTF-16 | 0x2039 | |
| UTF-32 | 0x00002039 | |
| HTML Number | ‹ | |
|---|---|---|
| HTML Hex | ‹ | |
| HTML Entity | ‹ | |
| URL Escape Code | %E2%80%B9 | |
|---|---|---|
| Quoted-printable | =E2=80=B9 |
| C, C++, and Java | "\u2039" | |
|---|---|---|
| CSS Code | \2039 | |
| JavaScript | "\u2039" | |
| Perl | \x{2039} | |
| Python 2 | u"\u2039" | |
| Python 3 | \u2039 | |
| Ruby | \u{2039} |