Large Green Circle

๐ŸŸข

Shortcodes

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

Unicode
U+1F7E2
HTML Code
🟢
HEX Code
🟢
CSS Code
\1F7E2
JS/JSON
\u1F7E2
Unix/C/PHP/JAVA
0x1F7E2
URL-encode
%F0%9F%9F%A2
copied

Customize Large Green Circle Symbol

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

Insert ๐ŸŸข Large Green Circle using HTML

1. Copy-paste Large Green Circle directly:
<span>๐ŸŸข</span>
2. HTML Decimal Code:
<span>&#128994;</span>
3. Hexadecimal Code:
<span>&#x1F7E2;</span>
Preview: ๐ŸŸข

Add Large Green Circle symbol with CSS

.large-green-circle::before {
    content: '\\1F7E2';
}
Preview: Large Green Circle

Large Green Circle JavaScript Code

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