| HTML Entity (dec) | 톍 |
| HTML Entity (hex) | 톍 |
| UTF-8 (hex) | 0xed868d / 0xed 0x86 0x8d (3 bytes) |
| UTF-8 (dec) | 237, 134, 141 (3 bytes) |
| UTF-16-BE (hex) | 0xd18d / 0xd1 0x8d (2 bytes) |
| UTF-16-BE (dec) | 209, 141 (2 bytes) |
| UTF-32-BE (hex) | 0xd18d / 0x00 0x00 0xd1 0x8d (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 209, 141 (4 bytes) |
| C/C++/Java source code | "\ud18d" |
| Python source code | "\ud18d" |