| HTML Entity (dec) | 뇃 |
| HTML Entity (hex) | 뇃 |
| UTF-8 (hex) | 0xeb8783 / 0xeb 0x87 0x83 (3 bytes) |
| UTF-8 (dec) | 235, 135, 131 (3 bytes) |
| UTF-16-BE (hex) | 0xb1c3 / 0xb1 0xc3 (2 bytes) |
| UTF-16-BE (dec) | 177, 195 (2 bytes) |
| UTF-32-BE (hex) | 0xb1c3 / 0x00 0x00 0xb1 0xc3 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 177, 195 (4 bytes) |
| C/C++/Java source code | "\ub1c3" |
| Python source code | "\ub1c3" |