| HTML Entity (dec) | 덊 |
| HTML Entity (hex) | 덊 |
| UTF-8 (hex) | 0xeb8d8a / 0xeb 0x8d 0x8a (3 bytes) |
| UTF-8 (dec) | 235, 141, 138 (3 bytes) |
| UTF-16-BE (hex) | 0xb34a / 0xb3 0x4a (2 bytes) |
| UTF-16-BE (dec) | 179, 74 (2 bytes) |
| UTF-32-BE (hex) | 0xb34a / 0x00 0x00 0xb3 0x4a (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 179, 74 (4 bytes) |
| C/C++/Java source code | "\ub34a" |
| Python source code | "\ub34a" |