Latin Letter Small Capital K

Shortcodes

Copy and paste codes for Latin Letter Small Capital K symbol ᴋ to use in your websites, apps, blogs, and more.

Unicode
U+1D0B
HTML Code
ᴋ
HEX Code
ᴋ
CSS Code
\1D0B
JS/JSON
\u1D0B
Unix/C/PHP/JAVA
0x1D0B
URL-encode
%E1%B4%8B
copied

Customize Latin Letter Small Capital K Symbol

Customize ᴋ symbol as you like and download Latin Letter Small Capital 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 Latin Letter Small Capital K symbol in HTML, CSS, and JS?

Insert ᴋ Latin Letter Small Capital K using HTML

1. Copy-paste Latin Letter Small Capital K directly:
<span>ᴋ</span>
2. HTML Decimal Code:
<span>&#7435;</span>
3. Hexadecimal Code:
<span>&#x1D0B;</span>
Preview:

Add Latin Letter Small Capital K symbol with CSS

.latin-letter-small-capital-k::before {
    content: '\\1D0B';
}
Preview: Latin Letter Small Capital K

Latin Letter Small Capital K JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-letter-small-capital-k').textContent = 'ᴋ';
2. Unicode Escape for ᴋ:
document.querySelector('.latin-letter-small-capital-k').textContent = '\u1D0B';
Preview: