| HTML Entity (dec) | ꍡ | 
| HTML Entity (hex) | ꍡ | 
| UTF-8 (hex) | 0xea8da1 / 0xea 0x8d 0xa1 (3 bytes) | 
| UTF-8 (dec) | 234, 141, 161 (3 bytes) | 
| UTF-16-BE (hex) | 0xa361 / 0xa3 0x61 (2 bytes) | 
| UTF-16-BE (dec) | 163, 97 (2 bytes) | 
| UTF-32-BE (hex) | 0xa361 / 0x00 0x00 0xa3 0x61 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 163, 97 (4 bytes) | 
| C/C++/Java source code | "\ua361" | 
| Python source code | "\ua361" |