Big Reverse Solidus
⧹
Shortcodes
Copy useful codes for big reverse solidus symbol ⧹ to use in websites, apps, blogs, and docs.
Unicode
U+29F9 HTML Code
⧹ HEX Code
⧹ CSS Code
\29F9 JS/JSON
\u29F9 Unix/C/PHP/JAVA
0x29F9 URL-encode
%E2%A7%B9 Customize Big Reverse Solidus
Customize ⧹, download it as SVG or PNG, or copy the generated HTML snippet.
⧹
How to use Big Reverse Solidus 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
.big-reverse-solidus::before {
content: '\\29F9';
} Set it in JavaScript
document.querySelector('.big-reverse-solidus').textContent = '⧹';