Fullwidth Latin Capital Letter C
C
Shortcodes
Copy useful codes for fullwidth latin capital letter c symbol C to use in websites, apps, blogs, and docs.
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 Customize Fullwidth Latin Capital Letter C
Customize C, download it as SVG or PNG, or copy the generated HTML snippet.
C
How to use Fullwidth Latin Capital Letter C Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>C</span> HTML Code:
<span>C</span> HEX Code:
<span>C</span> Add with CSS
.fullwidth-latin-capital-letter-c::before {
content: '\\FF23';
} Set it in JavaScript
document.querySelector('.fullwidth-latin-capital-letter-c').textContent = 'C';