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

What is Unicode character ċ?

The Unicode character ċ U+010B is Latin Small Letter C With Dot Above in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ċ?

The uppercase equivalent of the Unicode character ċ is Ċ (U+010A).

What does the Unicode character ċ represent?

The Unicode character ċ represents Latin Small Letter C With Dot Above.

What is the Unicode code point for ċ?

The Unicode code point for ċ is U+010B.

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 Dot Above 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!