| HTML Entity (dec) | ʶ | |
| HTML Entity (hex) | ʶ | |
| UTF-8 (hex) | 0xcab6 / 0xca 0xb6 (2 bytes) | |
| UTF-8 (dec) | 202, 182 (2 bytes) | |
| UTF-16-BE (hex) | 0x2b6 / 0x02 0xb6 (2 bytes) | |
| UTF-16-BE (dec) | 2, 182 (2 bytes) | |
| UTF-32-BE (hex) | 0x2b6 / 0x00 0x00 0x02 0xb6 (4 bytes) | |
| UTF-32-BE (dec) | 0, 0, 2, 182 (4 bytes) | |
| C/C++/Java source code | "\u02b6" | |
| Python source code | u"\u02b6" |