First Strong Isolate

Shortcodes

Copy and paste codes for First Strong Isolate symbol ⁨ to use in your websites, apps, blogs, and more.

Unicode
U+2068
HTML Code
⁨
HEX Code
⁨
CSS Code
\2068
JS/JSON
\u2068
Unix/C/PHP/JAVA
0x2068
URL-encode
%E2%81%A8
copied

Customize First Strong Isolate Symbol

Customize ⁨ symbol as you like and download First Strong Isolate 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 First Strong Isolate symbol in HTML, CSS, and JS?

Insert ⁨ First Strong Isolate using HTML

1. Copy-paste First Strong Isolate directly:
<span>⁨</span>
2. HTML Decimal Code:
<span>&#8296;</span>
3. Hexadecimal Code:
<span>&#x2068;</span>
Preview:

Add First Strong Isolate symbol with CSS

.first-strong-isolate::before {
    content: '\\2068';
}
Preview: First Strong Isolate

First Strong Isolate JavaScript Code

1. Direct Symbol:
document.querySelector('.first-strong-isolate').textContent = '⁨';
2. Unicode Escape for ⁨:
document.querySelector('.first-strong-isolate').textContent = '\u2068';
Preview: