| HTML Entity (dec) | 뽥 |
| HTML Entity (hex) | 뽥 |
| UTF-8 (hex) | 0xebbda5 / 0xeb 0xbd 0xa5 (3 bytes) |
| UTF-8 (dec) | 235, 189, 165 (3 bytes) |
| UTF-16-BE (hex) | 0xbf65 / 0xbf 0x65 (2 bytes) |
| UTF-16-BE (dec) | 191, 101 (2 bytes) |
| UTF-32-BE (hex) | 0xbf65 / 0x00 0x00 0xbf 0x65 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 191, 101 (4 bytes) |
| C/C++/Java source code | "\ubf65" |
| Python source code | "\ubf65" |