Upside Down Small a

Unicode Name: LATIN SMALL LETTER TURNED A

ɐ

Shortcodes

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

Unicode
U+0250
HTML Code
ɐ
HEX Code
ɐ
CSS Code
\250
JS/JSON
\u0250
Unix/C/PHP/JAVA
0x250
URL-encode
%C9%90
copied

Customize Upside Down Small a Symbol

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

Insert ɐ Upside Down Small a using HTML

1. Copy-paste Upside Down Small a directly:
<span>ɐ</span>
2. HTML Decimal Code:
<span>&#592;</span>
3. Hexadecimal Code:
<span>&#x0250;</span>
Preview: ɐ

Add Upside Down Small a symbol with CSS

.upside-down-small-a::before {
    content: '\\250';
}
Preview: Upside Down Small a

Upside Down Small a JavaScript Code

1. Direct Symbol:
document.querySelector('.upside-down-small-a').textContent = 'ɐ';
2. Unicode Escape for ɐ:
document.querySelector('.upside-down-small-a').textContent = '\u0250';
Preview: ɐ