Arabic Comma

،

Shortcodes

Copy and paste codes for Arabic Comma symbol ، to use in your websites, apps, blogs, and more.

Unicode
U+060C
HTML Code
،
HEX Code
،
CSS Code
\60C
JS/JSON
\u060C
Unix/C/PHP/JAVA
0x60C
URL-encode
%D8%8C
copied

Customize Arabic Comma Symbol

Customize ، symbol as you like and download Arabic Comma as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
،

                        
                    

How to add Arabic Comma symbol in HTML, CSS, and JS?

Insert ، Arabic Comma using HTML

1. Copy-paste Arabic Comma directly:
<span>،</span>
2. HTML Decimal Code:
<span>&#1548;</span>
3. Hexadecimal Code:
<span>&#x060C;</span>
Preview: ،

Add Arabic Comma symbol with CSS

.arabic-comma::before {
    content: '\\60C';
}
Preview: Arabic Comma

Arabic Comma JavaScript Code

1. Direct Symbol:
document.querySelector('.arabic-comma').textContent = '،';
2. Unicode Escape for ،:
document.querySelector('.arabic-comma').textContent = '\u060C';
Preview: ،