Latin Capital Letter C With Caron

Č

Shortcodes

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

Unicode
U+010C
HTML Code
Č
HEX Code
Č
CSS Code
\10C
JS/JSON
\u010C
Unix/C/PHP/JAVA
0x10C
URL-encode
%C4%8C
copied

Customize Latin Capital Letter C With Caron Symbol

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

Insert Č Latin Capital Letter C With Caron using HTML

1. Copy-paste Latin Capital Letter C With Caron directly:
<span>Č</span>
2. HTML Decimal Code:
<span>&#268;</span>
3. Hexadecimal Code:
<span>&#x010C;</span>
Preview: Č

Add Latin Capital Letter C With Caron symbol with CSS

.latin-capital-letter-c-with-caron::before {
    content: '\\10C';
}
Preview: Latin Capital Letter C With Caron

Latin Capital Letter C With Caron JavaScript Code

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