| HTML Entity (dec) | 뀶 |
| HTML Entity (hex) | 뀶 |
| UTF-8 (hex) | 0xeb80b6 / 0xeb 0x80 0xb6 (3 bytes) |
| UTF-8 (dec) | 235, 128, 182 (3 bytes) |
| UTF-16-BE (hex) | 0xb036 / 0xb0 0x36 (2 bytes) |
| UTF-16-BE (dec) | 176, 54 (2 bytes) |
| UTF-32-BE (hex) | 0xb036 / 0x00 0x00 0xb0 0x36 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 176, 54 (4 bytes) |
| C/C++/Java source code | "\ub036" |
| Python source code | "\ub036" |