
| Character Sets | Decimal | Hex |
|---|---|---|
| Windows-1250 | 153 | 99 |
| Windows-1251 | 153 | 99 |
| Windows-1252 | 153 | 99 |
| Windows-1253 | 153 | 99 |
| Windows-1254 | 153 | 99 |
| Windows-1255 | 153 | 99 |
| Windows-1256 | 153 | 99 |
| Windows-1257 | 153 | 99 |
| Windows-1258 | 153 | 99 |
| Unicode | U+2122 | |
|---|---|---|
| Unicode Decimal | 8482 | |
| Unicode Escape | \u2122 | |
| UTF-8 (hex) | 0xE2 0x84 0xA2 | |
| UTF-8 (binary) | 11100010:10000100:10100010 | |
| UTF-8 (binary) | ||
| 11100010:10000100:10100010 | ||
| UTF-16 | 0x2122 | |
| UTF-32 | 0x00002122 | |
| HTML Number | ™ | |
|---|---|---|
| HTML Hex | ™ | |
| HTML Entity | ™ | |
| URL Escape Code | %E2%84%A2 | |
|---|---|---|
| Quoted-printable | =E2=84=A2 |
| C, C++, and Java | "\u2122" | |
|---|---|---|
| CSS Code | \2122 | |
| JavaScript | "\u2122" | |
| Perl | \x{2122} | |
| Python 2 | u"\u2122" | |
| Python 3 | \u2122 | |
| Ruby | \u{2122} |