Big Solidus

Shortcodes

Copy and paste codes for Big Solidus symbol ⧸ to use in your websites, apps, blogs, and more.

Unicode
U+29F8
HTML Code
⧸
HEX Code
⧸
CSS Code
\29F8
JS/JSON
\u29F8
Unix/C/PHP/JAVA
0x29F8
URL-encode
%E2%A7%B8
copied

Customize Big Solidus Symbol

Customize ⧸ symbol as you like and download Big Solidus as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Big Solidus symbol in HTML, CSS, and JS?

Insert ⧸ Big Solidus using HTML

1. Copy-paste Big Solidus directly:
<span>⧸</span>
2. HTML Decimal Code:
<span>&#10744;</span>
3. Hexadecimal Code:
<span>&#x29F8;</span>
Preview:

Add Big Solidus symbol with CSS

.big-solidus::before {
    content: '\\29F8';
}
Preview: Big Solidus

Big Solidus JavaScript Code

1. Direct Symbol:
document.querySelector('.big-solidus').textContent = '⧸';
2. Unicode Escape for ⧸:
document.querySelector('.big-solidus').textContent = '\u29F8';
Preview: