Latin Capital Letter C With Dot Above

Ċ

Shortcodes

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

Unicode
U+010A
HTML Code
Ċ
HEX Code
Ċ
CSS Code
\10A
JS/JSON
\u010A
Unix/C/PHP/JAVA
0x10A
URL-encode
%C4%8A
copied

Customize Latin Capital Letter C With Dot Above Symbol

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

Insert Ċ Latin Capital Letter C With Dot Above using HTML

1. Copy-paste Latin Capital Letter C With Dot Above directly:
<span>Ċ</span>
2. HTML Decimal Code:
<span>&#266;</span>
3. Hexadecimal Code:
<span>&#x010A;</span>
Preview: Ċ

Add Latin Capital Letter C With Dot Above symbol with CSS

.latin-capital-letter-c-with-dot-above::before {
    content: '\\10A';
}
Preview: Latin Capital Letter C With Dot Above

Latin Capital Letter C With Dot Above JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-capital-letter-c-with-dot-above').textContent = 'Ċ';
2. Unicode Escape for Ċ:
document.querySelector('.latin-capital-letter-c-with-dot-above').textContent = '\u010A';
Preview: Ċ