Mathematical Sans-serif Italic Capital C

๐˜Š

Shortcodes

Copy useful codes for mathematical sans-serif italic capital c symbol ๐˜Š to use in websites, apps, blogs, and docs.

Unicode
U+1D60A
HTML Code
𝘊
HEX Code
𝘊
CSS Code
\1D60A
JS/JSON
\u1D60A
Unix/C/PHP/JAVA
0x1D60A
URL-encode
%F0%9D%98%8A

Customize Mathematical Sans-serif Italic Capital C

Customize ๐˜Š, download it as SVG or PNG, or copy the generated HTML snippet.

๐˜Š
  

How to use Mathematical Sans-serif Italic Capital C Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐˜Š</span>
HTML Code:
<span>&#120330;</span>
HEX Code:
<span>&#x1D60A;</span>

Add with CSS

.mathematical-sans-serif-italic-capital-c::before {
  content: '\\1D60A';
}

Set it in JavaScript

document.querySelector('.mathematical-sans-serif-italic-capital-c').textContent = '๐˜Š';
copied