| Symbol Name | Globe With Meridians |
| Unicode Version | 1.0 |
| Unicode | U+1F310 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code |
| UTF-8 | F0 9F 8C 90 |
| UTF-16 | D83C DF10 |
| UTF-32 | 0001F310 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the globe with meridians symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Travel & Places in emoji keyboard.
Edit → Emoji & Symbols, search "globe with meridians".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Travel & Places, or search "globe with meridians".
Emoji keyboard → Travel; search "globe with meridians".
1span.globe-with-meridians-1f310::before { content: "\1F310"; } /* prefer inline grapheme for ZWJ */1<span>🌐</span>Globe With Meridians symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83C\uDF10' or String.fromCodePoint(0x1F310) |
| Python | '\N{GLOBE WITH MERIDIANS}' |
| Rust | '\u{1F310}' |
| Swift | "\u{1F310}" |
| Go | string(rune(0x1F310)) |
| Ruby | "\u{1F310}" |
\1F310 |
| Hex Code | 0x1F310 |
| HTML Code | 🌐 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🌐 |
| URL encode (UTF-8 percent) | %F0%9F%8C%90 |
| Discord / Slack shortcode | :globe_with_meridians: |
| GitHub shortcode | :globe_with_meridians: |
| Spoken / screen reader name | Globe With Meridians |