| HTML Entity (dec) | 낒 |
| HTML Entity (hex) | 낒 |
| UTF-8 (hex) | 0xeb8292 / 0xeb 0x82 0x92 (3 bytes) |
| UTF-8 (dec) | 235, 130, 146 (3 bytes) |
| UTF-16-BE (hex) | 0xb092 / 0xb0 0x92 (2 bytes) |
| UTF-16-BE (dec) | 176, 146 (2 bytes) |
| UTF-32-BE (hex) | 0xb092 / 0x00 0x00 0xb0 0x92 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 176, 146 (4 bytes) |
| C/C++/Java source code | "\ub092" |
| Python source code | "\ub092" |