Mathematical Double-struck Small K
๐
Shortcodes
Copy useful codes for mathematical double-struck small k symbol ๐ to use in websites, apps, blogs, and docs.
Unicode
U+1D55C HTML Code
𝕜 HEX Code
𝕜 CSS Code
\1D55C JS/JSON
\u1D55C Unix/C/PHP/JAVA
0x1D55C URL-encode
%F0%9D%95%9C Customize Mathematical Double-struck Small K
Customize ๐, download it as SVG or PNG, or copy the generated HTML snippet.
๐
How to use Mathematical Double-struck Small 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-double-struck-small-k::before {
content: '\\1D55C';
} Set it in JavaScript
document.querySelector('.mathematical-double-struck-small-k').textContent = '๐';