| HTML Entity (dec) | 뺩 |
| HTML Entity (hex) | 뺩 |
| UTF-8 (hex) | 0xebbaa9 / 0xeb 0xba 0xa9 (3 bytes) |
| UTF-8 (dec) | 235, 186, 169 (3 bytes) |
| UTF-16-BE (hex) | 0xbea9 / 0xbe 0xa9 (2 bytes) |
| UTF-16-BE (dec) | 190, 169 (2 bytes) |
| UTF-32-BE (hex) | 0xbea9 / 0x00 0x00 0xbe 0xa9 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 190, 169 (4 bytes) |
| C/C++/Java source code | "\ubea9" |
| Python source code | "\ubea9" |