HTML Entity (dec) | n |
HTML Entity (hex) | n |
UTF-8 (hex) | 0x6e |
UTF-8 (dec) | 110 |
UTF-16-BE (hex) | 0x6e |
UTF-16-BE (dec) | 0, 110 (2 bytes) |
UTF-32-BE (hex) | 0x6e |
UTF-32-BE (dec) | 0, 0, 0, 110 (4 bytes) |
C/C++/Java source code | "\u006e" |
Python source code | "\u006e" |