| Nombre del símbolo | Airplane Departure |
| Versión Unicode | 1.0 |
| Unicode | U+1F6EB |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| UTF-8 | F0 9F 9B AB |
| UTF-16 | D83D DEEB |
| UTF-32 | 0001F6EB |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo airplane departure 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 "airplane departure".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Travel & Places, or search "airplane departure".
Emoji keyboard → Travel; search "airplane departure".
1span.airplane-departure::before { content: "\1F6EB"; } /* prefer inline grapheme for ZWJ */1<span>🛫</span>La representación del símbolo Airplane Departure en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDEEB' or String.fromCodePoint(0x1F6EB) |
| Python | '\N{AIRPLANE DEPARTURE}' |
| Rust | '\u{1F6EB}' |
| Swift | "\u{1F6EB}" |
| Go | string(rune(0x1F6EB)) |
| Ruby | "\u{1F6EB}" |
| Código CSS |
\1F6EB |
| Código hexadecimal | 0x1F6EB |
| Código HTML | 🛫 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | 🛫 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%9B%AB |
| Atajo Discord / Slack | :airplane_departure: |
| Atajo GitHub | :airplane_departure: |
| Nombre oral / lector de pantalla | Airplane Departure |