| HTML Entity (dec) | 뀴 |
| HTML Entity (hex) | 뀴 |
| UTF-8 (hex) | 0xeb80b4 / 0xeb 0x80 0xb4 (3 bytes) |
| UTF-8 (dec) | 235, 128, 180 (3 bytes) |
| UTF-16-BE (hex) | 0xb034 / 0xb0 0x34 (2 bytes) |
| UTF-16-BE (dec) | 176, 52 (2 bytes) |
| UTF-32-BE (hex) | 0xb034 / 0x00 0x00 0xb0 0x34 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 176, 52 (4 bytes) |
| C/C++/Java source code | "\ub034" |
| Python source code | "\ub034" |