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 AE) is the Unicode character at code point U+06D5. 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+06D5 | |
| decimal | 1749 | |
| htmldecimal | ە | |
| htmlhex | ە | |
| css | \06D5 | |
| javascript | \u{6D5} | |
| python | \u06d5 | |
| java | \u06D5 | |
| go | \u06D5 | |
| ruby | \u{6D5} | |
| rust | \u{6D5} | |
| ccpp | \u06d5 | |
| urlencoded | %DB%95 | |
| utf8bytes | db 95 | |
| utf16bebytes | 06 d5 | |
| utf32bebytes | 00 00 06 d5 |
How to Use
HTML:
ە
CSS:
content: "\06D5"
JavaScript:
"\u{6D5}"
Python:
"\u06d5"
Properties
Frequently Asked Questions
What is the ە character (ARABIC LETTER AE)?
ە (ARABIC LETTER AE) is the Unicode character U+06D5.
What is the Unicode codepoint of ARABIC LETTER AE?
The ARABIC LETTER AE character (ە) has codepoint U+06D5.
How do I type or copy ARABIC LETTER AE?
Copy ە directly, or use the HTML entity, UTF-8, and code encodings shown on this page.