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' : ''">
ᾱ
GREEK SMALL LETTER ALPHA WITH MACRON
Overview
ᾱ (GREEK SMALL LETTER ALPHA WITH MACRON) is the Unicode character at code point U+1FB1. It belongs to the Greek Extended block, in the Lowercase Letter (Ll) general category. Its script is Grek.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+1FB1 | |
| decimal | 8113 | |
| htmldecimal | ᾱ | |
| htmlhex | ᾱ | |
| css | \1FB1 | |
| javascript | \u{1FB1} | |
| python | \u1fb1 | |
| java | \u1FB1 | |
| go | \u1FB1 | |
| ruby | \u{1FB1} | |
| rust | \u{1FB1} | |
| ccpp | \u1fb1 | |
| urlencoded | %E1%BE%B1 | |
| utf8bytes | e1 be b1 | |
| utf16bebytes | 1f b1 | |
| utf32bebytes | 00 00 1f b1 |
How to Use
HTML:
ᾱ
CSS:
content: "\1FB1"
JavaScript:
"\u{1FB1}"
Python:
"\u1fb1"
Properties
- Block
- Greek Extended
- Script
- Grek
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 03B1 0304
Frequently Asked Questions
What is the ᾱ character (GREEK SMALL LETTER ALPHA WITH MACRON)?
ᾱ (GREEK SMALL LETTER ALPHA WITH MACRON) is the Unicode character U+1FB1.
What is the Unicode codepoint of GREEK SMALL LETTER ALPHA WITH MACRON?
The GREEK SMALL LETTER ALPHA WITH MACRON character (ᾱ) has codepoint U+1FB1.
How do I type or copy GREEK SMALL LETTER ALPHA WITH MACRON?
Copy ᾱ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.