| HTML Entity (dec) | ʳ | |
| HTML Entity (hex) | ʳ | |
| UTF-8 (hex) | 0xcab3 / 0xca 0xb3 (2 bytes) | |
| UTF-8 (dec) | 202, 179 (2 bytes) | |
| UTF-16-BE (hex) | 0x2b3 / 0x02 0xb3 (2 bytes) | |
| UTF-16-BE (dec) | 2, 179 (2 bytes) | |
| UTF-32-BE (hex) | 0x2b3 / 0x00 0x00 0x02 0xb3 (4 bytes) | |
| UTF-32-BE (dec) | 0, 0, 2, 179 (4 bytes) | |
| C/C++/Java source code | "\u02b3" | |
| Python source code | u"\u02b3" |