| HTML Entity (dec) | ퟦ |
| HTML Entity (hex) | ퟦ |
| UTF-8 (hex) | 0xed9fa6 / 0xed 0x9f 0xa6 (3 bytes) |
| UTF-8 (dec) | 237, 159, 166 (3 bytes) |
| UTF-16-BE (hex) | 0xd7e6 / 0xd7 0xe6 (2 bytes) |
| UTF-16-BE (dec) | 215, 230 (2 bytes) |
| UTF-32-BE (hex) | 0xd7e6 / 0x00 0x00 0xd7 0xe6 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 215, 230 (4 bytes) |
| C/C++/Java source code | "\ud7e6" |
| Python source code | "\ud7e6" |