| HTML Entity (dec) | ᶕ |
| HTML Entity (hex) | ᶕ |
| UTF-8 (hex) | 0xe1b695 / 0xe1 0xb6 0x95 (3 bytes) |
| UTF-8 (dec) | 225, 182, 149 (3 bytes) |
| UTF-16-BE (hex) | 0x1d95 / 0x1d 0x95 (2 bytes) |
| UTF-16-BE (dec) | 29, 149 (2 bytes) |
| UTF-32-BE (hex) | 0x1d95 / 0x00 0x00 0x1d 0x95 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 29, 149 (4 bytes) |
| C/C++/Java source code | "\u1d95" |
| Python source code | "\u1d95" |