| HTML Entity (dec) | 꼢 | 
| HTML Entity (hex) | 꼢 | 
| UTF-8 (hex) | 0xeabca2 / 0xea 0xbc 0xa2 (3 bytes) | 
| UTF-8 (dec) | 234, 188, 162 (3 bytes) | 
| UTF-16-BE (hex) | 0xaf22 / 0xaf 0x22 (2 bytes) | 
| UTF-16-BE (dec) | 175, 34 (2 bytes) | 
| UTF-32-BE (hex) | 0xaf22 / 0x00 0x00 0xaf 0x22 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 175, 34 (4 bytes) | 
| C/C++/Java source code | "\uaf22" | 
| Python source code | "\uaf22" |