Globe With Meridians

๐ŸŒ

Shortcodes

Copy and paste codes for Globe With Meridians symbol ๐ŸŒ to use in your websites, apps, blogs, and more.

Unicode
U+1F310
HTML Code
🌐
HEX Code
🌐
CSS Code
\1F310
JS/JSON
\u1F310
Unix/C/PHP/JAVA
0x1F310
URL-encode
%F0%9F%8C%90
copied

Customize Globe With Meridians Symbol

Customize ๐ŸŒ symbol as you like and download Globe With Meridians 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 Globe With Meridians symbol in HTML, CSS, and JS?

Insert ๐ŸŒ Globe With Meridians using HTML

1. Copy-paste Globe With Meridians directly:
<span>๐ŸŒ</span>
2. HTML Decimal Code:
<span>&#127760;</span>
3. Hexadecimal Code:
<span>&#x1F310;</span>
Preview: ๐ŸŒ

Add Globe With Meridians symbol with CSS

.globe-with-meridians::before {
    content: '\\1F310';
}
Preview: Globe With Meridians

Globe With Meridians JavaScript Code

1. Direct Symbol:
document.querySelector('.globe-with-meridians').textContent = '๐ŸŒ';
2. Unicode Escape for ๐ŸŒ:
document.querySelector('.globe-with-meridians').textContent = '\u1F310';
Preview: ๐ŸŒ