| HTML Entity (dec) | ᅰ |
| HTML Entity (hex) | ᅰ |
| UTF-8 (hex) | 0xefbf95 / 0xef 0xbf 0x95 (3 bytes) |
| UTF-8 (dec) | 239, 191, 149 (3 bytes) |
| UTF-16-BE (hex) | 0xffd5 / 0xff 0xd5 (2 bytes) |
| UTF-16-BE (dec) | 255, 213 (2 bytes) |
| UTF-32-BE (hex) | 0xffd5 / 0x00 0x00 0xff 0xd5 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 255, 213 (4 bytes) |
| C/C++/Java source code | "\uffd5" |
| Python source code | "\uffd5" |