Arabic Letter Feh With Dot Moved Below Letter
ڢ is the Arabic letter feh with its dot moved below (U+06A2).
U+06A2
ڢ is an Arabic-script character used as a specific letter form. It has a defined Unicode code point, which makes it reliable for copying and rendering across systems. Below you’ll find practical ways to use it, plus copy/paste options and developer escapes.
Arabic Letter Feh With Dot Moved Below Letter Meaning
ڢ (Unicode U+06A2) is known as the Arabic Letter Feh with Dot Moved Below. In Arabic script, letter forms may vary by dot placement, and these variations are treated as distinct characters in Unicode. Because the dot position is part of the character, ڢ should be used when the text specifically calls for this letter form rather than a visually similar character. When searching, storing, or rendering Arabic text, using the correct code point helps avoid substitution or incorrect glyph forms.
Common uses
- •Using the correct Unicode character in Arabic text data entry
- •Typography and layout testing for Arabic font support
- •Creating or editing Arabic labels, names, or transliterations that require this exact letter form
- •Debugging encoding or rendering issues involving U+06A2
- •Preparing content for web or app UIs that must match exact characters
Examples
ڢ Arabic Letter Feh with Dot Moved Below
- ڢڢ
- ڢنص عربي: ڢ
- ڢاسم بالحرف: ڢ
- ڢاختبار الخط: ڢ
- ڢنسخ ڢ و التأكد من U+06A2
Variations
Technical codes
| Unicode | U+06A2 | |
| HTML Entity | ڢ | |
| HTML Code | ڢ | |
| CSS | \06A2 |
FAQ
What does the Arabic Letter Feh With Dot Moved Below letter mean?
ڢ (Unicode U+06A2) is known as the Arabic Letter Feh with Dot Moved Below. In Arabic script, letter forms may vary by dot placement, and these variations are treated as distinct characters in Unicode. Because the dot position is part of the character, ڢ should be used when the text specifically calls for this letter form rather than a visually similar character. When searching, storing, or rendering Arabic text, using the correct code point helps avoid substitution or incorrect glyph forms.
What is the Unicode code point for ڢ?
ڢ is U+06A2 (ARABIC LETTER FEH WITH DOT MOVED BELOW).
How can I copy ڢ reliably in HTML?
You can use the HTML entity ڢ or paste the character directly (ڢ).
What CSS escape should I use for ڢ?
Use \\06A2.
What JavaScript escape works for ڢ?
Use \\u{06A2} in JavaScript (Unicode code point escape).