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