| HTML Entity (dec) | 뼎 |
| HTML Entity (hex) | 뼎 |
| UTF-8 (hex) | 0xebbc8e / 0xeb 0xbc 0x8e (3 bytes) |
| UTF-8 (dec) | 235, 188, 142 (3 bytes) |
| UTF-16-BE (hex) | 0xbf0e / 0xbf 0x0e (2 bytes) |
| UTF-16-BE (dec) | 191, 14 (2 bytes) |
| UTF-32-BE (hex) | 0xbf0e / 0x00 0x00 0xbf 0x0e (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 191, 14 (4 bytes) |
| C/C++/Java source code | "\ubf0e" |
| Python source code | "\ubf0e" |