| HTML Entity (dec) | 떩 |
| HTML Entity (hex) | 떩 |
| UTF-8 (hex) | 0xeb96a9 / 0xeb 0x96 0xa9 (3 bytes) |
| UTF-8 (dec) | 235, 150, 169 (3 bytes) |
| UTF-16-BE (hex) | 0xb5a9 / 0xb5 0xa9 (2 bytes) |
| UTF-16-BE (dec) | 181, 169 (2 bytes) |
| UTF-32-BE (hex) | 0xb5a9 / 0x00 0x00 0xb5 0xa9 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 181, 169 (4 bytes) |
| C/C++/Java source code | "\ub5a9" |
| Python source code | "\ub5a9" |