Mathematical Bold Script Small K

๐“ด

Shortcodes

Copy useful codes for mathematical bold script small k symbol ๐“ด to use in websites, apps, blogs, and docs.

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

Customize Mathematical Bold Script Small K

Customize ๐“ด, download it as SVG or PNG, or copy the generated HTML snippet.

๐“ด
  

How to use Mathematical Bold Script Small K Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐“ด</span>
HTML Code:
<span>&#120052;</span>
HEX Code:
<span>&#x1D4F4;</span>

Add with CSS

.mathematical-bold-script-small-k::before {
  content: '\\1D4F4';
}

Set it in JavaScript

document.querySelector('.mathematical-bold-script-small-k').textContent = '๐“ด';
copied