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 GAF WITH THREE DOTS ABOVE) is the Unicode character at code point U+06B4. 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+06B4 | |
| decimal | 1716 | |
| htmldecimal | ڴ | |
| htmlhex | ڴ | |
| css | \06B4 | |
| javascript | \u{6B4} | |
| python | \u06b4 | |
| java | \u06B4 | |
| go | \u06B4 | |
| ruby | \u{6B4} | |
| rust | \u{6B4} | |
| ccpp | \u06b4 | |
| urlencoded | %DA%B4 | |
| utf8bytes | da b4 | |
| utf16bebytes | 06 b4 | |
| utf32bebytes | 00 00 06 b4 |
How to Use
HTML:
ڴ
CSS:
content: "\06B4"
JavaScript:
"\u{6B4}"
Python:
"\u06b4"
Properties
Frequently Asked Questions
What is the ڴ character (ARABIC LETTER GAF WITH THREE DOTS ABOVE)?
ڴ (ARABIC LETTER GAF WITH THREE DOTS ABOVE) is the Unicode character U+06B4.
What is the Unicode codepoint of ARABIC LETTER GAF WITH THREE DOTS ABOVE?
The ARABIC LETTER GAF WITH THREE DOTS ABOVE character (ڴ) has codepoint U+06B4.
How do I type or copy ARABIC LETTER GAF WITH THREE DOTS ABOVE?
Copy ڴ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.