Circle With Superimposed X
⦻
Shortcodes
Copy useful codes for circle with superimposed x symbol ⦻ to use in websites, apps, blogs, and docs.
Unicode
U+29BB HTML Code
⦻ HEX Code
⦻ CSS Code
\29BB JS/JSON
\u29BB Unix/C/PHP/JAVA
0x29BB URL-encode
%E2%A6%BB Customize Circle With Superimposed X
Customize ⦻, download it as SVG or PNG, or copy the generated HTML snippet.
⦻
How to use Circle With Superimposed X 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
.circle-with-superimposed-x::before {
content: '\\29BB';
} Set it in JavaScript
document.querySelector('.circle-with-superimposed-x').textContent = '⦻';