Forces
⊩
Shortcodes
Copy useful codes for forces symbol ⊩ to use in websites, apps, blogs, and docs.
Unicode
U+22A9 HTML Code
⊩ HEX Code
⊩ CSS Code
\22A9 JS/JSON
\u22A9 Unix/C/PHP/JAVA
0x22A9 URL-encode
%E2%8A%A9 Customize Forces
Customize ⊩, download it as SVG or PNG, or copy the generated HTML snippet.
⊩
How to use Forces 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
.forces::before {
content: '\\22A9';
} Set it in JavaScript
document.querySelector('.forces').textContent = '⊩';