| Nombre del símbolo | Globe Showing Asia-australia |
| Versión Unicode | 0.6 |
| Unicode | U+1F30F |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| UTF-8 | F0 9F 8C 8F |
| UTF-16 | D83C DF0F |
| UTF-32 | 0001F30F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo globe showing asia-australia en la mayoría de dispositivos modernos con los siguientes métodos:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Travel & Places in emoji keyboard.
Edit → Emoji & Symbols, search "globe showing asia-australia".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Travel & Places, or search "globe showing asia-australia".
Emoji keyboard → Travel; search "globe showing asia-australia".
1span.globe-showing-asia-australia::before { content: "\1F30F"; } /* prefer inline grapheme for ZWJ */1<span>🌏</span>La representación del símbolo Globe Showing Asia-australia en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83C\uDF0F' or String.fromCodePoint(0x1F30F) |
| Python | '\N{GLOBE SHOWING ASIA AUSTRALIA}' |
| Rust | '\u{1F30F}' |
| Swift | "\u{1F30F}" |
| Go | string(rune(0x1F30F)) |
| Ruby | "\u{1F30F}" |
| Código CSS |
\1F30F |
| Código hexadecimal | 0x1F30F |
| Código HTML | 🌏 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | 🌏 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%8C%8F |
| Atajo Discord / Slack | :earth_asia: |
| Atajo GitHub | :earth_asia: |
| Nombre oral / lector de pantalla | Globe Showing Asia-australia |