Lozenge Divided By Horizontal Rule

Shortcodes

Copy and paste codes for Lozenge Divided By Horizontal Rule symbol ⟠ to use in your websites, apps, blogs, and more.

Unicode
U+27E0
HTML Code
⟠
HEX Code
⟠
CSS Code
\27E0
JS/JSON
\u27E0
Unix/C/PHP/JAVA
0x27E0
URL-encode
%E2%9F%A0
copied

Customize Lozenge Divided By Horizontal Rule Symbol

Customize ⟠ symbol as you like and download Lozenge Divided By Horizontal Rule 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 Lozenge Divided By Horizontal Rule symbol in HTML, CSS, and JS?

Insert ⟠ Lozenge Divided By Horizontal Rule using HTML

1. Copy-paste Lozenge Divided By Horizontal Rule directly:
<span>⟠</span>
2. HTML Decimal Code:
<span>&#10208;</span>
3. Hexadecimal Code:
<span>&#x27E0;</span>
Preview:

Add Lozenge Divided By Horizontal Rule symbol with CSS

.lozenge-divided-by-horizontal-rule::before {
    content: '\\27E0';
}
Preview: Lozenge Divided By Horizontal Rule

Lozenge Divided By Horizontal Rule JavaScript Code

1. Direct Symbol:
document.querySelector('.lozenge-divided-by-horizontal-rule').textContent = '⟠';
2. Unicode Escape for ⟠:
document.querySelector('.lozenge-divided-by-horizontal-rule').textContent = '\u27E0';
Preview: