| HTML Entity (dec) | ꎿ |
| HTML Entity (hex) | ꎿ |
| UTF-8 (hex) | 0xea8ebf / 0xea 0x8e 0xbf (3 bytes) |
| UTF-8 (dec) | 234, 142, 191 (3 bytes) |
| UTF-16-BE (hex) | 0xa3bf / 0xa3 0xbf (2 bytes) |
| UTF-16-BE (dec) | 163, 191 (2 bytes) |
| UTF-32-BE (hex) | 0xa3bf / 0x00 0x00 0xa3 0xbf (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 163, 191 (4 bytes) |
| C/C++/Java source code | "\ua3bf" |
| Python source code | "\ua3bf" |