| HTML Entity (dec) | ꎀ | 
| HTML Entity (hex) | ꎀ | 
| UTF-8 (hex) | 0xea8e80 / 0xea 0x8e 0x80 (3 bytes) | 
| UTF-8 (dec) | 234, 142, 128 (3 bytes) | 
| UTF-16-BE (hex) | 0xa380 / 0xa3 0x80 (2 bytes) | 
| UTF-16-BE (dec) | 163, 128 (2 bytes) | 
| UTF-32-BE (hex) | 0xa380 / 0x00 0x00 0xa3 0x80 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 163, 128 (4 bytes) | 
| C/C++/Java source code | "\ua380" | 
| Python source code | "\ua380" |