| HTML Entity (dec) | ᅲ |
| HTML Entity (hex) | ᅲ |
| UTF-8 (hex) | 0xefbf97 / 0xef 0xbf 0x97 (3 bytes) |
| UTF-8 (dec) | 239, 191, 151 (3 bytes) |
| UTF-16-BE (hex) | 0xffd7 / 0xff 0xd7 (2 bytes) |
| UTF-16-BE (dec) | 255, 215 (2 bytes) |
| UTF-32-BE (hex) | 0xffd7 / 0x00 0x00 0xff 0xd7 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 255, 215 (4 bytes) |
| C/C++/Java source code | "\uffd7" |
| Python source code | "\uffd7" |