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 Ċ 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 type Latin Capital Letter C With Dot Above symbol Ċ ?

  • You can try inserting Latin Capital Letter C With Dot Above symbol using these system tools:
    • Mac Character Viewer (Control + Command + Space)
    • Windows Emoji/Symbol Picker (Win + .)
    • Windows Character Map (charmap.exe)
  • Note: These tools may not include all Unicode symbols
  • Copy and paste the Ċ symbol directly from this website.
  • Use provided codes for Latin Capital Letter C With Dot Above symbol where they are supported.

How to add Latin Capital Letter C With Dot Above symbol in HTML, CSS, and JS?

HTML Methods:

1. Direct Symbol:
<span>Ċ</span>
2. HTML Decimal Code:
<span>&#266;</span>
3. Hexadecimal Code:
<span>&#x010A;</span>
Preview: Ċ

CSS Method:

.symbol::before {
    content: '\\10A';
}
Preview: Symbol

JavaScript Methods:

1. Direct Symbol:
document.querySelector('.symbol').textContent = 'Ċ';
2. Unicode Escape:
document.querySelector('.symbol').textContent = '\u010A';
Preview: Ċ