| HTML Entity (dec) | ꞗ | 
| HTML Entity (hex) | ꞗ | 
| UTF-8 (hex) | 0xea9e97 / 0xea 0x9e 0x97 (3 bytes) | 
| UTF-8 (dec) | 234, 158, 151 (3 bytes) | 
| UTF-16-BE (hex) | 0xa797 / 0xa7 0x97 (2 bytes) | 
| UTF-16-BE (dec) | 167, 151 (2 bytes) | 
| UTF-32-BE (hex) | 0xa797 / 0x00 0x00 0xa7 0x97 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 167, 151 (4 bytes) | 
| C/C++/Java source code | "\ua797" | 
| Python source code | "\ua797" |