| HTML Entity (dec) | ꡇ | 
| HTML Entity (hex) | ꡇ | 
| UTF-8 (hex) | 0xeaa187 / 0xea 0xa1 0x87 (3 bytes) | 
| UTF-8 (dec) | 234, 161, 135 (3 bytes) | 
| UTF-16-BE (hex) | 0xa847 / 0xa8 0x47 (2 bytes) | 
| UTF-16-BE (dec) | 168, 71 (2 bytes) | 
| UTF-32-BE (hex) | 0xa847 / 0x00 0x00 0xa8 0x47 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 168, 71 (4 bytes) | 
| C/C++/Java source code | "\ua847" | 
| Python source code | "\ua847" |