| HTML Entity (dec) | 둀 |
| HTML Entity (hex) | 둀 |
| UTF-8 (hex) | 0xeb9180 / 0xeb 0x91 0x80 (3 bytes) |
| UTF-8 (dec) | 235, 145, 128 (3 bytes) |
| UTF-16-BE (hex) | 0xb440 / 0xb4 0x40 (2 bytes) |
| UTF-16-BE (dec) | 180, 64 (2 bytes) |
| UTF-32-BE (hex) | 0xb440 / 0x00 0x00 0xb4 0x40 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 180, 64 (4 bytes) |
| C/C++/Java source code | "\ub440" |
| Python source code | "\ub440" |