| HTML Entity (dec) | 냪 |
| HTML Entity (hex) | 냪 |
| UTF-8 (hex) | 0xeb83aa / 0xeb 0x83 0xaa (3 bytes) |
| UTF-8 (dec) | 235, 131, 170 (3 bytes) |
| UTF-16-BE (hex) | 0xb0ea / 0xb0 0xea (2 bytes) |
| UTF-16-BE (dec) | 176, 234 (2 bytes) |
| UTF-32-BE (hex) | 0xb0ea / 0x00 0x00 0xb0 0xea (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 176, 234 (4 bytes) |
| C/C++/Java source code | "\ub0ea" |
| Python source code | "\ub0ea" |