| Nome del simbolo | Earth Globe Asia-australia |
| Versione Unicode | 6.0 |
| Unicode | U+1F30F |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | F0 9F 8C 8F |
| UTF-16 | D83C DF0F |
| UTF-32 | 0001F30F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal U+1F30F or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo earth globe asia-australia sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Character Map, Emoji panel, or paste from this page, or insert via Character Map / emoji panel.
Edit → Emoji & Symbols, search "earth globe asia-australia", or paste from this page.
Ctrl + Shift + U, type 1f30f, 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-asia-australia::before { content: "\1F30F"; }1<span>🌏</span>La rappresentazione del simbolo Earth Globe Asia-australia nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83C\uDF0F' or String.fromCodePoint(0x1F30F) |
| Python | '\N{EARTH GLOBE ASIA-AUSTRALIA}' or chr(127759) |
| Rust | '\u{1F30F}' |
| C / C++ | UTF-8 source or wchar_t with U+1F30F |
| Go | string(rune(0x1F30F)) |
| Ruby | "\u{1F30F}" |
| Codice CSS |
\1F30F |
| Codice esadecimale | 0x1F30F |
| Codice HTML | 🌏 |
| LaTeX | LuaLaTeX/XeLaTeX: literal U+1F30F or \usepackage{emoji} (engine-dependent) |
| Simbolo | 🌏 |
| Codifica URL (percentuale UTF-8) | %F0%9F%8C%8F |
| Nome parlato / screen reader | Earth Globe Asia-australia |