| HTML Entity (dec) | ፞ | 
| HTML Entity (hex) | ፞ | 
| UTF-8 (hex) | 0xe18d9e / 0xe1 0x8d 0x9e (3 bytes) | 
| UTF-8 (dec) | 225, 141, 158 (3 bytes) | 
| UTF-16-BE (hex) | 0x135e / 0x13 0x5e (2 bytes) | 
| UTF-16-BE (dec) | 19, 94 (2 bytes) | 
| UTF-32-BE (hex) | 0x135e / 0x00 0x00 0x13 0x5e (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 19, 94 (4 bytes) | 
| C/C++/Java source code | "\u135e" | 
| Python source code | "\u135e" |