| HTML Entity (dec) | 꽑 | 
| HTML Entity (hex) | 꽑 | 
| UTF-8 (hex) | 0xeabd91 / 0xea 0xbd 0x91 (3 bytes) | 
| UTF-8 (dec) | 234, 189, 145 (3 bytes) | 
| UTF-16-BE (hex) | 0xaf51 / 0xaf 0x51 (2 bytes) | 
| UTF-16-BE (dec) | 175, 81 (2 bytes) | 
| UTF-32-BE (hex) | 0xaf51 / 0x00 0x00 0xaf 0x51 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 175, 81 (4 bytes) | 
| C/C++/Java source code | "\uaf51" | 
| Python source code | "\uaf51" |