| HTML Entity (dec) | 둝 | 
| HTML Entity (hex) | 둝 | 
| UTF-8 (hex) | 0xeb919d / 0xeb 0x91 0x9d (3 bytes) | 
| UTF-8 (dec) | 235, 145, 157 (3 bytes) | 
| UTF-16-BE (hex) | 0xb45d / 0xb4 0x5d (2 bytes) | 
| UTF-16-BE (dec) | 180, 93 (2 bytes) | 
| UTF-32-BE (hex) | 0xb45d / 0x00 0x00 0xb4 0x5d (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 180, 93 (4 bytes) | 
| C/C++/Java source code | "\ub45d" | 
| Python source code | "\ub45d" |