| HTML Entity (dec) | 툮 |
| HTML Entity (hex) | 툮 |
| UTF-8 (hex) | 0xed88ae / 0xed 0x88 0xae (3 bytes) |
| UTF-8 (dec) | 237, 136, 174 (3 bytes) |
| UTF-16-BE (hex) | 0xd22e / 0xd2 0x2e (2 bytes) |
| UTF-16-BE (dec) | 210, 46 (2 bytes) |
| UTF-32-BE (hex) | 0xd22e / 0x00 0x00 0xd2 0x2e (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 210, 46 (4 bytes) |
| C/C++/Java source code | "\ud22e" |
| Python source code | "\ud22e" |