Css Styling

Size
ŧ
15px
ŧ
18px
ŧ
21px
ŧ
24px
ŧ
27px
ŧ
30px
ŧ
33px
ŧ
36px
ŧ
42px
ŧ
48px
ŧ
54px
ŧ
60px
ŧ
66px
ŧ
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
ŧ
Bold
ŧ
Italic
ŧ
Underline
ŧ
Strikethrough
ŧ
UpperCase
ŧ
LowerCase
ŧ
Oblique
A ŧ
Subscript
A ŧ
Superscript
ŧ
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
ŧ
Arial
ŧ
Times New Roman
ŧ
Verdana
ŧ
Courier New
ŧ
Garamond
ŧ
Georgia
ŧ
Trebuchet MS
ŧ
Tahoma
ŧ
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
ŧ
White
ŧ
Brown
ŧ
Maroon
ŧ
Magenta
ŧ
Red
ŧ
Orange
ŧ
Yellow
ŧ
Green
ŧ
Teal
ŧ
Cyan
ŧ
Blue
ŧ
Violet
ŧ
Purple
ŧ
Indigo
ŧ
Gray
ŧ
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
ŧ
White
ŧ
Brown
ŧ
Maroon
ŧ
Magenta
ŧ
Red
ŧ
Orange
ŧ
Yellow
ŧ
Green
ŧ
Teal
ŧ
Cyan
ŧ
Blue
ŧ
Violet
ŧ
Purple
ŧ
Indigo
ŧ
Gray
ŧ
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Character Traits

Latin Extended A

Code Snippets

Lang Example Copy
HTML <p>&#359;</p>
📋
CSS .selector { content: '\0167' };
📋
JS var unicodeA = '\u0167 ';
📋
CPP char unicodeA = ' \u0167 ';
📋
Java char unicodeA = '\u0167';
📋
Python unicodeA = '\u0167'
📋

What is Unicode character ŧ?

The Unicode character ŧ U+0167 is Latin Small Letter T With Stroke in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ŧ?

The uppercase equivalent of the Unicode character ŧ is Ŧ (U+0166).

What does the Unicode character ŧ represent?

The Unicode character ŧ represents Latin Small Letter T With Stroke.

What is the Unicode code point for ŧ?

The Unicode code point for ŧ is U+0167.

Is the appearance of the ŧ character consistent across all platforms?

The appearance of the ŧ character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Latin Small Letter T With Stroke remains consistent.

How can I ensure the ŧ character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Latin script to correctly render the ŧ character.

In which version was Unicode character ŧ released, and to which block of characters does it belong?

Unicode character ŧ was first introduced in Unicode Version 1.1, and it belongs to the Latin Extended A block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 1.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Latin Extended A
East Asian Width Ambiguous
General Category Lowercase Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Alphabetic
Numeric Value Not a Number
Script Latin
Sentence Break Lowercase
Word Break MidNumNum
Copied!