| Symbol Name | Earth Globe Asia-australia |
| Unicode Version | 6.0 |
| Unicode | U+1F30F |
| Unicode block | |
| General category | 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}You can type the earth globe asia-australia symbol on most modern devices with the help of following methods:
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>Earth Globe Asia-australia symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code |
\1F30F |
| Hex Code | 0x1F30F |
| HTML Code | 🌏 |
| LaTeX | LuaLaTeX/XeLaTeX: literal U+1F30F or \usepackage{emoji} (engine-dependent) |
| Symbol | 🌏 |
| URL encode (UTF-8 percent) | %F0%9F%8C%8F |
| Spoken / screen reader name | Earth Globe Asia-australia |