HTML Entity (dec) | � |
HTML Entity (hex) | � |
UTF-8 (hex) | 0x0 |
UTF-8 (dec) | 0 |
UTF-16-BE (hex) | 0x0 |
UTF-16-BE (dec) | 0, 0 (2 bytes) |
UTF-32-BE (hex) | 0x0 |
UTF-32-BE (dec) | 0, 0, 0, 0 (4 bytes) |
C/C++/Java source code | "\u0000" |
Python source code | "\u0000" |