HTML Entity (dec) | * |
HTML Entity (hex) | * |
UTF-8 (hex) | 0x2a |
UTF-8 (dec) | 42 |
UTF-16-BE (hex) | 0x2a |
UTF-16-BE (dec) | 0, 42 (2 bytes) |
UTF-32-BE (hex) | 0x2a |
UTF-32-BE (dec) | 0, 0, 0, 42 (4 bytes) |
C/C++/Java source code | "\u002a" |
Python source code | "\u002a" |