| HTML Entity (dec) | Ժ |
| HTML Entity (hex) | Ժ |
| UTF-8 (hex) | 0xd4ba / 0xd4 0xba (2 bytes) |
| UTF-8 (dec) | 212, 186 (2 bytes) |
| UTF-16-BE (hex) | 0x53a / 0x05 0x3a (2 bytes) |
| UTF-16-BE (dec) | 5, 58 (2 bytes) |
| UTF-32-BE (hex) | 0x53a / 0x00 0x00 0x05 0x3a (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 5, 58 (4 bytes) |
| C/C++/Java source code | "\u053a" |
| Python source code | "\u053a" |