| HTML Entity (dec) | ꓗ | 
| HTML Entity (hex) | ꓗ | 
| UTF-8 (hex) | 0xea9397 / 0xea 0x93 0x97 (3 bytes) | 
| UTF-8 (dec) | 234, 147, 151 (3 bytes) | 
| UTF-16-BE (hex) | 0xa4d7 / 0xa4 0xd7 (2 bytes) | 
| UTF-16-BE (dec) | 164, 215 (2 bytes) | 
| UTF-32-BE (hex) | 0xa4d7 / 0x00 0x00 0xa4 0xd7 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 164, 215 (4 bytes) | 
| C/C++/Java source code | "\ua4d7" | 
| Python source code | "\ua4d7" |