| HTML Entity (dec) | ٥ | |
| HTML Entity (hex) | ٥ | |
| UTF-8 (hex) | 0xd9a5 / 0xd9 0xa5 (2 bytes) | |
| UTF-8 (dec) | 217, 165 (2 bytes) | |
| UTF-16-BE (hex) | 0x665 / 0x06 0x65 (2 bytes) | |
| UTF-16-BE (dec) | 6, 101 (2 bytes) | |
| UTF-32-BE (hex) | 0x665 / 0x00 0x00 0x06 0x65 (4 bytes) | |
| UTF-32-BE (dec) | 0, 0, 6, 101 (4 bytes) | |
| C/C++/Java source code | "\u0665" | |
| Python source code | u"\u0665" |