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