| HTML Entity (dec) | 튓 |
| HTML Entity (hex) | 튓 |
| UTF-8 (hex) | 0xed8a93 / 0xed 0x8a 0x93 (3 bytes) |
| UTF-8 (dec) | 237, 138, 147 (3 bytes) |
| UTF-16-BE (hex) | 0xd293 / 0xd2 0x93 (2 bytes) |
| UTF-16-BE (dec) | 210, 147 (2 bytes) |
| UTF-32-BE (hex) | 0xd293 / 0x00 0x00 0xd2 0x93 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 210, 147 (4 bytes) |
| C/C++/Java source code | "\ud293" |
| Python source code | "\ud293" |