| Symboolnaam | Earth Globe Asia-australia |
| Unicode-versie | 6.0 |
| Unicode | U+1F30F |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het earth globe asia-australia-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Earth Globe Asia-australia-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x1F30F |
| HTML-code | 🌏 |
| LaTeX | LuaLaTeX/XeLaTeX: literal U+1F30F or \usepackage{emoji} (engine-dependent) |
| Symbool | 🌏 |
| URL-codering (UTF-8 procent) | %F0%9F%8C%8F |
| Uitgesproken naam / schermlezer | Earth Globe Asia-australia |