Modifier Letter Small K
ᵏ
Shortcodes
Copy useful codes for modifier letter small k symbol ᵏ to use in websites, apps, blogs, and docs.
Unicode
U+1D4F HTML Code
ᵏ HEX Code
ᵏ CSS Code
\1D4F JS/JSON
\u1D4F Unix/C/PHP/JAVA
0x1D4F URL-encode
%E1%B5%8F Customize Modifier Letter Small K
Customize ᵏ, download it as SVG or PNG, or copy the generated HTML snippet.
ᵏ
How to use Modifier Letter 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
.modifier-letter-small-k::before {
content: '\\1D4F';
} Set it in JavaScript
document.querySelector('.modifier-letter-small-k').textContent = 'ᵏ';