Per Sign

Shortcodes

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

Unicode
U+214C
HTML Code
⅌
HEX Code
⅌
CSS Code
\214C
JS/JSON
\u214C
Unix/C/PHP/JAVA
0x214C
URL-encode
%E2%85%8C
copied

Customize Per Sign Symbol

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

Insert ⅌ Per Sign using HTML

1. Copy-paste Per Sign directly:
<span>⅌</span>
2. HTML Decimal Code:
<span>&#8524;</span>
3. Hexadecimal Code:
<span>&#x214C;</span>
Preview:

Add Per Sign symbol with CSS

.per-sign::before {
    content: '\\214C';
}
Preview: Per Sign

Per Sign JavaScript Code

1. Direct Symbol:
document.querySelector('.per-sign').textContent = '⅌';
2. Unicode Escape for ⅌:
document.querySelector('.per-sign').textContent = '\u214C';
Preview: