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 COMMA) is the Unicode character at code point U+060C. It belongs to the Arabic block, in the Other Punctuation (Po) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+060C | |
| decimal | 1548 | |
| htmldecimal | ، | |
| htmlhex | ، | |
| css | \060C | |
| javascript | \u{60C} | |
| python | \u060c | |
| java | \u060C | |
| go | \u060C | |
| ruby | \u{60C} | |
| rust | \u{60C} | |
| ccpp | \u060c | |
| urlencoded | %D8%8C | |
| utf8bytes | d8 8c | |
| utf16bebytes | 06 0c | |
| utf32bebytes | 00 00 06 0c |
How to Use
HTML:
،
CSS:
content: "\060C"
JavaScript:
"\u{60C}"
Python:
"\u060c"
Properties
Frequently Asked Questions
What is the ، character (ARABIC COMMA)?
، (ARABIC COMMA) is the Unicode character U+060C.
What is the Unicode codepoint of ARABIC COMMA?
The ARABIC COMMA character (،) has codepoint U+060C.
How do I type or copy ARABIC COMMA?
Copy ، directly, or use the HTML entity, UTF-8, and code encodings shown on this page.