Mathematical Sans-serif Bold Italic Capital C
๐พ
Shortcodes
Copy useful codes for mathematical sans-serif bold italic capital c symbol ๐พ to use in websites, apps, blogs, and docs.
Unicode
U+1D63E HTML Code
𝘾 HEX Code
𝘾 CSS Code
\1D63E JS/JSON
\u1D63E Unix/C/PHP/JAVA
0x1D63E URL-encode
%F0%9D%98%BE Customize Mathematical Sans-serif Bold Italic Capital C
Customize ๐พ, download it as SVG or PNG, or copy the generated HTML snippet.
๐พ
How to use Mathematical Sans-serif Bold Italic Capital 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-sans-serif-bold-italic-capital-c::before {
content: '\\1D63E';
} Set it in JavaScript
document.querySelector('.mathematical-sans-serif-bold-italic-capital-c').textContent = '๐พ';