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