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 SUPERSCRIPT ALEF) is the Unicode character at code point U+0670. It belongs to the Arabic block, in the Nonspacing Mark (Mn) general category. Its script is Zinh.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0670 | |
| decimal | 1648 | |
| htmldecimal | ٰ | |
| htmlhex | ٰ | |
| css | \0670 | |
| javascript | \u{670} | |
| python | \u0670 | |
| java | \u0670 | |
| go | \u0670 | |
| ruby | \u{670} | |
| rust | \u{670} | |
| ccpp | \u0670 | |
| urlencoded | %D9%B0 | |
| utf8bytes | d9 b0 | |
| utf16bebytes | 06 70 | |
| utf32bebytes | 00 00 06 70 |
How to Use
HTML:
ٰ
CSS:
content: "\0670"
JavaScript:
"\u{670}"
Python:
"\u0670"
Properties
Frequently Asked Questions
What is the ٰ character (ARABIC LETTER SUPERSCRIPT ALEF)?
ٰ (ARABIC LETTER SUPERSCRIPT ALEF) is the Unicode character U+0670.
What is the Unicode codepoint of ARABIC LETTER SUPERSCRIPT ALEF?
The ARABIC LETTER SUPERSCRIPT ALEF character (ٰ) has codepoint U+0670.
How do I type or copy ARABIC LETTER SUPERSCRIPT ALEF?
Copy ٰ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.