Modifier Letter Small K

Shortcodes

Copy and paste codes for Modifier Letter Small K symbol ᵏ to use in your websites, apps, blogs, and more.

Unicode
U+1D4F
HTML Code
ᵏ
HEX Code
ᵏ
CSS Code
\1D4F
JS/JSON
\u1D4F
Unix/C/PHP/JAVA
0x1D4F
URL-encode
%E1%B5%8F
copied

Customize Modifier Letter Small K Symbol

Customize ᵏ symbol as you like and download Modifier Letter Small K as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
 

How to add Modifier Letter Small K symbol in HTML, CSS, and JS?

Insert ᵏ Modifier Letter Small K using HTML

1. Copy-paste Modifier Letter Small K directly:
<span>ᵏ</span>
2. HTML Decimal Code:
<span>&#7503;</span>
3. Hexadecimal Code:
<span>&#x1D4F;</span>
Preview:

Add Modifier Letter Small K symbol with CSS

.modifier-letter-small-k::before {
    content: '\\1D4F';
}
Preview: Modifier Letter Small K

Modifier Letter Small K JavaScript Code

1. Direct Symbol:
document.querySelector('.modifier-letter-small-k').textContent = 'ᵏ';
2. Unicode Escape for ᵏ:
document.querySelector('.modifier-letter-small-k').textContent = '\u1D4F';
Preview: