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