| HTML Entity (dec) | 떜 |
| HTML Entity (hex) | 떜 |
| UTF-8 (hex) | 0xeb969c / 0xeb 0x96 0x9c (3 bytes) |
| UTF-8 (dec) | 235, 150, 156 (3 bytes) |
| UTF-16-BE (hex) | 0xb59c / 0xb5 0x9c (2 bytes) |
| UTF-16-BE (dec) | 181, 156 (2 bytes) |
| UTF-32-BE (hex) | 0xb59c / 0x00 0x00 0xb5 0x9c (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 181, 156 (4 bytes) |
| C/C++/Java source code | "\ub59c" |
| Python source code | "\ub59c" |