| HTML Entity (dec) | Õ |
| HTML Entity (hex) | Õ |
| UTF-8 (hex) | 0xc395 / 0xc3 0x95 (2 bytes) |
| UTF-8 (dec) | 195, 149 (2 bytes) |
| UTF-16-BE (hex) | 0xd5 / 0x00 0xd5 (2 bytes) |
| UTF-16-BE (dec) | 0, 213 (2 bytes) |
| UTF-32-BE (hex) | 0xd5 / 0x00 0x00 0x00 0xd5 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 0, 213 (4 bytes) |
| C/C++/Java source code | "\u00d5" |
| Python source code | "\u00d5" |