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 THOUSANDS SEPARATOR) is the Unicode character at code point U+066C. 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+066C | |
| decimal | 1644 | |
| htmldecimal | ٬ | |
| htmlhex | ٬ | |
| css | \066C | |
| javascript | \u{66C} | |
| python | \u066c | |
| java | \u066C | |
| go | \u066C | |
| ruby | \u{66C} | |
| rust | \u{66C} | |
| ccpp | \u066c | |
| urlencoded | %D9%AC | |
| utf8bytes | d9 ac | |
| utf16bebytes | 06 6c | |
| utf32bebytes | 00 00 06 6c |
How to Use
HTML:
٬
CSS:
content: "\066C"
JavaScript:
"\u{66C}"
Python:
"\u066c"
Properties
Frequently Asked Questions
What is the ٬ character (ARABIC THOUSANDS SEPARATOR)?
٬ (ARABIC THOUSANDS SEPARATOR) is the Unicode character U+066C.
What is the Unicode codepoint of ARABIC THOUSANDS SEPARATOR?
The ARABIC THOUSANDS SEPARATOR character (٬) has codepoint U+066C.
How do I type or copy ARABIC THOUSANDS SEPARATOR?
Copy ٬ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.