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 DECIMAL SEPARATOR) is the Unicode character at code point U+066B. It belongs to the Arabic block, in the Other Punctuation (Po) general category. Its script is Arab.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+066B | |
| decimal | 1643 | |
| htmldecimal | ٫ | |
| htmlhex | ٫ | |
| css | \066B | |
| javascript | \u{66B} | |
| python | \u066b | |
| java | \u066B | |
| go | \u066B | |
| ruby | \u{66B} | |
| rust | \u{66B} | |
| ccpp | \u066b | |
| urlencoded | %D9%AB | |
| utf8bytes | d9 ab | |
| utf16bebytes | 06 6b | |
| utf32bebytes | 00 00 06 6b |
How to Use
HTML:
٫
CSS:
content: "\066B"
JavaScript:
"\u{66B}"
Python:
"\u066b"
Properties
Frequently Asked Questions
What is the ٫ character (ARABIC DECIMAL SEPARATOR)?
٫ (ARABIC DECIMAL SEPARATOR) is the Unicode character U+066B.
What is the Unicode codepoint of ARABIC DECIMAL SEPARATOR?
The ARABIC DECIMAL SEPARATOR character (٫) has codepoint U+066B.
How do I type or copy ARABIC DECIMAL SEPARATOR?
Copy ٫ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.