| HTML Entity (dec) | 뻠 |
| HTML Entity (hex) | 뻠 |
| UTF-8 (hex) | 0xebbba0 / 0xeb 0xbb 0xa0 (3 bytes) |
| UTF-8 (dec) | 235, 187, 160 (3 bytes) |
| UTF-16-BE (hex) | 0xbee0 / 0xbe 0xe0 (2 bytes) |
| UTF-16-BE (dec) | 190, 224 (2 bytes) |
| UTF-32-BE (hex) | 0xbee0 / 0x00 0x00 0xbe 0xe0 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 190, 224 (4 bytes) |
| C/C++/Java source code | "\ubee0" |
| Python source code | "\ubee0" |