| HTML Entity (dec) | 츏 |
| HTML Entity (hex) | 츏 |
| UTF-8 (hex) | 0xecb88f / 0xec 0xb8 0x8f (3 bytes) |
| UTF-8 (dec) | 236, 184, 143 (3 bytes) |
| UTF-16-BE (hex) | 0xce0f / 0xce 0x0f (2 bytes) |
| UTF-16-BE (dec) | 206, 15 (2 bytes) |
| UTF-32-BE (hex) | 0xce0f / 0x00 0x00 0xce 0x0f (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 206, 15 (4 bytes) |
| C/C++/Java source code | "\uce0f" |
| Python source code | "\uce0f" |