White Diamond In Square

Shortcodes

Copy and paste codes for White Diamond In Square symbol ⛋ to use in your websites, apps, blogs, and more.

Unicode
U+26CB
HTML Code
⛋
HEX Code
⛋
CSS Code
\26CB
JS/JSON
\u26CB
Unix/C/PHP/JAVA
0x26CB
URL-encode
%E2%9B%8B
copied

Customize White Diamond In Square Symbol

Customize ⛋ symbol as you like and download White Diamond In 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 Diamond In Square symbol in HTML, CSS, and JS?

Insert ⛋ White Diamond In Square using HTML

1. Copy-paste White Diamond In Square directly:
<span>⛋</span>
2. HTML Decimal Code:
<span>&#9931;</span>
3. Hexadecimal Code:
<span>&#x26CB;</span>
Preview:

Add White Diamond In Square symbol with CSS

.white-diamond-in-square::before {
    content: '\\26CB';
}
Preview: White Diamond In Square

White Diamond In Square JavaScript Code

1. Direct Symbol:
document.querySelector('.white-diamond-in-square').textContent = '⛋';
2. Unicode Escape for ⛋:
document.querySelector('.white-diamond-in-square').textContent = '\u26CB';
Preview: