Arabic Percent Sign

٪

Shortcodes

Copy and paste codes for Arabic Percent Sign symbol ٪ to use in your websites, apps, blogs, and more.

Unicode
U+066A
HTML Code
٪
HEX Code
٪
CSS Code
\66A
JS/JSON
\u066A
Unix/C/PHP/JAVA
0x66A
URL-encode
%D9%AA
copied

Customize Arabic Percent Sign Symbol

Customize ٪ symbol as you like and download Arabic Percent Sign 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 Percent Sign symbol in HTML, CSS, and JS?

Insert ٪ Arabic Percent Sign using HTML

1. Copy-paste Arabic Percent Sign directly:
<span>٪</span>
2. HTML Decimal Code:
<span>&#1642;</span>
3. Hexadecimal Code:
<span>&#x066A;</span>
Preview: ٪

Add Arabic Percent Sign symbol with CSS

.arabic-percent-sign::before {
    content: '\\66A';
}
Preview: Arabic Percent Sign

Arabic Percent Sign JavaScript Code

1. Direct Symbol:
document.querySelector('.arabic-percent-sign').textContent = '٪';
2. Unicode Escape for ٪:
document.querySelector('.arabic-percent-sign').textContent = '\u066A';
Preview: ٪