| HTML Entity (dec) | ꊯ |
| HTML Entity (hex) | ꊯ |
| UTF-8 (hex) | 0xea8aaf / 0xea 0x8a 0xaf (3 bytes) |
| UTF-8 (dec) | 234, 138, 175 (3 bytes) |
| UTF-16-BE (hex) | 0xa2af / 0xa2 0xaf (2 bytes) |
| UTF-16-BE (dec) | 162, 175 (2 bytes) |
| UTF-32-BE (hex) | 0xa2af / 0x00 0x00 0xa2 0xaf (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 162, 175 (4 bytes) |
| C/C++/Java source code | "\ua2af" |
| Python source code | "\ua2af" |