Per Sign

Shortcodes

Copy useful codes for per sign ⅌ to use in websites, apps, blogs, and docs.

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

Customize Per Sign

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

  

How to use Per Sign in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⅌</span>
HTML Code:
<span>&#8524;</span>
HEX Code:
<span>&#x214C;</span>

Add with CSS

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

Set it in JavaScript

document.querySelector('.per-sign').textContent = '⅌';
copied