| HTML Entity (dec) | Ԁ | 
| HTML Entity (hex) | Ԁ | 
| UTF-8 (hex) | 0xd480 / 0xd4 0x80 (2 bytes) | 
| UTF-8 (dec) | 212, 128 (2 bytes) | 
| UTF-16-BE (hex) | 0x500 / 0x05 0x00 (2 bytes) | 
| UTF-16-BE (dec) | 5, 0 (2 bytes) | 
| UTF-32-BE (hex) | 0x500 / 0x00 0x00 0x05 0x00 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 5, 0 (4 bytes) | 
| C/C++/Java source code | "\u0500" | 
| Python source code | "\u0500" |