ç

Technical information

Symbolç
NameLatin small letter c with cedilla
Unicode numberU+00E7
CategoryLatin-1 Supplement7. Letters
DescriptionThe Unicode character ç, or U+00E7, is known as the "Latin Small Letter C with Cedilla". It belongs to the "Latin-1 Supplement" block and falls under the "Letter, Lowercase" category in the Unicode standard. This character is used in various languages, including French, Portuguese, Catalan, and Turkish, among others. In these languages, it usually represents a "s" sound. The cedilla (¸) beneath the "c" is a diacritical mark used to indicate this alternate pronunciation. The specific usage and pronunciation of this character can vary depending on the language and context in which it's used.

Encoding

HTML Entityç
HTML Entity (hex)ç
HTML Entity (named)ç
URL Escape Code%C3%A7
UTF-8 (hex)0xC3 0xA7
UTF-8 (binary)1100001110100111
UTF-160x00E7
UTF-320x000000E7

Source Code

C, C++, and Java"\u00E7"
CSS Code\00E7
JavaScript"\u00E7"
Perl\x{00E7}
Python 2u"\u00E7"
Python 3\u00E7
Ruby\u{00E7}

Preview

This Unicode character looks like this ç in sentence and in bold like this ç and in italic like this ç.

Font size:

ç
12px
ç
16px
ç
20px
ç
28px
ç
36px
ç
48px
ç
72px

CSS Property: font-weight

ç
100
ç
200
ç
300
ç
400
ç
500
ç
600
ç
700
ç
800
ç
900

HTML Forms and Input

input
disabled input
ç
input-group
select
button
button

Code examples in HTML and CSS

<span>&#231;</span>

            
span {
    content: "\00E7";
}

The symbol in different fonts

ç
-apple-system
ç
Apple Color Emoji
ç
Arial
ç
BlinkMacSystemFont
ç
Courier New
ç
Georgia
ç
Droid Sans
ç
Helvetica
ç
Noto Sans
ç
Oxygen
ç
Roboto
ç
"Segoe UI"
ç
sans-serif
ç
Segoe UI Emoji
ç
Segoe UI Symbol
ç
system-ui
ç
Times New Roman
ç
Ubuntu
ç
Verdana

References