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