| HTML Entity (dec) | 뽧 |
| HTML Entity (hex) | 뽧 |
| UTF-8 (hex) | 0xebbda7 / 0xeb 0xbd 0xa7 (3 bytes) |
| UTF-8 (dec) | 235, 189, 167 (3 bytes) |
| UTF-16-BE (hex) | 0xbf67 / 0xbf 0x67 (2 bytes) |
| UTF-16-BE (dec) | 191, 103 (2 bytes) |
| UTF-32-BE (hex) | 0xbf67 / 0x00 0x00 0xbf 0x67 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 191, 103 (4 bytes) |
| C/C++/Java source code | "\ubf67" |
| Python source code | "\ubf67" |