White Diamond Containing Black Small Diamond

Shortcodes

Copy and paste codes for White Diamond Containing Black Small Diamond symbol ◈ to use in your websites, apps, blogs, and more.

Unicode
U+25C8
HTML Code
◈
HEX Code
◈
CSS Code
\25C8
JS/JSON
\u25C8
Unix/C/PHP/JAVA
0x25C8
URL-encode
%E2%97%88
copied

Customize White Diamond Containing Black Small Diamond Symbol

Customize ◈ symbol as you like and download White Diamond Containing Black Small Diamond 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 Diamond Containing Black Small Diamond symbol in HTML, CSS, and JS?

Insert ◈ White Diamond Containing Black Small Diamond using HTML

1. Copy-paste White Diamond Containing Black Small Diamond directly:
<span>◈</span>
2. HTML Decimal Code:
<span>&#9672;</span>
3. Hexadecimal Code:
<span>&#x25C8;</span>
Preview:

Add White Diamond Containing Black Small Diamond symbol with CSS

.white-diamond-containing-black-small-diamond::before {
    content: '\\25C8';
}
Preview: White Diamond Containing Black Small Diamond

White Diamond Containing Black Small Diamond JavaScript Code

1. Direct Symbol:
document.querySelector('.white-diamond-containing-black-small-diamond').textContent = '◈';
2. Unicode Escape for ◈:
document.querySelector('.white-diamond-containing-black-small-diamond').textContent = '\u25C8';
Preview: