| HTML Entity (dec) | 톁 |
| HTML Entity (hex) | 톁 |
| UTF-8 (hex) | 0xed8681 / 0xed 0x86 0x81 (3 bytes) |
| UTF-8 (dec) | 237, 134, 129 (3 bytes) |
| UTF-16-BE (hex) | 0xd181 / 0xd1 0x81 (2 bytes) |
| UTF-16-BE (dec) | 209, 129 (2 bytes) |
| UTF-32-BE (hex) | 0xd181 / 0x00 0x00 0xd1 0x81 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 209, 129 (4 bytes) |
| C/C++/Java source code | "\ud181" |
| Python source code | "\ud181" |