u
Lowercase u
PrintableASCII 117 | Hex 0x75 | U+0075
ASCII 117 holds lowercase u. In Unicode escape sequences, \u followed by four hex digits represents a code point (\u0041 is A). JavaScript, Java, Python, and JSON all support this syntax, though Python also uses \U with eight digits for code points above U+FFFF. UTF-8, UTF-16, and UTF-32 all begin with the letter u for "Unicode." In HTML, underlines text, though its use is discouraged in favor of CSS text-decoration.
ASCII Code
Decimal
117
Hexadecimal
0x75
Octal
165
Binary
0111 0101
URL Escape
%75
Unicode
Code Point
U+0075
Escape
\u0075
UTF-8 Hex
0x75
UTF-8 Binary
01110101
UTF-16
0x0075
UTF-32
0x00000075
HTML Entities
Numeric
u
Hex
u
How to Type
Windows Alt CodeAlt + 117
HTML Entity
u
Unicode InputU+0075
Source Code Representations
C / Java
"\u0075"CSS
\0075JavaScript
"\u0075"Perl
\x{0075}Python 2
u"\u0075"Python 3
\u0075Ruby
\u{0075}Frequently Asked Questions
What is ASCII code 117?
ASCII code 117 represents the Lowercase u character. In hexadecimal it is 0x75, in binary 0111 0101, and in octal 165. It is a printable character that appears as "u" in text.
How do I type ASCII 117 on a keyboard?
On Windows, hold Alt and type 117 on the numeric keypad. On Mac, you can use the Character Viewer (Edit > Emoji & Symbols). In HTML, use the entity u or u.