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 VOWEL SIGN INVERTED SMALL V ABOVE) is the Unicode character at code point U+065B. It belongs to the Arabic block, in the Nonspacing Mark (Mn) general category. Its script is Arab.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+065B | |
| decimal | 1627 | |
| htmldecimal | ٛ | |
| htmlhex | ٛ | |
| css | \065B | |
| javascript | \u{65B} | |
| python | \u065b | |
| java | \u065B | |
| go | \u065B | |
| ruby | \u{65B} | |
| rust | \u{65B} | |
| ccpp | \u065b | |
| urlencoded | %D9%9B | |
| utf8bytes | d9 9b | |
| utf16bebytes | 06 5b | |
| utf32bebytes | 00 00 06 5b |
How to Use
HTML:
ٛ
CSS:
content: "\065B"
JavaScript:
"\u{65B}"
Python:
"\u065b"
Properties
Frequently Asked Questions
What is the ٛ character (ARABIC VOWEL SIGN INVERTED SMALL V ABOVE)?
ٛ (ARABIC VOWEL SIGN INVERTED SMALL V ABOVE) is the Unicode character U+065B.
What is the Unicode codepoint of ARABIC VOWEL SIGN INVERTED SMALL V ABOVE?
The ARABIC VOWEL SIGN INVERTED SMALL V ABOVE character (ٛ) has codepoint U+065B.
How do I type or copy ARABIC VOWEL SIGN INVERTED SMALL V ABOVE?
Copy ٛ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.