| HTML Entity (dec) | ꎆ | 
| HTML Entity (hex) | ꎆ | 
| UTF-8 (hex) | 0xea8e86 / 0xea 0x8e 0x86 (3 bytes) | 
| UTF-8 (dec) | 234, 142, 134 (3 bytes) | 
| UTF-16-BE (hex) | 0xa386 / 0xa3 0x86 (2 bytes) | 
| UTF-16-BE (dec) | 163, 134 (2 bytes) | 
| UTF-32-BE (hex) | 0xa386 / 0x00 0x00 0xa3 0x86 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 163, 134 (4 bytes) | 
| C/C++/Java source code | "\ua386" | 
| Python source code | "\ua386" |