Mathematical Script Small C

๐’ธ

Shortcodes

Copy and paste codes for Mathematical Script Small C symbol ๐’ธ to use in your websites, apps, blogs, and more.

Unicode
U+1D4B8
HTML Code
𝒸
HEX Code
𝒸
CSS Code
\1D4B8
JS/JSON
\u1D4B8
Unix/C/PHP/JAVA
0x1D4B8
URL-encode
%F0%9D%92%B8
copied

Customize Mathematical Script Small C Symbol

Customize ๐’ธ symbol as you like and download Mathematical Script Small 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 Mathematical Script Small C symbol in HTML, CSS, and JS?

Insert ๐’ธ Mathematical Script Small C using HTML

1. Copy-paste Mathematical Script Small C directly:
<span>๐’ธ</span>
2. HTML Decimal Code:
<span>&#119992;</span>
3. Hexadecimal Code:
<span>&#x1D4B8;</span>
Preview: ๐’ธ

Add Mathematical Script Small C symbol with CSS

.mathematical-script-small-c::before {
    content: '\\1D4B8';
}
Preview: Mathematical Script Small C

Mathematical Script Small C JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-script-small-c').textContent = '๐’ธ';
2. Unicode Escape for ๐’ธ:
document.querySelector('.mathematical-script-small-c').textContent = '\u1D4B8';
Preview: ๐’ธ