| HTML Entity (dec) | 틿 |
| HTML Entity (hex) | 틿 |
| UTF-8 (hex) | 0xed8bbf / 0xed 0x8b 0xbf (3 bytes) |
| UTF-8 (dec) | 237, 139, 191 (3 bytes) |
| UTF-16-BE (hex) | 0xd2ff / 0xd2 0xff (2 bytes) |
| UTF-16-BE (dec) | 210, 255 (2 bytes) |
| UTF-32-BE (hex) | 0xd2ff / 0x00 0x00 0xd2 0xff (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 210, 255 (4 bytes) |
| C/C++/Java source code | "\ud2ff" |
| Python source code | "\ud2ff" |