Large Brown Circle

๐ŸŸค

Shortcodes

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

Unicode
U+1F7E4
HTML Code
🟤
HEX Code
🟤
CSS Code
\1F7E4
JS/JSON
\u1F7E4
Unix/C/PHP/JAVA
0x1F7E4
URL-encode
%F0%9F%9F%A4
copied

Customize Large Brown Circle Symbol

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

Insert ๐ŸŸค Large Brown Circle using HTML

1. Copy-paste Large Brown Circle directly:
<span>๐ŸŸค</span>
2. HTML Decimal Code:
<span>&#128996;</span>
3. Hexadecimal Code:
<span>&#x1F7E4;</span>
Preview: ๐ŸŸค

Add Large Brown Circle symbol with CSS

.large-brown-circle::before {
    content: '\\1F7E4';
}
Preview: Large Brown Circle

Large Brown Circle JavaScript Code

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