| HTML Entity (dec) | 갗 | 
| HTML Entity (hex) | 갗 | 
| UTF-8 (hex) | 0xeab097 / 0xea 0xb0 0x97 (3 bytes) | 
| UTF-8 (dec) | 234, 176, 151 (3 bytes) | 
| UTF-16-BE (hex) | 0xac17 / 0xac 0x17 (2 bytes) | 
| UTF-16-BE (dec) | 172, 23 (2 bytes) | 
| UTF-32-BE (hex) | 0xac17 / 0x00 0x00 0xac 0x17 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 172, 23 (4 bytes) | 
| C/C++/Java source code | "\uac17" | 
| Python source code | "\uac17" |