| HTML Entity (dec) | 끼 |
| HTML Entity (hex) | 끼 |
| UTF-8 (hex) | 0xeb81bc / 0xeb 0x81 0xbc (3 bytes) |
| UTF-8 (dec) | 235, 129, 188 (3 bytes) |
| UTF-16-BE (hex) | 0xb07c / 0xb0 0x7c (2 bytes) |
| UTF-16-BE (dec) | 176, 124 (2 bytes) |
| UTF-32-BE (hex) | 0xb07c / 0x00 0x00 0xb0 0x7c (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 176, 124 (4 bytes) |
| C/C++/Java source code | "\ub07c" |
| Python source code | "\ub07c" |