| HTML Entity (dec) | 따 |
| HTML Entity (hex) | 따 |
| UTF-8 (hex) | 0xeb94b0 / 0xeb 0x94 0xb0 (3 bytes) |
| UTF-8 (dec) | 235, 148, 176 (3 bytes) |
| UTF-16-BE (hex) | 0xb530 / 0xb5 0x30 (2 bytes) |
| UTF-16-BE (dec) | 181, 48 (2 bytes) |
| UTF-32-BE (hex) | 0xb530 / 0x00 0x00 0xb5 0x30 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 181, 48 (4 bytes) |
| C/C++/Java source code | "\ub530" |
| Python source code | "\ub530" |