Mathematical Bold Script Small C
๐ฌ
Shortcodes
Copy useful codes for mathematical bold script small c symbol ๐ฌ to use in websites, apps, blogs, and docs.
Unicode
U+1D4EC HTML Code
𝓬 HEX Code
𝓬 CSS Code
\1D4EC JS/JSON
\u1D4EC Unix/C/PHP/JAVA
0x1D4EC URL-encode
%F0%9D%93%AC Customize Mathematical Bold Script Small C
Customize ๐ฌ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฌ
How to use Mathematical Bold Script Small C Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐ฌ</span> HTML Code:
<span>𝓬</span> HEX Code:
<span>𝓬</span> Add with CSS
.mathematical-bold-script-small-c::before {
content: '\\1D4EC';
} Set it in JavaScript
document.querySelector('.mathematical-bold-script-small-c').textContent = '๐ฌ';