Large Purple Circle

๐ŸŸฃ

Shortcodes

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

Unicode
U+1F7E3
HTML Code
🟣
HEX Code
🟣
CSS Code
\1F7E3
JS/JSON
\u1F7E3
Unix/C/PHP/JAVA
0x1F7E3
URL-encode
%F0%9F%9F%A3
copied

Customize Large Purple Circle Symbol

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

Insert ๐ŸŸฃ Large Purple Circle using HTML

1. Copy-paste Large Purple Circle directly:
<span>๐ŸŸฃ</span>
2. HTML Decimal Code:
<span>&#128995;</span>
3. Hexadecimal Code:
<span>&#x1F7E3;</span>
Preview: ๐ŸŸฃ

Add Large Purple Circle symbol with CSS

.large-purple-circle::before {
    content: '\\1F7E3';
}
Preview: Large Purple Circle

Large Purple Circle JavaScript Code

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