Latin Letter Small Capital C

Shortcodes

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

Unicode
U+1D04
HTML Code
ᴄ
HEX Code
ᴄ
CSS Code
\1D04
JS/JSON
\u1D04
Unix/C/PHP/JAVA
0x1D04
URL-encode
%E1%B4%84
copied

Customize Latin Letter Small Capital C Symbol

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

Insert ᴄ Latin Letter Small Capital C using HTML

1. Copy-paste Latin Letter Small Capital C directly:
<span>ᴄ</span>
2. HTML Decimal Code:
<span>&#7428;</span>
3. Hexadecimal Code:
<span>&#x1D04;</span>
Preview:

Add Latin Letter Small Capital C symbol with CSS

.latin-letter-small-capital-c::before {
    content: '\\1D04';
}
Preview: Latin Letter Small Capital C

Latin Letter Small Capital C JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-letter-small-capital-c').textContent = 'ᴄ';
2. Unicode Escape for ᴄ:
document.querySelector('.latin-letter-small-capital-c').textContent = '\u1D04';
Preview: