Light Twelve Pointed Black Star

๐ŸŸ’

Shortcodes

Copy and paste codes for Light Twelve Pointed Black Star symbol ๐ŸŸ’ to use in your websites, apps, blogs, and more.

Unicode
U+1F7D2
HTML Code
🟒
HEX Code
🟒
CSS Code
\1F7D2
JS/JSON
\u1F7D2
Unix/C/PHP/JAVA
0x1F7D2
URL-encode
%F0%9F%9F%92
copied

Customize Light Twelve Pointed Black Star Symbol

Customize ๐ŸŸ’ symbol as you like and download Light Twelve Pointed Black Star 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 Light Twelve Pointed Black Star symbol in HTML, CSS, and JS?

Insert ๐ŸŸ’ Light Twelve Pointed Black Star using HTML

1. Copy-paste Light Twelve Pointed Black Star directly:
<span>๐ŸŸ’</span>
2. HTML Decimal Code:
<span>&#128978;</span>
3. Hexadecimal Code:
<span>&#x1F7D2;</span>
Preview: ๐ŸŸ’

Add Light Twelve Pointed Black Star symbol with CSS

.light-twelve-pointed-black-star::before {
    content: '\\1F7D2';
}
Preview: Light Twelve Pointed Black Star

Light Twelve Pointed Black Star JavaScript Code

1. Direct Symbol:
document.querySelector('.light-twelve-pointed-black-star').textContent = '๐ŸŸ’';
2. Unicode Escape for ๐ŸŸ’:
document.querySelector('.light-twelve-pointed-black-star').textContent = '\u1F7D2';
Preview: ๐ŸŸ’