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