| HTML Entity (dec) | ꀠ |
| HTML Entity (hex) | ꀠ |
| UTF-8 (hex) | 0xea80a0 / 0xea 0x80 0xa0 (3 bytes) |
| UTF-8 (dec) | 234, 128, 160 (3 bytes) |
| UTF-16-BE (hex) | 0xa020 / 0xa0 0x20 (2 bytes) |
| UTF-16-BE (dec) | 160, 32 (2 bytes) |
| UTF-32-BE (hex) | 0xa020 / 0x00 0x00 0xa0 0x20 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 160, 32 (4 bytes) |
| C/C++/Java source code | "\ua020" |
| Python source code | "\ua020" |