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>&#120044;</span>
HEX Code:
<span>&#x1D4EC;</span>

Add with CSS

.mathematical-bold-script-small-c::before {
  content: '\\1D4EC';
}

Set it in JavaScript

document.querySelector('.mathematical-bold-script-small-c').textContent = '๐“ฌ';
copied