Mathematical Bold Small K

๐ค

Shortcodes

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

Unicode
U+1D424
HTML Code
𝐤
HEX Code
𝐤
CSS Code
\1D424
JS/JSON
\u1D424
Unix/C/PHP/JAVA
0x1D424
URL-encode
%F0%9D%90%A4
copied

Customize Mathematical Bold Small K Symbol

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

Insert ๐ค Mathematical Bold Small K using HTML

1. Copy-paste Mathematical Bold Small K directly:
<span>๐ค</span>
2. HTML Decimal Code:
<span>&#119844;</span>
3. Hexadecimal Code:
<span>&#x1D424;</span>
Preview: ๐ค

Add Mathematical Bold Small K symbol with CSS

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

Mathematical Bold Small K JavaScript Code

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