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

Add with CSS

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

Set it in JavaScript

document.querySelector('.mathematical-script-small-c').textContent = '๐’ธ';
copied