| HTML Entity (dec) | 둾 | 
| HTML Entity (hex) | 둾 | 
| UTF-8 (hex) | 0xeb91be / 0xeb 0x91 0xbe (3 bytes) | 
| UTF-8 (dec) | 235, 145, 190 (3 bytes) | 
| UTF-16-BE (hex) | 0xb47e / 0xb4 0x7e (2 bytes) | 
| UTF-16-BE (dec) | 180, 126 (2 bytes) | 
| UTF-32-BE (hex) | 0xb47e / 0x00 0x00 0xb4 0x7e (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 180, 126 (4 bytes) | 
| C/C++/Java source code | "\ub47e" | 
| Python source code | "\ub47e" |