Black Square Button

๐Ÿ”ฒ

Shortcodes

Copy and paste codes for Black Square Button symbol ๐Ÿ”ฒ to use in your websites, apps, blogs, and more.

Unicode
U+1F532
HTML Code
🔲
HEX Code
🔲
CSS Code
\1F532
JS/JSON
\u1F532
Unix/C/PHP/JAVA
0x1F532
URL-encode
%F0%9F%94%B2
copied

Customize Black Square Button Symbol

Customize ๐Ÿ”ฒ symbol as you like and download Black Square Button 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 Square Button symbol in HTML, CSS, and JS?

Insert ๐Ÿ”ฒ Black Square Button using HTML

1. Copy-paste Black Square Button directly:
<span>๐Ÿ”ฒ</span>
2. HTML Decimal Code:
<span>&#128306;</span>
3. Hexadecimal Code:
<span>&#x1F532;</span>
Preview: ๐Ÿ”ฒ

Add Black Square Button symbol with CSS

.black-square-button::before {
    content: '\\1F532';
}
Preview: Black Square Button

Black Square Button JavaScript Code

1. Direct Symbol:
document.querySelector('.black-square-button').textContent = '๐Ÿ”ฒ';
2. Unicode Escape for ๐Ÿ”ฒ:
document.querySelector('.black-square-button').textContent = '\u1F532';
Preview: ๐Ÿ”ฒ