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 1 Supplement

Code Snippets

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

What is Unicode character ç?

The Unicode character ç U+00E7 is Latin Small Letter C With Cedilla in the Latin 1 Supplement block.

What is the uppercase equivalent of the Unicode character ç?

The uppercase equivalent of the Unicode character ç is Ç (U+00C7).

Are there any variations of character ç?

Yes, Ç - (U+00C7), ḉ - (U+1E09), etc. are some variants of character ç.

What does the Unicode character ç represent?

The Unicode character ç represents Latin Small Letter C With Cedilla.

What is the Unicode code point for ç?

The Unicode code point for ç is U+00E7.

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 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 1 Supplement 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 1 Supplement
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!