Large Blue Circle

๐Ÿ”ต

Shortcodes

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

Unicode
U+1F535
HTML Code
🔵
HEX Code
🔵
CSS Code
\1F535
JS/JSON
\u1F535
Unix/C/PHP/JAVA
0x1F535
URL-encode
%F0%9F%94%B5
copied

Customize Large Blue Circle Symbol

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

Insert ๐Ÿ”ต Large Blue Circle using HTML

1. Copy-paste Large Blue Circle directly:
<span>๐Ÿ”ต</span>
2. HTML Decimal Code:
<span>&#128309;</span>
3. Hexadecimal Code:
<span>&#x1F535;</span>
Preview: ๐Ÿ”ต

Add Large Blue Circle symbol with CSS

.large-blue-circle::before {
    content: '\\1F535';
}
Preview: Large Blue Circle

Large Blue Circle JavaScript Code

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