| HTML Entity (dec) | 눟 |
| HTML Entity (hex) | 눟 |
| UTF-8 (hex) | 0xeb889f / 0xeb 0x88 0x9f (3 bytes) |
| UTF-8 (dec) | 235, 136, 159 (3 bytes) |
| UTF-16-BE (hex) | 0xb21f / 0xb2 0x1f (2 bytes) |
| UTF-16-BE (dec) | 178, 31 (2 bytes) |
| UTF-32-BE (hex) | 0xb21f / 0x00 0x00 0xb2 0x1f (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 178, 31 (4 bytes) |
| C/C++/Java source code | "\ub21f" |
| Python source code | "\ub21f" |