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