| HTML Entity (dec) | 끱 |
| HTML Entity (hex) | 끱 |
| UTF-8 (hex) | 0xeb81b1 / 0xeb 0x81 0xb1 (3 bytes) |
| UTF-8 (dec) | 235, 129, 177 (3 bytes) |
| UTF-16-BE (hex) | 0xb071 / 0xb0 0x71 (2 bytes) |
| UTF-16-BE (dec) | 176, 113 (2 bytes) |
| UTF-32-BE (hex) | 0xb071 / 0x00 0x00 0xb0 0x71 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 176, 113 (4 bytes) |
| C/C++/Java source code | "\ub071" |
| Python source code | "\ub071" |