Per Ten Thousand Sign

Shortcodes

Copy and paste codes for Per Ten Thousand Sign symbol ‱ to use in your websites, apps, blogs, and more.

Unicode
U+2031
HTML Code
‱
HEX Code
‱
CSS Code
\2031
JS/JSON
\u2031
Unix/C/PHP/JAVA
0x2031
URL-encode
%E2%80%B1
copied

Customize Per Ten Thousand Sign Symbol

Customize ‱ symbol as you like and download Per Ten Thousand 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 Per Ten Thousand Sign symbol in HTML, CSS, and JS?

Insert ‱ Per Ten Thousand Sign using HTML

1. Copy-paste Per Ten Thousand Sign directly:
<span>‱</span>
2. HTML Decimal Code:
<span>&#8241;</span>
3. Hexadecimal Code:
<span>&#x2031;</span>
Preview:

Add Per Ten Thousand Sign symbol with CSS

.per-ten-thousand-sign::before {
    content: '\\2031';
}
Preview: Per Ten Thousand Sign

Per Ten Thousand Sign JavaScript Code

1. Direct Symbol:
document.querySelector('.per-ten-thousand-sign').textContent = '‱';
2. Unicode Escape for ‱:
document.querySelector('.per-ten-thousand-sign').textContent = '\u2031';
Preview: