| Nombre del símbolo | Closed Mailbox With Raised Flag |
| Versión Unicode | 0.6 |
| Unicode | U+1F4EB |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| UTF-8 | F0 9F 93 AB |
| UTF-16 | D83D DCEB |
| UTF-32 | 0001F4EB |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo closed mailbox with raised flag en la mayoría de dispositivos modernos con los siguientes métodos:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Objects & Tech in emoji keyboard.
Edit → Emoji & Symbols, search "closed mailbox with raised flag".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Objects, or search "closed mailbox with raised flag".
Emoji keyboard → Objects; search "closed mailbox with raised flag".
1span.closed-mailbox-with-raised-flag::before { content: "\1F4EB"; } /* prefer inline grapheme for ZWJ */1<span>📫</span>La representación del símbolo Closed Mailbox With Raised Flag en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDCEB' or String.fromCodePoint(0x1F4EB) |
| Python | '\N{CLOSED MAILBOX WITH RAISED FLAG}' |
| Rust | '\u{1F4EB}' |
| Swift | "\u{1F4EB}" |
| Go | string(rune(0x1F4EB)) |
| Ruby | "\u{1F4EB}" |
| Código CSS |
\1F4EB |
| Código hexadecimal | 0x1F4EB |
| Código HTML | 📫 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | 📫 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%93%AB |
| Nombre oral / lector de pantalla | Closed Mailbox With Raised Flag |