Upside Down K

Unicode Name: LATIN SMALL LETTER TURNED K

ʞ

Shortcodes

Copy and paste codes for Upside Down K symbol ʞ to use in your websites, apps, blogs, and more.

Unicode
U+029E
HTML Code
ʞ
HEX Code
ʞ
CSS Code
\29E
JS/JSON
\u029E
Unix/C/PHP/JAVA
0x29E
URL-encode
%CA%9E
copied

Customize Upside Down K Symbol

Customize ʞ symbol as you like and download Upside Down 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 Upside Down K symbol in HTML, CSS, and JS?

Insert ʞ Upside Down K using HTML

1. Copy-paste Upside Down K directly:
<span>ʞ</span>
2. HTML Decimal Code:
<span>&#670;</span>
3. Hexadecimal Code:
<span>&#x029E;</span>
Preview: ʞ

Add Upside Down K symbol with CSS

.upside-down-k::before {
    content: '\\29E';
}
Preview: Upside Down K

Upside Down K JavaScript Code

1. Direct Symbol:
document.querySelector('.upside-down-k').textContent = 'ʞ';
2. Unicode Escape for ʞ:
document.querySelector('.upside-down-k').textContent = '\u029E';
Preview: ʞ