| HTML Entity (dec) | 뤞 |
| HTML Entity (hex) | 뤞 |
| UTF-8 (hex) | 0xeba49e / 0xeb 0xa4 0x9e (3 bytes) |
| UTF-8 (dec) | 235, 164, 158 (3 bytes) |
| UTF-16-BE (hex) | 0xb91e / 0xb9 0x1e (2 bytes) |
| UTF-16-BE (dec) | 185, 30 (2 bytes) |
| UTF-32-BE (hex) | 0xb91e / 0x00 0x00 0xb9 0x1e (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 185, 30 (4 bytes) |
| C/C++/Java source code | "\ub91e" |
| Python source code | "\ub91e" |