Mathematical Bold Small C
๐
Shortcodes
Copy useful codes for mathematical bold small c symbol ๐ to use in websites, apps, blogs, and docs.
Unicode
U+1D41C HTML Code
𝐜 HEX Code
𝐜 CSS Code
\1D41C JS/JSON
\u1D41C Unix/C/PHP/JAVA
0x1D41C URL-encode
%F0%9D%90%9C Customize Mathematical Bold Small C
Customize ๐, download it as SVG or PNG, or copy the generated HTML snippet.
๐
How to use Mathematical Bold 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-small-c::before {
content: '\\1D41C';
} Set it in JavaScript
document.querySelector('.mathematical-bold-small-c').textContent = '๐';