| HTML Entity (dec) | 톋 |
| HTML Entity (hex) | 톋 |
| UTF-8 (hex) | 0xed868b / 0xed 0x86 0x8b (3 bytes) |
| UTF-8 (dec) | 237, 134, 139 (3 bytes) |
| UTF-16-BE (hex) | 0xd18b / 0xd1 0x8b (2 bytes) |
| UTF-16-BE (dec) | 209, 139 (2 bytes) |
| UTF-32-BE (hex) | 0xd18b / 0x00 0x00 0xd1 0x8b (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 209, 139 (4 bytes) |
| C/C++/Java source code | "\ud18b" |
| Python source code | "\ud18b" |