copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('ɐ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
ɐ
LATIN SMALL LETTER TURNED A
Overview
ɐ (LATIN SMALL LETTER TURNED A) is the Unicode character at code point U+0250. It belongs to the IPA Extensions block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0250 | |
| decimal | 592 | |
| htmldecimal | ɐ | |
| htmlhex | ɐ | |
| css | \0250 | |
| javascript | \u{250} | |
| python | \u0250 | |
| java | \u0250 | |
| go | \u0250 | |
| ruby | \u{250} | |
| rust | \u{250} | |
| ccpp | \u0250 | |
| urlencoded | %C9%90 | |
| utf8bytes | c9 90 | |
| utf16bebytes | 02 50 | |
| utf32bebytes | 00 00 02 50 |
How to Use
HTML:
ɐ
CSS:
content: "\0250"
JavaScript:
"\u{250}"
Python:
"\u0250"
Properties
- Block
- IPA Extensions
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ɐ character (LATIN SMALL LETTER TURNED A)?
ɐ (LATIN SMALL LETTER TURNED A) is the Unicode character U+0250.
What is the Unicode codepoint of LATIN SMALL LETTER TURNED A?
The LATIN SMALL LETTER TURNED A character (ɐ) has codepoint U+0250.
How do I type or copy LATIN SMALL LETTER TURNED A?
Copy ɐ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.