| HTML Entity (dec) | 톥 |
| HTML Entity (hex) | 톥 |
| UTF-8 (hex) | 0xed86a5 / 0xed 0x86 0xa5 (3 bytes) |
| UTF-8 (dec) | 237, 134, 165 (3 bytes) |
| UTF-16-BE (hex) | 0xd1a5 / 0xd1 0xa5 (2 bytes) |
| UTF-16-BE (dec) | 209, 165 (2 bytes) |
| UTF-32-BE (hex) | 0xd1a5 / 0x00 0x00 0xd1 0xa5 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 209, 165 (4 bytes) |
| C/C++/Java source code | "\ud1a5" |
| Python source code | "\ud1a5" |