Lower Right Drop-shadowed White Square
❏
Shortcodes
Copy useful codes for lower right drop-shadowed white square symbol ❏ to use in websites, apps, blogs, and docs.
Unicode
U+274F HTML Code
❏ HEX Code
❏ CSS Code
\274F JS/JSON
\u274F Unix/C/PHP/JAVA
0x274F URL-encode
%E2%9D%8F Customize Lower Right Drop-shadowed White Square
Customize ❏, download it as SVG or PNG, or copy the generated HTML snippet.
❏
How to use Lower Right Drop-shadowed White Square 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
.lower-right-drop-shadowed-white-square::before {
content: '\\274F';
} Set it in JavaScript
document.querySelector('.lower-right-drop-shadowed-white-square').textContent = '❏';