| HTML Entity (dec) | ᵿ | 
| HTML Entity (hex) | ᵿ | 
| UTF-8 (hex) | 0xe1b5bf / 0xe1 0xb5 0xbf (3 bytes) | 
| UTF-8 (dec) | 225, 181, 191 (3 bytes) | 
| UTF-16-BE (hex) | 0x1d7f / 0x1d 0x7f (2 bytes) | 
| UTF-16-BE (dec) | 29, 127 (2 bytes) | 
| UTF-32-BE (hex) | 0x1d7f / 0x00 0x00 0x1d 0x7f (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 29, 127 (4 bytes) | 
| C/C++/Java source code | "\u1d7f" | 
| Python source code | "\u1d7f" |