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 PSILI
Overview
ἀ (GREEK SMALL LETTER ALPHA WITH PSILI) is the Unicode character at code point U+1F00. 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+1F00 | |
| decimal | 7936 | |
| htmldecimal | ἀ | |
| htmlhex | ἀ | |
| css | \1F00 | |
| javascript | \u{1F00} | |
| python | \u1f00 | |
| java | \u1F00 | |
| go | \u1F00 | |
| ruby | \u{1F00} | |
| rust | \u{1F00} | |
| ccpp | \u1f00 | |
| urlencoded | %E1%BC%80 | |
| utf8bytes | e1 bc 80 | |
| utf16bebytes | 1f 00 | |
| utf32bebytes | 00 00 1f 00 |
How to Use
HTML:
ἀ
CSS:
content: "\1F00"
JavaScript:
"\u{1F00}"
Python:
"\u1f00"
Properties
- Block
- Greek Extended
- Script
- Grek
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 03B1 0313
Frequently Asked Questions
What is the ἀ character (GREEK SMALL LETTER ALPHA WITH PSILI)?
ἀ (GREEK SMALL LETTER ALPHA WITH PSILI) is the Unicode character U+1F00.
What is the Unicode codepoint of GREEK SMALL LETTER ALPHA WITH PSILI?
The GREEK SMALL LETTER ALPHA WITH PSILI character (ἀ) has codepoint U+1F00.
How do I type or copy GREEK SMALL LETTER ALPHA WITH PSILI?
Copy ἀ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.