| HTML Entity (dec) | 뉆 |
| HTML Entity (hex) | 뉆 |
| UTF-8 (hex) | 0xeb8986 / 0xeb 0x89 0x86 (3 bytes) |
| UTF-8 (dec) | 235, 137, 134 (3 bytes) |
| UTF-16-BE (hex) | 0xb246 / 0xb2 0x46 (2 bytes) |
| UTF-16-BE (dec) | 178, 70 (2 bytes) |
| UTF-32-BE (hex) | 0xb246 / 0x00 0x00 0xb2 0x46 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 178, 70 (4 bytes) |
| C/C++/Java source code | "\ub246" |
| Python source code | "\ub246" |