Succeeds Under Relation

Shortcodes

Copy and paste codes for Succeeds Under Relation symbol ⊱ to use in your websites, apps, blogs, and more.

Unicode
U+22B1
HTML Code
⊱
HEX Code
⊱
CSS Code
\22B1
JS/JSON
\u22B1
Unix/C/PHP/JAVA
0x22B1
URL-encode
%E2%8A%B1
copied

Customize Succeeds Under Relation Symbol

Customize ⊱ symbol as you like and download Succeeds Under Relation 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 Succeeds Under Relation symbol in HTML, CSS, and JS?

Insert ⊱ Succeeds Under Relation using HTML

1. Copy-paste Succeeds Under Relation directly:
<span>⊱</span>
2. HTML Decimal Code:
<span>&#8881;</span>
3. Hexadecimal Code:
<span>&#x22B1;</span>
Preview:

Add Succeeds Under Relation symbol with CSS

.succeeds-under-relation::before {
    content: '\\22B1';
}
Preview: Succeeds Under Relation

Succeeds Under Relation JavaScript Code

1. Direct Symbol:
document.querySelector('.succeeds-under-relation').textContent = '⊱';
2. Unicode Escape for ⊱:
document.querySelector('.succeeds-under-relation').textContent = '\u22B1';
Preview: