Latin Small Letter Kra

ĸ

Shortcodes

Copy and paste codes for Latin Small Letter Kra symbol ĸ to use in your websites, apps, blogs, and more.

Unicode
U+0138
HTML Code
ĸ
HEX Code
ĸ
CSS Code
\138
JS/JSON
\u0138
Unix/C/PHP/JAVA
0x138
URL-encode
%C4%B8
copied

Customize Latin Small Letter Kra Symbol

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

Insert ĸ Latin Small Letter Kra using HTML

1. Copy-paste Latin Small Letter Kra directly:
<span>ĸ</span>
2. HTML Decimal Code:
<span>&#312;</span>
3. Hexadecimal Code:
<span>&#x0138;</span>
Preview: ĸ

Add Latin Small Letter Kra symbol with CSS

.latin-small-letter-kra::before {
    content: '\\138';
}
Preview: Latin Small Letter Kra

Latin Small Letter Kra JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-kra').textContent = 'ĸ';
2. Unicode Escape for ĸ:
document.querySelector('.latin-small-letter-kra').textContent = '\u0138';
Preview: ĸ