Arabic Decimal Separator

٫

Shortcodes

Copy and paste codes for Arabic Decimal Separator symbol ٫ to use in your websites, apps, blogs, and more.

Unicode
U+066B
HTML Code
٫
HEX Code
٫
CSS Code
\66B
JS/JSON
\u066B
Unix/C/PHP/JAVA
0x66B
URL-encode
%D9%AB
copied

Customize Arabic Decimal Separator Symbol

Customize ٫ symbol as you like and download Arabic Decimal Separator 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 Decimal Separator symbol in HTML, CSS, and JS?

Insert ٫ Arabic Decimal Separator using HTML

1. Copy-paste Arabic Decimal Separator directly:
<span>٫</span>
2. HTML Decimal Code:
<span>&#1643;</span>
3. Hexadecimal Code:
<span>&#x066B;</span>
Preview: ٫

Add Arabic Decimal Separator symbol with CSS

.arabic-decimal-separator::before {
    content: '\\66B';
}
Preview: Arabic Decimal Separator

Arabic Decimal Separator JavaScript Code

1. Direct Symbol:
document.querySelector('.arabic-decimal-separator').textContent = '٫';
2. Unicode Escape for ٫:
document.querySelector('.arabic-decimal-separator').textContent = '\u066B';
Preview: ٫