| HTML Entity (dec) | ʯ |
| HTML Entity (hex) | ʯ |
| UTF-8 (hex) | 0xcaaf / 0xca 0xaf (2 bytes) |
| UTF-8 (dec) | 202, 175 (2 bytes) |
| UTF-16-BE (hex) | 0x2af / 0x02 0xaf (2 bytes) |
| UTF-16-BE (dec) | 2, 175 (2 bytes) |
| UTF-32-BE (hex) | 0x2af / 0x00 0x00 0x02 0xaf (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 2, 175 (4 bytes) |
| C/C++/Java source code | "\u02af" |
| Python source code | "\u02af" |