Latin Small Letter Kra

ĸ

Shortcodes

Copy useful codes for latin small letter kra symbol ĸ to use in websites, apps, blogs, and docs.

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

Customize Latin Small Letter Kra

Customize ĸ, download it as SVG or PNG, or copy the generated HTML snippet.

ĸ
  

How to use Latin Small Letter Kra Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>ĸ</span>
HTML Code:
<span>&#312;</span>
HEX Code:
<span>&#x0138;</span>

Add with CSS

.latin-small-letter-kra::before {
  content: '\\0138';
}

Set it in JavaScript

document.querySelector('.latin-small-letter-kra').textContent = 'ĸ';
copied