| HTML Entity (dec) | ԁ |
| HTML Entity (hex) | ԁ |
| UTF-8 (hex) | 0xd481 / 0xd4 0x81 (2 bytes) |
| UTF-8 (dec) | 212, 129 (2 bytes) |
| UTF-16-BE (hex) | 0x501 / 0x05 0x01 (2 bytes) |
| UTF-16-BE (dec) | 5, 1 (2 bytes) |
| UTF-32-BE (hex) | 0x501 / 0x00 0x00 0x05 0x01 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 5, 1 (4 bytes) |
| C/C++/Java source code | "\u0501" |
| Python source code | "\u0501" |