| HTML Entity (dec) | 눹 | 
| HTML Entity (hex) | 눹 | 
| UTF-8 (hex) | 0xeb88b9 / 0xeb 0x88 0xb9 (3 bytes) | 
| UTF-8 (dec) | 235, 136, 185 (3 bytes) | 
| UTF-16-BE (hex) | 0xb239 / 0xb2 0x39 (2 bytes) | 
| UTF-16-BE (dec) | 178, 57 (2 bytes) | 
| UTF-32-BE (hex) | 0xb239 / 0x00 0x00 0xb2 0x39 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 178, 57 (4 bytes) | 
| C/C++/Java source code | "\ub239" | 
| Python source code | "\ub239" |