| HTML Entity (dec) | ꉯ | 
| HTML Entity (hex) | ꉯ | 
| UTF-8 (hex) | 0xea89af / 0xea 0x89 0xaf (3 bytes) | 
| UTF-8 (dec) | 234, 137, 175 (3 bytes) | 
| UTF-16-BE (hex) | 0xa26f / 0xa2 0x6f (2 bytes) | 
| UTF-16-BE (dec) | 162, 111 (2 bytes) | 
| UTF-32-BE (hex) | 0xa26f / 0x00 0x00 0xa2 0x6f (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 162, 111 (4 bytes) | 
| C/C++/Java source code | "\ua26f" | 
| Python source code | "\ua26f" |