| HTML Entity (dec) | ʾ | |
| HTML Entity (hex) | ʾ | |
| UTF-8 (hex) | 0xcabe / 0xca 0xbe (2 bytes) | |
| UTF-8 (dec) | 202, 190 (2 bytes) | |
| UTF-16-BE (hex) | 0x2be / 0x02 0xbe (2 bytes) | |
| UTF-16-BE (dec) | 2, 190 (2 bytes) | |
| UTF-32-BE (hex) | 0x2be / 0x00 0x00 0x02 0xbe (4 bytes) | |
| UTF-32-BE (dec) | 0, 0, 2, 190 (4 bytes) | |
| C/C++/Java source code | "\u02be" | |
| Python source code | u"\u02be" |