Arabic-indic Per Mille Sign

؉

Shortcodes

Copy and paste codes for Arabic-indic Per Mille Sign symbol ؉ to use in your websites, apps, blogs, and more.

Unicode
U+0609
HTML Code
؉
HEX Code
؉
CSS Code
\609
JS/JSON
\u0609
Unix/C/PHP/JAVA
0x609
URL-encode
%D8%89
copied

Customize Arabic-indic Per Mille Sign Symbol

Customize ؉ symbol as you like and download Arabic-indic Per Mille 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-indic Per Mille Sign symbol in HTML, CSS, and JS?

Insert ؉ Arabic-indic Per Mille Sign using HTML

1. Copy-paste Arabic-indic Per Mille Sign directly:
<span>؉</span>
2. HTML Decimal Code:
<span>&#1545;</span>
3. Hexadecimal Code:
<span>&#x0609;</span>
Preview: ؉

Add Arabic-indic Per Mille Sign symbol with CSS

.arabic-indic-per-mille-sign::before {
    content: '\\609';
}
Preview: Arabic-indic Per Mille Sign

Arabic-indic Per Mille Sign JavaScript Code

1. Direct Symbol:
document.querySelector('.arabic-indic-per-mille-sign').textContent = '؉';
2. Unicode Escape for ؉:
document.querySelector('.arabic-indic-per-mille-sign').textContent = '\u0609';
Preview: ؉