Latin Small Letter K With Cedilla

ķ

Shortcodes

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

Unicode
U+0137
HTML Code
ķ
HEX Code
ķ
CSS Code
\137
JS/JSON
\u0137
Unix/C/PHP/JAVA
0x137
URL-encode
%C4%B7
copied

Customize Latin Small Letter K With Cedilla Symbol

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

Insert ķ Latin Small Letter K With Cedilla using HTML

1. Copy-paste Latin Small Letter K With Cedilla directly:
<span>ķ</span>
2. HTML Decimal Code:
<span>&#311;</span>
3. Hexadecimal Code:
<span>&#x0137;</span>
Preview: ķ

Add Latin Small Letter K With Cedilla symbol with CSS

.latin-small-letter-k-with-cedilla::before {
    content: '\\137';
}
Preview: Latin Small Letter K With Cedilla

Latin Small Letter K With Cedilla JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-k-with-cedilla').textContent = 'ķ';
2. Unicode Escape for ķ:
document.querySelector('.latin-small-letter-k-with-cedilla').textContent = '\u0137';
Preview: ķ