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