Large Orange Diamond

๐Ÿ”ถ

Shortcodes

Copy and paste codes for Large Orange Diamond symbol ๐Ÿ”ถ to use in your websites, apps, blogs, and more.

Unicode
U+1F536
HTML Code
🔶
HEX Code
🔶
CSS Code
\1F536
JS/JSON
\u1F536
Unix/C/PHP/JAVA
0x1F536
URL-encode
%F0%9F%94%B6
copied

Customize Large Orange Diamond Symbol

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

Insert ๐Ÿ”ถ Large Orange Diamond using HTML

1. Copy-paste Large Orange Diamond directly:
<span>๐Ÿ”ถ</span>
2. HTML Decimal Code:
<span>&#128310;</span>
3. Hexadecimal Code:
<span>&#x1F536;</span>
Preview: ๐Ÿ”ถ

Add Large Orange Diamond symbol with CSS

.large-orange-diamond::before {
    content: '\\1F536';
}
Preview: Large Orange Diamond

Large Orange Diamond JavaScript Code

1. Direct Symbol:
document.querySelector('.large-orange-diamond').textContent = '๐Ÿ”ถ';
2. Unicode Escape for ๐Ÿ”ถ:
document.querySelector('.large-orange-diamond').textContent = '\u1F536';
Preview: ๐Ÿ”ถ