HTML Entity/Symbolċ(LATIN SMALL LETTER C WITH DOT ABOVE )

ċ
Copy this symbol

LATIN SMALL LETTER C WITH DOT ABOVE

Click on any of the following code values to copy to clipboard.

ċ
ċ
U+0010B
\010b
ċ

HTML Examples

Using HTML Code value in HTML file

<span> &#267; </span>

Using HTML Entity value in HTML file

<span> &cdot; </span>

CSS Example

Using CSS content code of the HTML entity &cdot; to specify in a CSS file

span { 
    content: "\010b";
}
All HTML Symbols