Arabic-indic Per Ten Thousand Sign

؊

Shortcodes

Copy useful codes for arabic-indic per ten thousand sign ؊ to use in websites, apps, blogs, and docs.

Unicode
U+060A
HTML Code
؊
HEX Code
؊
CSS Code
\060A
JS/JSON
\u060A
Unix/C/PHP/JAVA
0x60A
URL-encode
%D8%8A

Customize Arabic-indic Per Ten Thousand Sign

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

؊
  

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

Insert in HTML

1. Direct symbol:
<span>؊</span>
HTML Code:
<span>&#1546;</span>
HEX Code:
<span>&#x060A;</span>

Add with CSS

.arabic-indic-per-ten-thousand-sign::before {
  content: '\\060A';
}

Set it in JavaScript

document.querySelector('.arabic-indic-per-ten-thousand-sign').textContent = '؊';
copied