Upside Down Small y

Unicode Name: LATIN SMALL LETTER TURNED Y

ʎ

Shortcodes

Copy and paste codes for Upside Down Small y symbol ʎ to use in your websites, apps, blogs, and more.

Unicode
U+028E
HTML Code
ʎ
HEX Code
ʎ
CSS Code
\28E
JS/JSON
\u028E
Unix/C/PHP/JAVA
0x28E
URL-encode
%CA%8E
copied

Customize Upside Down Small y Symbol

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

Insert ʎ Upside Down Small y using HTML

1. Copy-paste Upside Down Small y directly:
<span>ʎ</span>
2. HTML Decimal Code:
<span>&#654;</span>
3. Hexadecimal Code:
<span>&#x028E;</span>
Preview: ʎ

Add Upside Down Small y symbol with CSS

.upside-down-small-y::before {
    content: '\\28E';
}
Preview: Upside Down Small y

Upside Down Small y JavaScript Code

1. Direct Symbol:
document.querySelector('.upside-down-small-y').textContent = 'ʎ';
2. Unicode Escape for ʎ:
document.querySelector('.upside-down-small-y').textContent = '\u028E';
Preview: ʎ