Arabic-indic Per Mille Sign

؉

Shortcodes

Copy useful codes for arabic-indic per mille sign ؉ to use in websites, apps, blogs, and docs.

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

Customize Arabic-indic Per Mille Sign

Customize ؉, download it as SVG or PNG, or copy the generated HTML snippet.

؉
  

How to use Arabic-indic Per Mille Sign in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>؉</span>
HTML Code:
<span>&#1545;</span>
HEX Code:
<span>&#x0609;</span>

Add with CSS

.arabic-indic-per-mille-sign::before {
  content: '\\0609';
}

Set it in JavaScript

document.querySelector('.arabic-indic-per-mille-sign').textContent = '؉';
copied