Upside Down Small a
Unicode Name: LATIN SMALL LETTER TURNED A
ɐ
Shortcodes
Copy useful codes for upside down small a symbol ɐ to use in websites, apps, blogs, and docs.
Unicode
U+0250 HTML Code
ɐ HEX Code
ɐ CSS Code
\0250 JS/JSON
\u0250 Unix/C/PHP/JAVA
0x250 URL-encode
%C9%90 Customize Upside Down Small a
Customize ɐ, download it as SVG or PNG, or copy the generated HTML snippet.
ɐ
How to use Upside Down Small a Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>ɐ</span> HTML Code:
<span>ɐ</span> HEX Code:
<span>ɐ</span> Add with CSS
.upside-down-small-a::before {
content: '\\0250';
} Set it in JavaScript
document.querySelector('.upside-down-small-a').textContent = 'ɐ';