Latin Capital Letter C With Circumflex

Ĉ

Shortcodes

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

Unicode
U+0108
HTML Code
Ĉ
HEX Code
Ĉ
CSS Code
\108
JS/JSON
\u0108
Unix/C/PHP/JAVA
0x108
URL-encode
%C4%88
copied

Customize Latin Capital Letter C With Circumflex Symbol

Customize Ĉ symbol as you like and download Latin Capital Letter C With Circumflex 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 Latin Capital Letter C With Circumflex symbol in HTML, CSS, and JS?

Insert Ĉ Latin Capital Letter C With Circumflex using HTML

1. Copy-paste Latin Capital Letter C With Circumflex directly:
<span>Ĉ</span>
2. HTML Decimal Code:
<span>&#264;</span>
3. Hexadecimal Code:
<span>&#x0108;</span>
Preview: Ĉ

Add Latin Capital Letter C With Circumflex symbol with CSS

.latin-capital-letter-c-with-circumflex::before {
    content: '\\108';
}
Preview: Latin Capital Letter C With Circumflex

Latin Capital Letter C With Circumflex JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-capital-letter-c-with-circumflex').textContent = 'Ĉ';
2. Unicode Escape for Ĉ:
document.querySelector('.latin-capital-letter-c-with-circumflex').textContent = '\u0108';
Preview: Ĉ