HTML Entity (dec) | ت |
HTML Entity (hex) | ت |
UTF-8 (hex) | 0xd8aa / 0xd8 0xaa (2 bytes) |
UTF-8 (dec) | 216, 170 (2 bytes) |
UTF-16-BE (hex) | 0x62a / 0x06 0x2a (2 bytes) |
UTF-16-BE (dec) | 6, 42 (2 bytes) |
UTF-32-BE (hex) | 0x62a / 0x00 0x00 0x06 0x2a (4 bytes) |
UTF-32-BE (dec) | 0, 0, 6, 42 (4 bytes) |
C/C++/Java source code | "\u062a" |
Python source code | "\u062a" |