Fullwidth Latin Capital Letter C

Shortcodes

Copy and paste codes for Fullwidth Latin Capital Letter C symbol C to use in your websites, apps, blogs, and more.

Unicode
U+FF23
HTML Code
C
HEX Code
C
CSS Code
\FF23
JS/JSON
\uFF23
Unix/C/PHP/JAVA
0xFF23
URL-encode
%EF%BC%A3
copied

Customize Fullwidth Latin Capital Letter C Symbol

Customize C symbol as you like and download Fullwidth Latin Capital Letter C as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Fullwidth Latin Capital Letter C symbol in HTML, CSS, and JS?

Insert C Fullwidth Latin Capital Letter C using HTML

1. Copy-paste Fullwidth Latin Capital Letter C directly:
<span>C</span>
2. HTML Decimal Code:
<span>&#65315;</span>
3. Hexadecimal Code:
<span>&#xFF23;</span>
Preview:

Add Fullwidth Latin Capital Letter C symbol with CSS

.fullwidth-latin-capital-letter-c::before {
    content: '\\FF23';
}
Preview: Fullwidth Latin Capital Letter C

Fullwidth Latin Capital Letter C JavaScript Code

1. Direct Symbol:
document.querySelector('.fullwidth-latin-capital-letter-c').textContent = 'C';
2. Unicode Escape for C:
document.querySelector('.fullwidth-latin-capital-letter-c').textContent = '\uFF23';
Preview: