| HTML Entity (dec) | 드 |
| HTML Entity (hex) | 드 |
| UTF-8 (hex) | 0xeb939c / 0xeb 0x93 0x9c (3 bytes) |
| UTF-8 (dec) | 235, 147, 156 (3 bytes) |
| UTF-16-BE (hex) | 0xb4dc / 0xb4 0xdc (2 bytes) |
| UTF-16-BE (dec) | 180, 220 (2 bytes) |
| UTF-32-BE (hex) | 0xb4dc / 0x00 0x00 0xb4 0xdc (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 180, 220 (4 bytes) |
| C/C++/Java source code | "\ub4dc" |
| Python source code | "\ub4dc" |