C

Technical information

SymbolC
NameLatin capital letter c
Unicode numberU+0043
CategoryASCII Table5. Uppercase Latin alphabet

Encoding

HTML EntityC
HTML Entity (hex)C
URL Escape CodeC
UTF-8 (hex)0x43
UTF-8 (binary)01000011
UTF-160x0043
UTF-320x00000043

Source Code

C, C++, and Java"\u0043"
CSS Code\0043
JavaScript"\u0043"
Perl\x{0043}
Python 2u"\u0043"
Python 3\u0043
Ruby\u{0043}

Preview

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

Font size:

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

CSS Property: font-weight

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

HTML Forms and Input

input
disabled input
C
input-group
select
button
button

Code examples in HTML and CSS

<span>&#67;</span>

            
span {
    content: "\0043";
}

The symbol in different fonts

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

References