| HTML Entity (dec) | Ð |
| HTML Entity (hex) | Ð |
| UTF-8 (hex) | 0xc390 / 0xc3 0x90 (2 bytes) |
| UTF-8 (dec) | 195, 144 (2 bytes) |
| UTF-16-BE (hex) | 0xd0 / 0x00 0xd0 (2 bytes) |
| UTF-16-BE (dec) | 0, 208 (2 bytes) |
| UTF-32-BE (hex) | 0xd0 / 0x00 0x00 0x00 0xd0 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 0, 208 (4 bytes) |
| C/C++/Java source code | "\u00d0" |
| Python source code | "\u00d0" |