| HTML Entity (dec) | ꜛ | 
| HTML Entity (hex) | ꜛ | 
| UTF-8 (hex) | 0xea9c9b / 0xea 0x9c 0x9b (3 bytes) | 
| UTF-8 (dec) | 234, 156, 155 (3 bytes) | 
| UTF-16-BE (hex) | 0xa71b / 0xa7 0x1b (2 bytes) | 
| UTF-16-BE (dec) | 167, 27 (2 bytes) | 
| UTF-32-BE (hex) | 0xa71b / 0x00 0x00 0xa7 0x1b (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 167, 27 (4 bytes) | 
| C/C++/Java source code | "\ua71b" | 
| Python source code | "\ua71b" |