Original Of

Shortcodes

Copy and paste codes for Original Of symbol ⊶ to use in your websites, apps, blogs, and more.

Unicode
U+22B6
HTML Code
⊶
HEX Code
⊶
CSS Code
\22B6
JS/JSON
\u22B6
Unix/C/PHP/JAVA
0x22B6
URL-encode
%E2%8A%B6
copied

Customize Original Of Symbol

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

Insert ⊶ Original Of using HTML

1. Copy-paste Original Of directly:
<span>⊶</span>
2. HTML Decimal Code:
<span>&#8886;</span>
3. Hexadecimal Code:
<span>&#x22B6;</span>
Preview:

Add Original Of symbol with CSS

.original-of::before {
    content: '\\22B6';
}
Preview: Original Of

Original Of JavaScript Code

1. Direct Symbol:
document.querySelector('.original-of').textContent = '⊶';
2. Unicode Escape for ⊶:
document.querySelector('.original-of').textContent = '\u22B6';
Preview: