| HTML Entity (dec) | ᙄ |
| HTML Entity (hex) | ᙄ |
| UTF-8 (hex) | 0xe19984 / 0xe1 0x99 0x84 (3 bytes) |
| UTF-8 (dec) | 225, 153, 132 (3 bytes) |
| UTF-16-BE (hex) | 0x1644 / 0x16 0x44 (2 bytes) |
| UTF-16-BE (dec) | 22, 68 (2 bytes) |
| UTF-32-BE (hex) | 0x1644 / 0x00 0x00 0x16 0x44 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 22, 68 (4 bytes) |
| C/C++/Java source code | "\u1644" |
| Python source code | "\u1644" |