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