| HTML Entity (dec) | 뜳 |
| HTML Entity (hex) | 뜳 |
| UTF-8 (hex) | 0xeb9cb3 / 0xeb 0x9c 0xb3 (3 bytes) |
| UTF-8 (dec) | 235, 156, 179 (3 bytes) |
| UTF-16-BE (hex) | 0xb733 / 0xb7 0x33 (2 bytes) |
| UTF-16-BE (dec) | 183, 51 (2 bytes) |
| UTF-32-BE (hex) | 0xb733 / 0x00 0x00 0xb7 0x33 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 183, 51 (4 bytes) |
| C/C++/Java source code | "\ub733" |
| Python source code | "\ub733" |