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 YEH WITH HAMZA ABOVE) is the Unicode character at code point U+0626. 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+0626 | |
| decimal | 1574 | |
| htmldecimal | ئ | |
| htmlhex | ئ | |
| css | \0626 | |
| javascript | \u{626} | |
| python | \u0626 | |
| java | \u0626 | |
| go | \u0626 | |
| ruby | \u{626} | |
| rust | \u{626} | |
| ccpp | \u0626 | |
| urlencoded | %D8%A6 | |
| utf8bytes | d8 a6 | |
| utf16bebytes | 06 26 | |
| utf32bebytes | 00 00 06 26 |
How to Use
HTML:
ئ
CSS:
content: "\0626"
JavaScript:
"\u{626}"
Python:
"\u0626"
Properties
Frequently Asked Questions
What is the ئ character (ARABIC LETTER YEH WITH HAMZA ABOVE)?
ئ (ARABIC LETTER YEH WITH HAMZA ABOVE) is the Unicode character U+0626.
What is the Unicode codepoint of ARABIC LETTER YEH WITH HAMZA ABOVE?
The ARABIC LETTER YEH WITH HAMZA ABOVE character (ئ) has codepoint U+0626.
How do I type or copy ARABIC LETTER YEH WITH HAMZA ABOVE?
Copy ئ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.