t
Lowercase t
PrintableASCII 116 | Hex 0x74 | U+0074
Lowercase t occupies ASCII 116. In C and most derived languages, \t represents the horizontal tab character (ASCII 9). TSV (Tab-Separated Values) files use \t as the field delimiter instead of commas, avoiding the escaping complications of CSV when data contains commas. In Python, True (capital T) is the Boolean true constant. In CSS, t appears in the translate() and transition shorthand functions.
ASCII Code
Decimal
116
Hexadecimal
0x74
Octal
164
Binary
0111 0100
URL Escape
%74
Unicode
Code Point
U+0074
Escape
\u0074
UTF-8 Hex
0x74
UTF-8 Binary
01110100
UTF-16
0x0074
UTF-32
0x00000074
HTML Entities
Numeric
t
Hex
t
How to Type
Windows Alt CodeAlt + 116
HTML Entity
t
Unicode InputU+0074
Source Code Representations
C / Java
"\u0074"CSS
\0074JavaScript
"\u0074"Perl
\x{0074}Python 2
u"\u0074"Python 3
\u0074Ruby
\u{0074}Frequently Asked Questions
What is ASCII code 116?
ASCII code 116 represents the Lowercase t character. In hexadecimal it is 0x74, in binary 0111 0100, and in octal 164. It is a printable character that appears as "t" in text.
How do I type ASCII 116 on a keyboard?
On Windows, hold Alt and type 116 on the numeric keypad. On Mac, you can use the Character Viewer (Edit > Emoji & Symbols). In HTML, use the entity t or t.