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