C
Technical information
| Symbol | C | |
| Name | Fullwidth latin capital letter c | |
| Unicode number | U+FF23 | |
| Category | Fullwidth ASCII variants | |
Encoding
| HTML Entity | C | |
| HTML Entity (hex) | C | |
| URL Escape Code | %EF%BC%A3 | |
| UTF-8 (hex) | 0xEF 0xBC 0xA3 | |
| UTF-8 (binary) | 11101111:10111100:10100011 | |
| UTF-16 | 0xFF23 | |
| UTF-32 | 0x0000FF23 |
Source Code
| C, C++, and Java | "\uFF23" | |
| CSS Code | \FF23 | |
| JavaScript | "\uFF23" | |
| Perl | \x{FF23} | |
| Python 2 | u"\uFF23" | |
| Python 3 | \uFF23 | |
| Ruby | \u{FF23} |
Preview
This Unicode character looks like this C in sentence and in bold like this C and in italic like this C.
input-group
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
select
button
button
Code examples in HTML and CSS
<span>C</span>
span {
content: "\FF23";
}
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