White Square Button
๐ณ
Shortcodes
Copy useful codes for white square button symbol ๐ณ to use in websites, apps, blogs, and docs.
Unicode
U+1F533 HTML Code
🔳 HEX Code
🔳 CSS Code
\1F533 JS/JSON
\u1F533 Unix/C/PHP/JAVA
0x1F533 URL-encode
%F0%9F%94%B3 Customize White Square Button
Customize ๐ณ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ณ
How to use White Square Button Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐ณ</span> HTML Code:
<span>🔳</span> HEX Code:
<span>🔳</span> Add with CSS
.white-square-button::before {
content: '\\1F533';
} Set it in JavaScript
document.querySelector('.white-square-button').textContent = '๐ณ';