Mathematical Bold Fraktur Small C

๐–ˆ

Shortcodes

Copy and paste codes for Mathematical Bold Fraktur Small C symbol ๐–ˆ to use in your websites, apps, blogs, and more.

Unicode
U+1D588
HTML Code
𝖈
HEX Code
𝖈
CSS Code
\1D588
JS/JSON
\u1D588
Unix/C/PHP/JAVA
0x1D588
URL-encode
%F0%9D%96%88
copied

Customize Mathematical Bold Fraktur Small C Symbol

Customize ๐–ˆ symbol as you like and download Mathematical Bold Fraktur Small C as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
๐–ˆ

                        
                    

How to add Mathematical Bold Fraktur Small C symbol in HTML, CSS, and JS?

Insert ๐–ˆ Mathematical Bold Fraktur Small C using HTML

1. Copy-paste Mathematical Bold Fraktur Small C directly:
<span>๐–ˆ</span>
2. HTML Decimal Code:
<span>&#120200;</span>
3. Hexadecimal Code:
<span>&#x1D588;</span>
Preview: ๐–ˆ

Add Mathematical Bold Fraktur Small C symbol with CSS

.mathematical-bold-fraktur-small-c::before {
    content: '\\1D588';
}
Preview: Mathematical Bold Fraktur Small C

Mathematical Bold Fraktur Small C JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-fraktur-small-c').textContent = '๐–ˆ';
2. Unicode Escape for ๐–ˆ:
document.querySelector('.mathematical-bold-fraktur-small-c').textContent = '\u1D588';
Preview: ๐–ˆ