| HTML Entity (dec) | 꽂 |
| HTML Entity (hex) | 꽂 |
| UTF-8 (hex) | 0xeabd82 / 0xea 0xbd 0x82 (3 bytes) |
| UTF-8 (dec) | 234, 189, 130 (3 bytes) |
| UTF-16-BE (hex) | 0xaf42 / 0xaf 0x42 (2 bytes) |
| UTF-16-BE (dec) | 175, 66 (2 bytes) |
| UTF-32-BE (hex) | 0xaf42 / 0x00 0x00 0xaf 0x42 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 175, 66 (4 bytes) |
| C/C++/Java source code | "\uaf42" |
| Python source code | "\uaf42" |