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>🌍</span>
3. Hexadecimal Code:
<span>🌍</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: ๐