| HTML Entity (dec) | 뢢 |
| HTML Entity (hex) | 뢢 |
| UTF-8 (hex) | 0xeba2a2 / 0xeb 0xa2 0xa2 (3 bytes) |
| UTF-8 (dec) | 235, 162, 162 (3 bytes) |
| UTF-16-BE (hex) | 0xb8a2 / 0xb8 0xa2 (2 bytes) |
| UTF-16-BE (dec) | 184, 162 (2 bytes) |
| UTF-32-BE (hex) | 0xb8a2 / 0x00 0x00 0xb8 0xa2 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 184, 162 (4 bytes) |
| C/C++/Java source code | "\ub8a2" |
| Python source code | "\ub8a2" |