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