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