Earth Globe Europe-africa

๐ŸŒ

Shortcodes

Copy and paste codes for Earth Globe Europe-africa symbol ๐ŸŒ to use in your websites, apps, blogs, and more.

Unicode
U+1F30D
HTML Code
🌍
HEX Code
🌍
CSS Code
\1F30D
JS/JSON
\u1F30D
Unix/C/PHP/JAVA
0x1F30D
URL-encode
%F0%9F%8C%8D
copied

Customize Earth Globe Europe-africa Symbol

Customize ๐ŸŒ symbol as you like and download Earth Globe Europe-africa 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 Earth Globe Europe-africa symbol in HTML, CSS, and JS?

Insert ๐ŸŒ Earth Globe Europe-africa using HTML

1. Copy-paste Earth Globe Europe-africa directly:
<span>๐ŸŒ</span>
2. HTML Decimal Code:
<span>&#127757;</span>
3. Hexadecimal Code:
<span>&#x1F30D;</span>
Preview: ๐ŸŒ

Add Earth Globe Europe-africa symbol with CSS

.earth-globe-europe-africa::before {
    content: '\\1F30D';
}
Preview: Earth Globe Europe-africa

Earth Globe Europe-africa JavaScript Code

1. Direct Symbol:
document.querySelector('.earth-globe-europe-africa').textContent = '๐ŸŒ';
2. Unicode Escape for ๐ŸŒ:
document.querySelector('.earth-globe-europe-africa').textContent = '\u1F30D';
Preview: ๐ŸŒ