Mathematical Bold Small C

๐œ

Shortcodes

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

Unicode
U+1D41C
HTML Code
𝐜
HEX Code
𝐜
CSS Code
\1D41C
JS/JSON
\u1D41C
Unix/C/PHP/JAVA
0x1D41C
URL-encode
%F0%9D%90%9C
copied

Customize Mathematical Bold Small C Symbol

Customize ๐œ symbol as you like and download Mathematical Bold 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 Small C symbol in HTML, CSS, and JS?

Insert ๐œ Mathematical Bold Small C using HTML

1. Copy-paste Mathematical Bold Small C directly:
<span>๐œ</span>
2. HTML Decimal Code:
<span>&#119836;</span>
3. Hexadecimal Code:
<span>&#x1D41C;</span>
Preview: ๐œ

Add Mathematical Bold Small C symbol with CSS

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

Mathematical Bold Small C JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-small-c').textContent = '๐œ';
2. Unicode Escape for ๐œ:
document.querySelector('.mathematical-bold-small-c').textContent = '\u1D41C';
Preview: ๐œ