| HTML Entity (dec) | 딷 |
| HTML Entity (hex) | 딷 |
| UTF-8 (hex) | 0xeb94b7 / 0xeb 0x94 0xb7 (3 bytes) |
| UTF-8 (dec) | 235, 148, 183 (3 bytes) |
| UTF-16-BE (hex) | 0xb537 / 0xb5 0x37 (2 bytes) |
| UTF-16-BE (dec) | 181, 55 (2 bytes) |
| UTF-32-BE (hex) | 0xb537 / 0x00 0x00 0xb5 0x37 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 181, 55 (4 bytes) |
| C/C++/Java source code | "\ub537" |
| Python source code | "\ub537" |