| HTML Entity (dec) | 뛫 |
| HTML Entity (hex) | 뛫 |
| UTF-8 (hex) | 0xeb9bab / 0xeb 0x9b 0xab (3 bytes) |
| UTF-8 (dec) | 235, 155, 171 (3 bytes) |
| UTF-16-BE (hex) | 0xb6eb / 0xb6 0xeb (2 bytes) |
| UTF-16-BE (dec) | 182, 235 (2 bytes) |
| UTF-32-BE (hex) | 0xb6eb / 0x00 0x00 0xb6 0xeb (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 182, 235 (4 bytes) |
| C/C++/Java source code | "\ub6eb" |
| Python source code | "\ub6eb" |