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' : ''">
ا
Overview
ا (ARABIC LETTER ALEF) is the Unicode character at code point U+0627. It belongs to the Arabic block, in the Other Letter (Lo) general category. Its script is Arab.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0627 | |
| decimal | 1575 | |
| htmldecimal | ا | |
| htmlhex | ا | |
| css | \0627 | |
| javascript | \u{627} | |
| python | \u0627 | |
| java | \u0627 | |
| go | \u0627 | |
| ruby | \u{627} | |
| rust | \u{627} | |
| ccpp | \u0627 | |
| urlencoded | %D8%A7 | |
| utf8bytes | d8 a7 | |
| utf16bebytes | 06 27 | |
| utf32bebytes | 00 00 06 27 |
How to Use
HTML:
ا
CSS:
content: "\0627"
JavaScript:
"\u{627}"
Python:
"\u0627"
Properties
Frequently Asked Questions
What is the ا character (ARABIC LETTER ALEF)?
ا (ARABIC LETTER ALEF) is the Unicode character U+0627.
What is the Unicode codepoint of ARABIC LETTER ALEF?
The ARABIC LETTER ALEF character (ا) has codepoint U+0627.
How do I type or copy ARABIC LETTER ALEF?
Copy ا directly, or use the HTML entity, UTF-8, and code encodings shown on this page.