Latin Small Letter T With Stroke Letter
ŧ is the Latin small letter “t” with a stroke, used in extended Latin alphabets and precise typography.
U+0167
ŧ (U+0167) is a Unicode character from the Latin Extended set. It looks like a lowercase “t” with a horizontal stroke, making it useful when you need a specific letterform rather than a normal “t”.
Latin Small Letter T With Stroke Letter Meaning
ŧ stands for “t” with a stroke as defined by the Unicode character “LATIN SMALL LETTER T WITH STROKE” (U+0167). Unlike the basic letter “t”, this character is distinct and should be used when the text you are working with requires that exact glyph—such as names, languages, or orthographies that rely on the stroked variant. In typography and digital publishing, using the correct Unicode character helps prevent missing characters, font fallback issues, or accidental substitution with a plain “t”. When coding, it’s also important to use the proper escape sequences (HTML, CSS, or JavaScript) so the character renders correctly across systems.
Common uses
- •Typing or copying text that requires the exact stroked “t” character in Latin Extended content
- •Accurate representation of names, brands, or proper nouns that include ŧ
- •Preparing multilingual documents where the stroked “t” is part of the official spelling
- •Designing typographic mockups or custom letterforms that must match a specific Unicode character
- •Developer use in UI text, labels, or localization strings where the precise character is required
Examples
ŧ — Latin small letter t with stroke
- ŧsaŧe
- ŧfaŧer
- ŧaŧlas
- ŧtoŧal
- ŧpreŧend
Variations
Technical codes
| Unicode | U+0167 | |
| HTML Entity | ŧ | |
| HTML Code | ŧ | |
| CSS | \0167 |
FAQ
What does the Latin Small Letter T With Stroke letter mean?
ŧ stands for “t” with a stroke as defined by the Unicode character “LATIN SMALL LETTER T WITH STROKE” (U+0167). Unlike the basic letter “t”, this character is distinct and should be used when the text you are working with requires that exact glyph—such as names, languages, or orthographies that rely on the stroked variant. In typography and digital publishing, using the correct Unicode character helps prevent missing characters, font fallback issues, or accidental substitution with a plain “t”. When coding, it’s also important to use the proper escape sequences (HTML, CSS, or JavaScript) so the character renders correctly across systems.
How do I type ŧ on my keyboard?
It depends on your OS and keyboard layout. If you can’t type it directly, copy it from this page or paste it using the provided Unicode/escape forms.
What is the Unicode code point for ŧ?
ŧ is Unicode code point U+0167 (LATIN SMALL LETTER T WITH STROKE).
How can I insert ŧ in HTML?
Use the HTML entity: ŧ
How can I use ŧ in CSS or JavaScript?
In CSS, use \\0167. In JavaScript, use \\u{0167}.