| HTML Entity (dec) | Ю | 
| HTML Entity (hex) | Ю | 
| UTF-8 (hex) | 0xd0ae / 0xd0 0xae (2 bytes) | 
| UTF-8 (dec) | 208, 174 (2 bytes) | 
| UTF-16-BE (hex) | 0x42e / 0x04 0x2e (2 bytes) | 
| UTF-16-BE (dec) | 4, 46 (2 bytes) | 
| UTF-32-BE (hex) | 0x42e / 0x00 0x00 0x04 0x2e (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 4, 46 (4 bytes) | 
| C/C++/Java source code | "\u042e" | 
| Python source code | "\u042e" |