Plus Sign With Small Circle Above
⨢
Shortcodes
Copy useful codes for plus sign with small circle above symbol ⨢ to use in websites, apps, blogs, and docs.
Unicode
U+2A22 HTML Code
⨢ HEX Code
⨢ CSS Code
\2A22 JS/JSON
\u2A22 Unix/C/PHP/JAVA
0x2A22 URL-encode
%E2%A8%A2 Customize Plus Sign With Small Circle Above
Customize ⨢, download it as SVG or PNG, or copy the generated HTML snippet.
⨢
How to use Plus Sign With Small Circle Above 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
.plus-sign-with-small-circle-above::before {
content: '\\2A22';
} Set it in JavaScript
document.querySelector('.plus-sign-with-small-circle-above').textContent = '⨢';