| Nom du symbole | Earth Globe Americas |
| Version Unicode | 6.0 |
| Unicode | U+1F30E |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| UTF-8 | F0 9F 8C 8E |
| UTF-16 | D83C DF0E |
| UTF-32 | 0001F30E |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal U+1F30E or \usepackage{emoji} (engine-dependent)4\end{document}Vous pouvez saisir le symbole earth globe americas sur la plupart des appareils modernes avec les méthodes suivantes :
Character Map, Emoji panel, or paste from this page, or insert via Character Map / emoji panel.
Edit → Emoji & Symbols, search "earth globe americas", or paste from this page.
Ctrl + Shift + U, type 1f30e, then Enter (layout-dependent), or paste.
Paste from this page, use the emoji keyboard, or pick from weather symbol suggestions.
Paste from this page or use keyboard weather/emoji suggestions.
1span.earth-globe-americas::before { content: "\1F30E"; }1<span>🌎</span>La représentation du symbole Earth Globe Americas dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD83C\uDF0E' or String.fromCodePoint(0x1F30E) |
| Python | '\N{EARTH GLOBE AMERICAS}' or chr(127758) |
| Rust | '\u{1F30E}' |
| C / C++ | UTF-8 source or wchar_t with U+1F30E |
| Go | string(rune(0x1F30E)) |
| Ruby | "\u{1F30E}" |
| Code CSS |
\1F30E |
| Code hexadécimal | 0x1F30E |
| Code HTML | 🌎 |
| LaTeX | LuaLaTeX/XeLaTeX: literal U+1F30E or \usepackage{emoji} (engine-dependent) |
| Symbole | 🌎 |
| Encodage URL (pourcent UTF-8) | %F0%9F%8C%8E |
| Nom oral / lecteur d’écran | Earth Globe Americas |