Succeeds

Shortcodes

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

Unicode
U+227B
HTML Code
≻
HEX Code
≻
CSS Code
\227B
JS/JSON
\u227B
Unix/C/PHP/JAVA
0x227B
URL-encode
%E2%89%BB
copied

Customize Succeeds Symbol

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

Insert ≻ Succeeds using HTML

1. Copy-paste Succeeds directly:
<span>≻</span>
2. HTML Decimal Code:
<span>&#8827;</span>
3. Hexadecimal Code:
<span>&#x227B;</span>
Preview:

Add Succeeds symbol with CSS

.succeeds::before {
    content: '\\227B';
}
Preview: Succeeds

Succeeds JavaScript Code

1. Direct Symbol:
document.querySelector('.succeeds').textContent = '≻';
2. Unicode Escape for ≻:
document.querySelector('.succeeds').textContent = '\u227B';
Preview: