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