| Nom du symbole | Globe With Meridians |
| Version Unicode | 1.0 |
| Unicode | U+1F310 |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| 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}Vous pouvez saisir le symbole globe with meridians sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Globe With Meridians dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\1F310 |
| Code hexadécimal | 0x1F310 |
| Code HTML | 🌐 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | 🌐 |
| Encodage URL (pourcent UTF-8) | %F0%9F%8C%90 |
| Raccourci Discord / Slack | :globe_with_meridians: |
| Raccourci GitHub | :globe_with_meridians: |
| Nom oral / lecteur d’écran | Globe With Meridians |