Mathematical Bold Fraktur Capital K
๐ถ
Shortcodes
Copy useful codes for mathematical bold fraktur capital k symbol ๐ถ to use in websites, apps, blogs, and docs.
Unicode
U+1D576 HTML Code
𝕶 HEX Code
𝕶 CSS Code
\1D576 JS/JSON
\u1D576 Unix/C/PHP/JAVA
0x1D576 URL-encode
%F0%9D%95%B6 Customize Mathematical Bold Fraktur Capital K
Customize ๐ถ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ถ
How to use Mathematical Bold Fraktur Capital K Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐ถ</span> HTML Code:
<span>𝕶</span> HEX Code:
<span>𝕶</span> Add with CSS
.mathematical-bold-fraktur-capital-k::before {
content: '\\1D576';
} Set it in JavaScript
document.querySelector('.mathematical-bold-fraktur-capital-k').textContent = '๐ถ';