Increases As
⧡
Shortcodes
Copy useful codes for increases as symbol ⧡ to use in websites, apps, blogs, and docs.
Unicode
U+29E1 HTML Code
⧡ HEX Code
⧡ CSS Code
\29E1 JS/JSON
\u29E1 Unix/C/PHP/JAVA
0x29E1 URL-encode
%E2%A7%A1 Customize Increases As
Customize ⧡, download it as SVG or PNG, or copy the generated HTML snippet.
⧡
How to use Increases As 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
.increases-as::before {
content: '\\29E1';
} Set it in JavaScript
document.querySelector('.increases-as').textContent = '⧡';