Circle With Two Horizontal Strokes To The Right

Shortcodes

Copy and paste codes for Circle With Two Horizontal Strokes To The Right symbol ⧃ to use in your websites, apps, blogs, and more.

Unicode
U+29C3
HTML Code
⧃
HEX Code
⧃
CSS Code
\29C3
JS/JSON
\u29C3
Unix/C/PHP/JAVA
0x29C3
URL-encode
%E2%A7%83
copied

Customize Circle With Two Horizontal Strokes To The Right Symbol

Customize ⧃ symbol as you like and download Circle With Two Horizontal Strokes To The Right 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 Circle With Two Horizontal Strokes To The Right symbol in HTML, CSS, and JS?

Insert ⧃ Circle With Two Horizontal Strokes To The Right using HTML

1. Copy-paste Circle With Two Horizontal Strokes To The Right directly:
<span>⧃</span>
2. HTML Decimal Code:
<span>&#10691;</span>
3. Hexadecimal Code:
<span>&#x29C3;</span>
Preview:

Add Circle With Two Horizontal Strokes To The Right symbol with CSS

.circle-with-two-horizontal-strokes-to-the-right::before {
    content: '\\29C3';
}
Preview: Circle With Two Horizontal Strokes To The Right

Circle With Two Horizontal Strokes To The Right JavaScript Code

1. Direct Symbol:
document.querySelector('.circle-with-two-horizontal-strokes-to-the-right').textContent = '⧃';
2. Unicode Escape for ⧃:
document.querySelector('.circle-with-two-horizontal-strokes-to-the-right').textContent = '\u29C3';
Preview: