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>&#265;</p>
📋
CSS .selector { content: '\0109' };
📋
JS var unicodeA = '\u0109 ';
📋
CPP char unicodeA = ' \u0109 ';
📋
Java char unicodeA = '\u0109';
📋
Python unicodeA = '\u0109'
📋

What is Unicode character ĉ?

The Unicode character ĉ U+0109 is Latin Small Letter C With Circumflex in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ĉ?

The uppercase equivalent of the Unicode character ĉ is Ĉ (U+0108).

What does the Unicode character ĉ represent?

The Unicode character ĉ represents Latin Small Letter C With Circumflex.

What is the Unicode code point for ĉ?

The Unicode code point for ĉ is U+0109.

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 C With Circumflex 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!