| HTML Entity (dec) | 둨 |
| HTML Entity (hex) | 둨 |
| UTF-8 (hex) | 0xeb91a8 / 0xeb 0x91 0xa8 (3 bytes) |
| UTF-8 (dec) | 235, 145, 168 (3 bytes) |
| UTF-16-BE (hex) | 0xb468 / 0xb4 0x68 (2 bytes) |
| UTF-16-BE (dec) | 180, 104 (2 bytes) |
| UTF-32-BE (hex) | 0xb468 / 0x00 0x00 0xb4 0x68 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 180, 104 (4 bytes) |
| C/C++/Java source code | "\ub468" |
| Python source code | "\ub468" |