HTML Entity (dec) | _ |
HTML Entity (hex) | _ |
UTF-8 (hex) | 0x5f |
UTF-8 (dec) | 95 |
UTF-16-BE (hex) | 0x5f |
UTF-16-BE (dec) | 0, 95 (2 bytes) |
UTF-32-BE (hex) | 0x5f |
UTF-32-BE (dec) | 0, 0, 0, 95 (4 bytes) |
C/C++/Java source code | "\u005f" |
Python source code | "\u005f" |