HTML Entity (dec) | { |
HTML Entity (hex) | { |
UTF-8 (hex) | 0x7b |
UTF-8 (dec) | 123 |
UTF-16-BE (hex) | 0x7b |
UTF-16-BE (dec) | 0, 123 (2 bytes) |
UTF-32-BE (hex) | 0x7b |
UTF-32-BE (dec) | 0, 0, 0, 123 (4 bytes) |
C/C++/Java source code | "\u007b" |
Python source code | "\u007b" |