| HTML Entity (dec) | ԭ |
| HTML Entity (hex) | ԭ |
| UTF-8 (hex) | 0xd4ad / 0xd4 0xad (2 bytes) |
| UTF-8 (dec) | 212, 173 (2 bytes) |
| UTF-16-BE (hex) | 0x52d / 0x05 0x2d (2 bytes) |
| UTF-16-BE (dec) | 5, 45 (2 bytes) |
| UTF-32-BE (hex) | 0x52d / 0x00 0x00 0x05 0x2d (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 5, 45 (4 bytes) |
| C/C++/Java source code | "\u052d" |
| Python source code | "\u052d" |