| HTML Entity (dec) | ʼ |
| HTML Entity (hex) | ʼ |
| UTF-8 (hex) | 0xcabc / 0xca 0xbc (2 bytes) |
| UTF-8 (dec) | 202, 188 (2 bytes) |
| UTF-16-BE (hex) | 0x2bc / 0x02 0xbc (2 bytes) |
| UTF-16-BE (dec) | 2, 188 (2 bytes) |
| UTF-32-BE (hex) | 0x2bc / 0x00 0x00 0x02 0xbc (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 2, 188 (4 bytes) |
| C/C++/Java source code | "\u02bc" |
| Python source code | "\u02bc" |