Latin Capital Letter K With Cedilla

Ķ

Shortcodes

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

Unicode
U+0136
HTML Code
Ķ
HEX Code
Ķ
CSS Code
\136
JS/JSON
\u0136
Unix/C/PHP/JAVA
0x136
URL-encode
%C4%B6
copied

Customize Latin Capital Letter K With Cedilla Symbol

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

Insert Ķ Latin Capital Letter K With Cedilla using HTML

1. Copy-paste Latin Capital Letter K With Cedilla directly:
<span>Ķ</span>
2. HTML Decimal Code:
<span>&#310;</span>
3. Hexadecimal Code:
<span>&#x0136;</span>
Preview: Ķ

Add Latin Capital Letter K With Cedilla symbol with CSS

.latin-capital-letter-k-with-cedilla::before {
    content: '\\136';
}
Preview: Latin Capital Letter K With Cedilla

Latin Capital Letter K With Cedilla JavaScript Code

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