Superset Preceding Solidus

Shortcodes

Copy and paste codes for Superset Preceding Solidus symbol ⟉ to use in your websites, apps, blogs, and more.

Unicode
U+27C9
HTML Code
⟉
HEX Code
⟉
CSS Code
\27C9
JS/JSON
\u27C9
Unix/C/PHP/JAVA
0x27C9
URL-encode
%E2%9F%89
copied

Customize Superset Preceding Solidus Symbol

Customize ⟉ symbol as you like and download Superset Preceding 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 Superset Preceding Solidus symbol in HTML, CSS, and JS?

Insert ⟉ Superset Preceding Solidus using HTML

1. Copy-paste Superset Preceding Solidus directly:
<span>⟉</span>
2. HTML Decimal Code:
<span>&#10185;</span>
3. Hexadecimal Code:
<span>&#x27C9;</span>
Preview:

Add Superset Preceding Solidus symbol with CSS

.superset-preceding-solidus::before {
    content: '\\27C9';
}
Preview: Superset Preceding Solidus

Superset Preceding Solidus JavaScript Code

1. Direct Symbol:
document.querySelector('.superset-preceding-solidus').textContent = '⟉';
2. Unicode Escape for ⟉:
document.querySelector('.superset-preceding-solidus').textContent = '\u27C9';
Preview: