Black Pentagon
⬟
Shortcodes
Copy and paste codes for Black Pentagon symbol ⬟ to use in your websites, apps, blogs, and more.
Unicode
U+2B1F
HTML Code
⬟
HEX Code
⬟
CSS Code
\2B1F
JS/JSON
\u2B1F
Unix/C/PHP/JAVA
0x2B1F
URL-encode
%E2%AC%9F
copied
Customize Black Pentagon Symbol
Customize ⬟ symbol as you like and download Black Pentagon 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 Pentagon symbol in HTML, CSS, and JS?
Insert ⬟ Black Pentagon using HTML
1. Copy-paste Black Pentagon directly:
<span>⬟</span>
2. HTML Decimal Code:
<span>⬟</span>
3. Hexadecimal Code:
<span>⬟</span>
Preview: ⬟
Add Black Pentagon symbol with CSS
.black-pentagon::before {
content: '\\2B1F';
}
Preview: Black Pentagon
Black Pentagon JavaScript Code
1. Direct Symbol:
document.querySelector('.black-pentagon').textContent = '⬟';
2. Unicode Escape for ⬟:
document.querySelector('.black-pentagon').textContent = '\u2B1F';
Preview: ⬟