Latin Small Letter C With Dot Above

ċ

Shortcodes

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

Unicode
U+010B
HTML Code
ċ
HEX Code
ċ
CSS Code
\10B
JS/JSON
\u010B
Unix/C/PHP/JAVA
0x10B
URL-encode
%C4%8B
copied

Customize Latin Small Letter C With Dot Above Symbol

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

Insert ċ Latin Small Letter C With Dot Above using HTML

1. Copy-paste Latin Small Letter C With Dot Above directly:
<span>ċ</span>
2. HTML Decimal Code:
<span>&#267;</span>
3. Hexadecimal Code:
<span>&#x010B;</span>
Preview: ċ

Add Latin Small Letter C With Dot Above symbol with CSS

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

Latin Small Letter C With Dot Above JavaScript Code

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