Back
Asciify Logo
Asciify

Latin Capital Letter T

Typographically one of the simplest uppercase glyphs — a horizontal crossbar atop a vertical stem — 'T' belies that simplicity with enormous linguistic and scientific reach. It sits at ASCII code point 84 (0x54), exactly 32 below its lowercase counterpart 't' at 116 (0x74), maintaining the single-bit case offset (bit 5) shared by all ASCII A–Z / a–z pairs. As the starting letter of 'The', 'That', 'This', and 'To', uppercase 'T' is arguably the most frequently encountered sentence-initial consonant in English prose.

Latin Letter

Technical Details

Code Example

</>
// Generic template with T
template<typename T>
T max(T a, T b) {
return (a > b) ? a : b;
}

Common Usage

  • Physics and mathematics: In physics, uppercase 'T' is the standard symbol for temperature (especially absolute temperature in kelvins), the period of oscillation, and the tesla — the SI unit of magnetic flux density. In statistics, the uppercase italic 'T' denotes the T-distribution (Student's t-distribution), and in linear algebra it commonly marks the transpose of a matrix (Aᵀ), making it one of the most context-dependent single-letter symbols across STEM disciplines.

  • Biology and SI prefixes: In molecular biology, 'T' represents thymine, one of the four nucleotide bases in DNA (paired with adenine, 'A'), making it omnipresent in genomic data, sequence files (FASTA format), and bioinformatics pipelines. As an SI prefix, uppercase 'T' stands for tera- (10¹²) — familiar from everyday units like TB (terabyte) and THz (terahertz) — and its correct capitalization distinguishes it from the lowercase milli-range prefixes, a detail critical in hardware specifications and scientific notation.

  • Boolean and programming conventions: In many programming environments, uppercase 'T' carries special boolean significance — Common Lisp uses 'T' as its canonical true value, and in Python the built-in boolean is 'True' (capitalized). In C-family printf-style formatting, there is no standard uppercase 'T' specifier, but POSIX strftime uses %T as a shorthand for the 24-hour time format %H:%M:%S, a convention widely adopted in logging and timestamp utilities.

  • Diacritical variants: Uppercase Ť (háček) is a distinct letter in Czech and Slovak, representing a palatalized stop. Ţ (cedilla) appears in Romanian, though the officially preferred form is Ț (comma below) — a distinction that has caused persistent encoding and font-support issues. Ṭ (dot below) is used in IAST transliterations of Sanskrit and in romanized Arabic for emphatic consonants, while Ŧ (stroke) is a separate letter in Northern Sámi.

  • Physics and mathematics: In physics, uppercase 'T' is the standard symbol for temperature (especially absolute temperature in kelvins), the period of oscillation, and the tesla — the SI unit of magnetic flux density. In statistics, the uppercase italic 'T' denotes the T-distribution (Student's t-distribution), and in linear algebra it commonly marks the transpose of a matrix (Aᵀ), making it one of the most context-dependent single-letter symbols across STEM disciplines.

  • Biology and SI prefixes: In molecular biology, 'T' represents thymine, one of the four nucleotide bases in DNA (paired with adenine, 'A'), making it omnipresent in genomic data, sequence files (FASTA format), and bioinformatics pipelines. As an SI prefix, uppercase 'T' stands for tera- (10¹²) — familiar from everyday units like TB (terabyte) and THz (terahertz) — and its correct capitalization distinguishes it from the lowercase milli-range prefixes, a detail critical in hardware specifications and scientific notation.

  • Boolean and programming conventions: In many programming environments, uppercase 'T' carries special boolean significance — Common Lisp uses 'T' as its canonical true value, and in Python the built-in boolean is 'True' (capitalized). In C-family printf-style formatting, there is no standard uppercase 'T' specifier, but POSIX strftime uses %T as a shorthand for the 24-hour time format %H:%M:%S, a convention widely adopted in logging and timestamp utilities.

  • Diacritical variants: Uppercase Ť (háček) is a distinct letter in Czech and Slovak, representing a palatalized stop. Ţ (cedilla) appears in Romanian, though the officially preferred form is Ț (comma below) — a distinction that has caused persistent encoding and font-support issues. Ṭ (dot below) is used in IAST transliterations of Sanskrit and in romanized Arabic for emphatic consonants, while Ŧ (stroke) is a separate letter in Northern Sámi.

@workani&@alexluthor
Privacy & legal

Privacy

No accounts, no ads, no tracking cookies, and no cross-site tracking. The only analytics we keep are faceless — anonymous, aggregated counts of pages and searches, never tied to you. We store no IP addresses, set no tracking cookies, and build no profiles. Cloudflare hosts the site and handles requests for delivery and security.

Full privacy policy·Extension privacy·legal@asciify.dev

Attributions & licenses

Twemoji
© Twitter, Inc and other contributors · CC-BY 4.0
Noto Color Emoji
© Google · Apache 2.0
Fluent UI Emoji
© Microsoft · MIT
OpenMoji
© HfG Schwäbisch Gmünd · CC-BY-SA 4.0
Toss Face
© Viva Republica (Toss) · SIL OFL 1.1
JoyPixels
© JoyPixels Inc. · Free Limited Use License
SerenityOS Emoji
© The SerenityOS Developers · BSD-2-Clause
EmojiTwo
© EmojiTwo contributors · CC-BY 4.0
Apple Color Emoji
© Apple, Inc.
Facebook Emoji
© Meta Platforms, Inc.

Apple and Facebook emoji styles are proprietary and shown here solely for reference and comparison — a common-sense application of nominative-use / fair-use principles. asciify is not affiliated with, endorsed by, or sponsored by Apple, Inc., Meta Platforms, Inc., or any other rights holder listed above. If a rights holder requests removal of their emoji style from this site, it will be removed.

All other vendor emoji are reproduced for reference and comparison under their respective open licenses listed above.

Character names and code points from the Unicode® Standard. Unicode® and the Unicode Logo are registered trademarks of Unicode, Inc.

Privacy
© asciify.dev 2025-2026