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 ɐ 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 type Upside Down Small a symbol ɐ ?

  • You can try inserting Upside Down Small a symbol using these system tools:
    • Mac Character Viewer (Control + Command + Space)
    • Windows Emoji/Symbol Picker (Win + .)
    • Windows Character Map (charmap.exe)
  • Note: These tools may not include all Unicode symbols
  • Copy and paste the ɐ symbol directly from this website.
  • Use provided codes for Upside Down Small a symbol where they are supported.

How to add Upside Down Small a symbol in HTML, CSS, and JS?

HTML Methods:

1. Direct Symbol:
<span>ɐ</span>
2. HTML Decimal Code:
<span>&#592;</span>
3. Hexadecimal Code:
<span>&#x0250;</span>
Preview: ɐ

CSS Method:

.symbol::before {
    content: '\\250';
}
Preview: Symbol

JavaScript Methods:

1. Direct Symbol:
document.querySelector('.symbol').textContent = 'ɐ';
2. Unicode Escape:
document.querySelector('.symbol').textContent = '\u0250';
Preview: ɐ