| HTML Entity (dec) | ꀏ | 
| HTML Entity (hex) | ꀏ | 
| UTF-8 (hex) | 0xea808f / 0xea 0x80 0x8f (3 bytes) | 
| UTF-8 (dec) | 234, 128, 143 (3 bytes) | 
| UTF-16-BE (hex) | 0xa00f / 0xa0 0x0f (2 bytes) | 
| UTF-16-BE (dec) | 160, 15 (2 bytes) | 
| UTF-32-BE (hex) | 0xa00f / 0x00 0x00 0xa0 0x0f (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 160, 15 (4 bytes) | 
| C/C++/Java source code | "\ua00f" | 
| Python source code | "\ua00f" |