White Medium Small Square

Shortcodes

Copy and paste codes for White Medium Small Square symbol ◽ to use in your websites, apps, blogs, and more.

Unicode
U+25FD
HTML Code
◽
HEX Code
◽
CSS Code
\25FD
JS/JSON
\u25FD
Unix/C/PHP/JAVA
0x25FD
URL-encode
%E2%97%BD
copied

Customize White Medium Small Square Symbol

Customize ◽ symbol as you like and download White Medium Small Square 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 Medium Small Square symbol in HTML, CSS, and JS?

Insert ◽ White Medium Small Square using HTML

1. Copy-paste White Medium Small Square directly:
<span>◽</span>
2. HTML Decimal Code:
<span>&#9725;</span>
3. Hexadecimal Code:
<span>&#x25FD;</span>
Preview:

Add White Medium Small Square symbol with CSS

.white-medium-small-square::before {
    content: '\\25FD';
}
Preview: White Medium Small Square

White Medium Small Square JavaScript Code

1. Direct Symbol:
document.querySelector('.white-medium-small-square').textContent = '◽';
2. Unicode Escape for ◽:
document.querySelector('.white-medium-small-square').textContent = '\u25FD';
Preview: