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.

Latin Extended B

Code Snippets

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

What is Unicode character ț?

The Unicode character ț U+021B is Latin Small Letter T With Comma Below in the Latin Extended B block.

What is the uppercase equivalent of the Unicode character ț?

The uppercase equivalent of the Unicode character ț is Ț (U+021A).

What does the Unicode character ț represent?

The Unicode character ț represents Latin Small Letter T With Comma Below.

What is the Unicode code point for ț?

The Unicode code point for ț is U+021B.

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 Comma Below 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 3.0, and it belongs to the Latin Extended B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Latin Extended B
Decomposition Type Canonical Decomposition
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!