Black Small Diamond

Shortcodes

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

Unicode
U+2B29
HTML Code
⬩
HEX Code
⬩
CSS Code
\2B29
JS/JSON
\u2B29
Unix/C/PHP/JAVA
0x2B29
URL-encode
%E2%AC%A9
copied

Customize Black Small Diamond Symbol

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

Insert ⬩ Black Small Diamond using HTML

1. Copy-paste Black Small Diamond directly:
<span>⬩</span>
2. HTML Decimal Code:
<span>&#11049;</span>
3. Hexadecimal Code:
<span>&#x2B29;</span>
Preview:

Add Black Small Diamond symbol with CSS

.black-small-diamond::before {
    content: '\\2B29';
}
Preview: Black Small Diamond

Black Small Diamond JavaScript Code

1. Direct Symbol:
document.querySelector('.black-small-diamond').textContent = '⬩';
2. Unicode Escape for ⬩:
document.querySelector('.black-small-diamond').textContent = '\u2B29';
Preview: