| HTML Entity (dec) | 뻔 |
| HTML Entity (hex) | 뻔 |
| UTF-8 (hex) | 0xebbb94 / 0xeb 0xbb 0x94 (3 bytes) |
| UTF-8 (dec) | 235, 187, 148 (3 bytes) |
| UTF-16-BE (hex) | 0xbed4 / 0xbe 0xd4 (2 bytes) |
| UTF-16-BE (dec) | 190, 212 (2 bytes) |
| UTF-32-BE (hex) | 0xbed4 / 0x00 0x00 0xbe 0xd4 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 190, 212 (4 bytes) |
| C/C++/Java source code | "\ubed4" |
| Python source code | "\ubed4" |