Mathematical Bold Script Small K

๐“ด

Shortcodes

Copy and paste codes for Mathematical Bold Script Small K symbol ๐“ด to use in your websites, apps, blogs, and more.

Unicode
U+1D4F4
HTML Code
𝓴
HEX Code
𝓴
CSS Code
\1D4F4
JS/JSON
\u1D4F4
Unix/C/PHP/JAVA
0x1D4F4
URL-encode
%F0%9D%93%B4
copied

Customize Mathematical Bold Script Small K Symbol

Customize ๐“ด symbol as you like and download Mathematical Bold Script Small K 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 Script Small K symbol in HTML, CSS, and JS?

Insert ๐“ด Mathematical Bold Script Small K using HTML

1. Copy-paste Mathematical Bold Script Small K directly:
<span>๐“ด</span>
2. HTML Decimal Code:
<span>&#120052;</span>
3. Hexadecimal Code:
<span>&#x1D4F4;</span>
Preview: ๐“ด

Add Mathematical Bold Script Small K symbol with CSS

.mathematical-bold-script-small-k::before {
    content: '\\1D4F4';
}
Preview: Mathematical Bold Script Small K

Mathematical Bold Script Small K JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-script-small-k').textContent = '๐“ด';
2. Unicode Escape for ๐“ด:
document.querySelector('.mathematical-bold-script-small-k').textContent = '\u1D4F4';
Preview: ๐“ด