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' : ''">
ᵃ
MODIFIER LETTER SMALL A
Overview
ᵃ (MODIFIER LETTER SMALL A) is the Unicode character at code point U+1D43. It belongs to the Phonetic Extensions block, in the Modifier Letter (Lm) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+1D43 | |
| decimal | 7491 | |
| htmldecimal | ᵃ | |
| htmlhex | ᵃ | |
| css | \1D43 | |
| javascript | \u{1D43} | |
| python | \u1d43 | |
| java | \u1D43 | |
| go | \u1D43 | |
| ruby | \u{1D43} | |
| rust | \u{1D43} | |
| ccpp | \u1d43 | |
| urlencoded | %E1%B5%83 | |
| utf8bytes | e1 b5 83 | |
| utf16bebytes | 1d 43 | |
| utf32bebytes | 00 00 1d 43 |
How to Use
HTML:
ᵃ
CSS:
content: "\1D43"
JavaScript:
"\u{1D43}"
Python:
"\u1d43"
Properties
- Block
- Phonetic Extensions
- Script
- Latn
- Category
- Modifier Letter (Lm)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <super> 0061
Frequently Asked Questions
What is the ᵃ character (MODIFIER LETTER SMALL A)?
ᵃ (MODIFIER LETTER SMALL A) is the Unicode character U+1D43.
What is the Unicode codepoint of MODIFIER LETTER SMALL A?
The MODIFIER LETTER SMALL A character (ᵃ) has codepoint U+1D43.
How do I type or copy MODIFIER LETTER SMALL A?
Copy ᵃ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.