| HTML Entity (dec) | ج |
| HTML Entity (hex) | ج |
| UTF-8 (hex) | 0xd8ac / 0xd8 0xac (2 bytes) |
| UTF-8 (dec) | 216, 172 (2 bytes) |
| UTF-16-BE (hex) | 0x62c / 0x06 0x2c (2 bytes) |
| UTF-16-BE (dec) | 6, 44 (2 bytes) |
| UTF-32-BE (hex) | 0x62c / 0x00 0x00 0x06 0x2c (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 6, 44 (4 bytes) |
| C/C++/Java source code | "\u062c" |
| Python source code | "\u062c" |