Small Blue Diamond

๐Ÿ”น

Shortcodes

Copy and paste codes for Small Blue Diamond symbol ๐Ÿ”น to use in your websites, apps, blogs, and more.

Unicode
U+1F539
HTML Code
🔹
HEX Code
🔹
CSS Code
\1F539
JS/JSON
\u1F539
Unix/C/PHP/JAVA
0x1F539
URL-encode
%F0%9F%94%B9
copied

Customize Small Blue Diamond Symbol

Customize ๐Ÿ”น symbol as you like and download Small Blue 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 Small Blue Diamond symbol in HTML, CSS, and JS?

Insert ๐Ÿ”น Small Blue Diamond using HTML

1. Copy-paste Small Blue Diamond directly:
<span>๐Ÿ”น</span>
2. HTML Decimal Code:
<span>&#128313;</span>
3. Hexadecimal Code:
<span>&#x1F539;</span>
Preview: ๐Ÿ”น

Add Small Blue Diamond symbol with CSS

.small-blue-diamond::before {
    content: '\\1F539';
}
Preview: Small Blue Diamond

Small Blue Diamond JavaScript Code

1. Direct Symbol:
document.querySelector('.small-blue-diamond').textContent = '๐Ÿ”น';
2. Unicode Escape for ๐Ÿ”น:
document.querySelector('.small-blue-diamond').textContent = '\u1F539';
Preview: ๐Ÿ”น