| HTML Entity (dec) | 랊 |
| HTML Entity (hex) | 랊 |
| UTF-8 (hex) | 0xeb9e8a / 0xeb 0x9e 0x8a (3 bytes) |
| UTF-8 (dec) | 235, 158, 138 (3 bytes) |
| UTF-16-BE (hex) | 0xb78a / 0xb7 0x8a (2 bytes) |
| UTF-16-BE (dec) | 183, 138 (2 bytes) |
| UTF-32-BE (hex) | 0xb78a / 0x00 0x00 0xb7 0x8a (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 183, 138 (4 bytes) |
| C/C++/Java source code | "\ub78a" |
| Python source code | "\ub78a" |