Large Orange Circle

๐ŸŸ 

Shortcodes

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

Unicode
U+1F7E0
HTML Code
🟠
HEX Code
🟠
CSS Code
\1F7E0
JS/JSON
\u1F7E0
Unix/C/PHP/JAVA
0x1F7E0
URL-encode
%F0%9F%9F%A0
copied

Customize Large Orange Circle Symbol

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

Insert ๐ŸŸ  Large Orange Circle using HTML

1. Copy-paste Large Orange Circle directly:
<span>๐ŸŸ </span>
2. HTML Decimal Code:
<span>&#128992;</span>
3. Hexadecimal Code:
<span>&#x1F7E0;</span>
Preview: ๐ŸŸ 

Add Large Orange Circle symbol with CSS

.large-orange-circle::before {
    content: '\\1F7E0';
}
Preview: Large Orange Circle

Large Orange Circle JavaScript Code

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