| HTML Entity (dec) | ᅡ |
| HTML Entity (hex) | ᅡ |
| UTF-8 (hex) | 0xefbf82 / 0xef 0xbf 0x82 (3 bytes) |
| UTF-8 (dec) | 239, 191, 130 (3 bytes) |
| UTF-16-BE (hex) | 0xffc2 / 0xff 0xc2 (2 bytes) |
| UTF-16-BE (dec) | 255, 194 (2 bytes) |
| UTF-32-BE (hex) | 0xffc2 / 0x00 0x00 0xff 0xc2 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 255, 194 (4 bytes) |
| C/C++/Java source code | "\uffc2" |
| Python source code | "\uffc2" |