Or With Dot Inside

Shortcodes

Copy and paste codes for Or With Dot Inside symbol ⟇ to use in your websites, apps, blogs, and more.

Unicode
U+27C7
HTML Code
⟇
HEX Code
⟇
CSS Code
\27C7
JS/JSON
\u27C7
Unix/C/PHP/JAVA
0x27C7
URL-encode
%E2%9F%87
copied

Customize Or With Dot Inside Symbol

Customize ⟇ symbol as you like and download Or With Dot Inside 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 Or With Dot Inside symbol in HTML, CSS, and JS?

Insert ⟇ Or With Dot Inside using HTML

1. Copy-paste Or With Dot Inside directly:
<span>⟇</span>
2. HTML Decimal Code:
<span>&#10183;</span>
3. Hexadecimal Code:
<span>&#x27C7;</span>
Preview:

Add Or With Dot Inside symbol with CSS

.or-with-dot-inside::before {
    content: '\\27C7';
}
Preview: Or With Dot Inside

Or With Dot Inside JavaScript Code

1. Direct Symbol:
document.querySelector('.or-with-dot-inside').textContent = '⟇';
2. Unicode Escape for ⟇:
document.querySelector('.or-with-dot-inside').textContent = '\u27C7';
Preview: