White Square Button

๐Ÿ”ณ

Shortcodes

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

Unicode
U+1F533
HTML Code
🔳
HEX Code
🔳
CSS Code
\1F533
JS/JSON
\u1F533
Unix/C/PHP/JAVA
0x1F533
URL-encode
%F0%9F%94%B3
copied

Customize White Square Button Symbol

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

Insert ๐Ÿ”ณ White Square Button using HTML

1. Copy-paste White Square Button directly:
<span>๐Ÿ”ณ</span>
2. HTML Decimal Code:
<span>&#128307;</span>
3. Hexadecimal Code:
<span>&#x1F533;</span>
Preview: ๐Ÿ”ณ

Add White Square Button symbol with CSS

.white-square-button::before {
    content: '\\1F533';
}
Preview: White Square Button

White Square Button JavaScript Code

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