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