Fullwidth Latin Capital Letter T Letter
T is the fullwidth (wide) capital letter T, commonly used in typography and text formatting.
U+FF34
The symbol T is a fullwidth variant of the Latin capital letter T. It has its own Unicode code point (U+FF34), so copying the exact character matters. Use the escapes below for HTML, CSS, and JavaScript reliably.
Fullwidth Latin Capital Letter T Letter Meaning
T (U+FF34) is “FULLWIDTH LATIN CAPITAL LETTER T.” It is the fullwidth, wide-form version of the letter “T,” intended for typography systems that use fixed-width or fullwidth character layouts (common in East Asian text styling). Visually, it typically occupies more horizontal space than the standard ASCII “T” (U+0054). Because it’s a distinct Unicode character, it can affect alignment, spacing, and rendering in designs, forms, and UI text. When you need the wide look or want consistent width in fullwidth text lines, use T rather than plain “T.”
Common uses
- •Designing headings or labels that use fullwidth typography for consistent alignment
- •Creating UI text for applications that expect fullwidth character sets
- •Formatting usernames, tags, or display names where wide characters are preferred
- •Producing poster/social text layouts that use fullwidth spacing aesthetics
- •Working with encoding-specific content where exact Unicode characters matter
Examples
T Fullwidth Latin Capital Letter T
- TTOKYO
- TUI TITLE
- TCopy:T
- TFULLWIDTH T
- TTEST T
Variations
Technical codes
| Unicode | U+FF34 | |
| HTML Entity | T | |
| HTML Code | T | |
| CSS | \FF34 |
FAQ
What does the Fullwidth Latin Capital Letter T letter mean?
T (U+FF34) is “FULLWIDTH LATIN CAPITAL LETTER T.” It is the fullwidth, wide-form version of the letter “T,” intended for typography systems that use fixed-width or fullwidth character layouts (common in East Asian text styling). Visually, it typically occupies more horizontal space than the standard ASCII “T” (U+0054). Because it’s a distinct Unicode character, it can affect alignment, spacing, and rendering in designs, forms, and UI text. When you need the wide look or want consistent width in fullwidth text lines, use T rather than plain “T.”
What is the Unicode code point for T?
The symbol T is U+FF34 (FULLWIDTH LATIN CAPITAL LETTER T).
How do I use T in HTML?
You can use the HTML entity: T
How do I insert T using CSS?
In CSS, you can use the escape: \\FF34
Is T the same as the normal letter T?
No. The normal letter T is U+0054, while T is U+FF34. They can render differently and affect alignment.