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 FATHA WITH TWO DOTS) is the Unicode character at code point U+065E. It belongs to the Arabic block, in the Nonspacing Mark (Mn) general category. Its script is Arab.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+065E | |
| decimal | 1630 | |
| htmldecimal | ٞ | |
| htmlhex | ٞ | |
| css | \065E | |
| javascript | \u{65E} | |
| python | \u065e | |
| java | \u065E | |
| go | \u065E | |
| ruby | \u{65E} | |
| rust | \u{65E} | |
| ccpp | \u065e | |
| urlencoded | %D9%9E | |
| utf8bytes | d9 9e | |
| utf16bebytes | 06 5e | |
| utf32bebytes | 00 00 06 5e |
How to Use
HTML:
ٞ
CSS:
content: "\065E"
JavaScript:
"\u{65E}"
Python:
"\u065e"
Properties
Frequently Asked Questions
What is the ٞ character (ARABIC FATHA WITH TWO DOTS)?
ٞ (ARABIC FATHA WITH TWO DOTS) is the Unicode character U+065E.
What is the Unicode codepoint of ARABIC FATHA WITH TWO DOTS?
The ARABIC FATHA WITH TWO DOTS character (ٞ) has codepoint U+065E.
How do I type or copy ARABIC FATHA WITH TWO DOTS?
Copy ٞ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.