Mathematical Bold Script Small C

๐“ฌ

Shortcodes

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

Unicode
U+1D4EC
HTML Code
𝓬
HEX Code
𝓬
CSS Code
\1D4EC
JS/JSON
\u1D4EC
Unix/C/PHP/JAVA
0x1D4EC
URL-encode
%F0%9D%93%AC
copied

Customize Mathematical Bold Script Small C Symbol

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

Insert ๐“ฌ Mathematical Bold Script Small C using HTML

1. Copy-paste Mathematical Bold Script Small C directly:
<span>๐“ฌ</span>
2. HTML Decimal Code:
<span>&#120044;</span>
3. Hexadecimal Code:
<span>&#x1D4EC;</span>
Preview: ๐“ฌ

Add Mathematical Bold Script Small C symbol with CSS

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

Mathematical Bold Script Small C JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-script-small-c').textContent = '๐“ฌ';
2. Unicode Escape for ๐“ฌ:
document.querySelector('.mathematical-bold-script-small-c').textContent = '\u1D4EC';
Preview: ๐“ฌ