Scales
⚖
Shortcodes
Copy useful codes for scales symbol ⚖ to use in websites, apps, blogs, and docs.
Unicode
U+2696 HTML Code
⚖ HEX Code
⚖ CSS Code
\2696 JS/JSON
\u2696 Unix/C/PHP/JAVA
0x2696 URL-encode
%E2%9A%96 Customize Scales
Customize ⚖, download it as SVG or PNG, or copy the generated HTML snippet.
⚖
How to use Scales Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>⚖</span> HTML Code:
<span>⚖</span> HEX Code:
<span>⚖</span> Add with CSS
.scales::before {
content: '\\2696';
} Set it in JavaScript
document.querySelector('.scales').textContent = '⚖';