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 A

Code Snippets

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

What is Unicode character ţ?

The Unicode character ţ U+0163 is Latin Small Letter T With Cedilla in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ţ?

The uppercase equivalent of the Unicode character ţ is Ţ (U+0162).

What does the Unicode character ţ represent?

The Unicode character ţ represents Latin Small Letter T With Cedilla.

What is the Unicode code point for ţ?

The Unicode code point for ţ is U+0163.

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 Cedilla 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
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!