Black Medium Lozenge

Shortcodes

Copy and paste codes for Black Medium Lozenge symbol ⬧ to use in your websites, apps, blogs, and more.

Unicode
U+2B27
HTML Code
⬧
HEX Code
⬧
CSS Code
\2B27
JS/JSON
\u2B27
Unix/C/PHP/JAVA
0x2B27
URL-encode
%E2%AC%A7
copied

Customize Black Medium Lozenge Symbol

Customize ⬧ symbol as you like and download Black Medium Lozenge 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 Black Medium Lozenge symbol in HTML, CSS, and JS?

Insert ⬧ Black Medium Lozenge using HTML

1. Copy-paste Black Medium Lozenge directly:
<span>⬧</span>
2. HTML Decimal Code:
<span>&#11047;</span>
3. Hexadecimal Code:
<span>&#x2B27;</span>
Preview:

Add Black Medium Lozenge symbol with CSS

.black-medium-lozenge::before {
    content: '\\2B27';
}
Preview: Black Medium Lozenge

Black Medium Lozenge JavaScript Code

1. Direct Symbol:
document.querySelector('.black-medium-lozenge').textContent = '⬧';
2. Unicode Escape for ⬧:
document.querySelector('.black-medium-lozenge').textContent = '\u2B27';
Preview: