| HTML Entity (dec) | Ṓ | 
| HTML Entity (hex) | Ṓ | 
| UTF-8 (hex) | 0xe1b992 / 0xe1 0xb9 0x92 (3 bytes) | 
| UTF-8 (dec) | 225, 185, 146 (3 bytes) | 
| UTF-16-BE (hex) | 0x1e52 / 0x1e 0x52 (2 bytes) | 
| UTF-16-BE (dec) | 30, 82 (2 bytes) | 
| UTF-32-BE (hex) | 0x1e52 / 0x00 0x00 0x1e 0x52 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 30, 82 (4 bytes) | 
| C/C++/Java source code | "\u1e52" | 
| Python source code | "\u1e52" |