| HTML Entity (dec) | Э | |
| HTML Entity (hex) | Э | |
| UTF-8 (hex) | 0xd0ad / 0xd0 0xad (2 bytes) | |
| UTF-8 (dec) | 208, 173 (2 bytes) | |
| UTF-16-BE (hex) | 0x42d / 0x04 0x2d (2 bytes) | |
| UTF-16-BE (dec) | 4, 45 (2 bytes) | |
| UTF-32-BE (hex) | 0x42d / 0x00 0x00 0x04 0x2d (4 bytes) | |
| UTF-32-BE (dec) | 0, 0, 4, 45 (4 bytes) | |
| C/C++/Java source code | "\u042d" | |
| Python source code | u"\u042d" |