| HTML Entity (dec) | ʹ |
| HTML Entity (hex) | ʹ |
| UTF-8 (hex) | 0xcab9 / 0xca 0xb9 (2 bytes) |
| UTF-8 (dec) | 202, 185 (2 bytes) |
| UTF-16-BE (hex) | 0x2b9 / 0x02 0xb9 (2 bytes) |
| UTF-16-BE (dec) | 2, 185 (2 bytes) |
| UTF-32-BE (hex) | 0x2b9 / 0x00 0x00 0x02 0xb9 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 2, 185 (4 bytes) |
| C/C++/Java source code | "\u02b9" |
| Python source code | "\u02b9" |