Latin Capital Letter C With Acute

Ć

Shortcodes

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

Unicode
U+0106
HTML Code
Ć
HEX Code
Ć
CSS Code
\106
JS/JSON
\u0106
Unix/C/PHP/JAVA
0x106
URL-encode
%C4%86
copied

Customize Latin Capital Letter C With Acute Symbol

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

Insert Ć Latin Capital Letter C With Acute using HTML

1. Copy-paste Latin Capital Letter C With Acute directly:
<span>Ć</span>
2. HTML Decimal Code:
<span>&#262;</span>
3. Hexadecimal Code:
<span>&#x0106;</span>
Preview: Ć

Add Latin Capital Letter C With Acute symbol with CSS

.latin-capital-letter-c-with-acute::before {
    content: '\\106';
}
Preview: Latin Capital Letter C With Acute

Latin Capital Letter C With Acute JavaScript Code

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