| Nombre del símbolo | Earth Globe Americas |
| Versión Unicode | 6.0 |
| Unicode | U+1F30E |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo earth globe americas en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Earth Globe Americas en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\1F30E |
| Código hexadecimal | 0x1F30E |
| Código HTML | 🌎 |
| LaTeX | LuaLaTeX/XeLaTeX: literal U+1F30E or \usepackage{emoji} (engine-dependent) |
| Símbolo | 🌎 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%8C%8E |
| Nombre oral / lector de pantalla | Earth Globe Americas |