| HTML Entity (dec) | 긒 | 
| HTML Entity (hex) | 긒 | 
| UTF-8 (hex) | 0xeab892 / 0xea 0xb8 0x92 (3 bytes) | 
| UTF-8 (dec) | 234, 184, 146 (3 bytes) | 
| UTF-16-BE (hex) | 0xae12 / 0xae 0x12 (2 bytes) | 
| UTF-16-BE (dec) | 174, 18 (2 bytes) | 
| UTF-32-BE (hex) | 0xae12 / 0x00 0x00 0xae 0x12 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 174, 18 (4 bytes) | 
| C/C++/Java source code | "\uae12" | 
| Python source code | "\uae12" |