| HTML Entity (dec) | 뜏 |
| HTML Entity (hex) | 뜏 |
| UTF-8 (hex) | 0xeb9c8f / 0xeb 0x9c 0x8f (3 bytes) |
| UTF-8 (dec) | 235, 156, 143 (3 bytes) |
| UTF-16-BE (hex) | 0xb70f / 0xb7 0x0f (2 bytes) |
| UTF-16-BE (dec) | 183, 15 (2 bytes) |
| UTF-32-BE (hex) | 0xb70f / 0x00 0x00 0xb7 0x0f (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 183, 15 (4 bytes) |
| C/C++/Java source code | "\ub70f" |
| Python source code | "\ub70f" |