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 AE
Overview
ᴂ (LATIN SMALL LETTER TURNED AE) is the Unicode character at code point U+1D02. It belongs to the Phonetic Extensions block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+1D02 | |
| decimal | 7426 | |
| htmldecimal | ᴂ | |
| htmlhex | ᴂ | |
| css | \1D02 | |
| javascript | \u{1D02} | |
| python | \u1d02 | |
| java | \u1D02 | |
| go | \u1D02 | |
| ruby | \u{1D02} | |
| rust | \u{1D02} | |
| ccpp | \u1d02 | |
| urlencoded | %E1%B4%82 | |
| utf8bytes | e1 b4 82 | |
| utf16bebytes | 1d 02 | |
| utf32bebytes | 00 00 1d 02 |
How to Use
HTML:
ᴂ
CSS:
content: "\1D02"
JavaScript:
"\u{1D02}"
Python:
"\u1d02"
Properties
- Block
- Phonetic Extensions
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ᴂ character (LATIN SMALL LETTER TURNED AE)?
ᴂ (LATIN SMALL LETTER TURNED AE) is the Unicode character U+1D02.
What is the Unicode codepoint of LATIN SMALL LETTER TURNED AE?
The LATIN SMALL LETTER TURNED AE character (ᴂ) has codepoint U+1D02.
How do I type or copy LATIN SMALL LETTER TURNED AE?
Copy ᴂ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.