| HTML Entity (dec) | 뇰 |
| HTML Entity (hex) | 뇰 |
| UTF-8 (hex) | 0xeb87b0 / 0xeb 0x87 0xb0 (3 bytes) |
| UTF-8 (dec) | 235, 135, 176 (3 bytes) |
| UTF-16-BE (hex) | 0xb1f0 / 0xb1 0xf0 (2 bytes) |
| UTF-16-BE (dec) | 177, 240 (2 bytes) |
| UTF-32-BE (hex) | 0xb1f0 / 0x00 0x00 0xb1 0xf0 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 177, 240 (4 bytes) |
| C/C++/Java source code | "\ub1f0" |
| Python source code | "\ub1f0" |