Squared Logical Or

Shortcodes

Copy and paste codes for Squared Logical Or symbol ⟏ to use in your websites, apps, blogs, and more.

Unicode
U+27CF
HTML Code
⟏
HEX Code
⟏
CSS Code
\27CF
JS/JSON
\u27CF
Unix/C/PHP/JAVA
0x27CF
URL-encode
%E2%9F%8F
copied

Customize Squared Logical Or Symbol

Customize ⟏ symbol as you like and download Squared Logical Or 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 Squared Logical Or symbol in HTML, CSS, and JS?

Insert ⟏ Squared Logical Or using HTML

1. Copy-paste Squared Logical Or directly:
<span>⟏</span>
2. HTML Decimal Code:
<span>&#10191;</span>
3. Hexadecimal Code:
<span>&#x27CF;</span>
Preview:

Add Squared Logical Or symbol with CSS

.squared-logical-or::before {
    content: '\\27CF';
}
Preview: Squared Logical Or

Squared Logical Or JavaScript Code

1. Direct Symbol:
document.querySelector('.squared-logical-or').textContent = '⟏';
2. Unicode Escape for ⟏:
document.querySelector('.squared-logical-or').textContent = '\u27CF';
Preview: