Black Medium Small Square

Shortcodes

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

Unicode
U+25FE
HTML Code
◾
HEX Code
◾
CSS Code
\25FE
JS/JSON
\u25FE
Unix/C/PHP/JAVA
0x25FE
URL-encode
%E2%97%BE
copied

Customize Black Medium Small Square Symbol

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

Insert ◾ Black Medium Small Square using HTML

1. Copy-paste Black Medium Small Square directly:
<span>◾</span>
2. HTML Decimal Code:
<span>&#9726;</span>
3. Hexadecimal Code:
<span>&#x25FE;</span>
Preview:

Add Black Medium Small Square symbol with CSS

.black-medium-small-square::before {
    content: '\\25FE';
}
Preview: Black Medium Small Square

Black Medium Small Square JavaScript Code

1. Direct Symbol:
document.querySelector('.black-medium-small-square').textContent = '◾';
2. Unicode Escape for ◾:
document.querySelector('.black-medium-small-square').textContent = '\u25FE';
Preview: