| HTML Entity (dec) | о | 
| HTML Entity (hex) | о | 
| UTF-8 (hex) | 0xd0be / 0xd0 0xbe (2 bytes) | 
| UTF-8 (dec) | 208, 190 (2 bytes) | 
| UTF-16-BE (hex) | 0x43e / 0x04 0x3e (2 bytes) | 
| UTF-16-BE (dec) | 4, 62 (2 bytes) | 
| UTF-32-BE (hex) | 0x43e / 0x00 0x00 0x04 0x3e (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 4, 62 (4 bytes) | 
| C/C++/Java source code | "\u043e" | 
| Python source code | "\u043e" |