HTML Entity (dec) | ܪ |
HTML Entity (hex) | ܪ |
UTF-8 (hex) | 0xdcaa / 0xdc 0xaa (2 bytes) |
UTF-8 (dec) | 220, 170 (2 bytes) |
UTF-16-BE (hex) | 0x72a / 0x07 0x2a (2 bytes) |
UTF-16-BE (dec) | 7, 42 (2 bytes) |
UTF-32-BE (hex) | 0x72a / 0x00 0x00 0x07 0x2a (4 bytes) |
UTF-32-BE (dec) | 0, 0, 7, 42 (4 bytes) |
C/C++/Java source code | "\u072a" |
Python source code | "\u072a" |