| HTML Entity (dec) | 냬 |
| HTML Entity (hex) | 냬 |
| UTF-8 (hex) | 0xeb83ac / 0xeb 0x83 0xac (3 bytes) |
| UTF-8 (dec) | 235, 131, 172 (3 bytes) |
| UTF-16-BE (hex) | 0xb0ec / 0xb0 0xec (2 bytes) |
| UTF-16-BE (dec) | 176, 236 (2 bytes) |
| UTF-32-BE (hex) | 0xb0ec / 0x00 0x00 0xb0 0xec (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 176, 236 (4 bytes) |
| C/C++/Java source code | "\ub0ec" |
| Python source code | "\ub0ec" |