HTML Entity (dec) | u |
HTML Entity (hex) | u |
UTF-8 (hex) | 0x75 |
UTF-8 (dec) | 117 |
UTF-16-BE (hex) | 0x75 |
UTF-16-BE (dec) | 0, 117 (2 bytes) |
UTF-32-BE (hex) | 0x75 |
UTF-32-BE (dec) | 0, 0, 0, 117 (4 bytes) |
C/C++/Java source code | "\u0075" |
Python source code | "\u0075" |