| Nome del simbolo | Flag: Ceuta & Melilla |
| Versione Unicode | 2.0 |
| Unicode | U+1F1EA |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1F1EA |
| Codice esadecimale | 0x1F1EA |
| Codice HTML | 🇪🇦 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | 🇪🇦 |
| Codifica URL (percentuale UTF-8) | %F0%9F%87%AA%F0%9F%87%A6 |
| Shortcode Discord / Slack | :flag_ea: |
| Shortcode GitHub | :flag_ea: |
| Nome parlato / screen reader | Flag: Ceuta & Melilla |
| UTF-8 | F0 9F 87 AA F0 9F 87 A6 |
| UTF-16 | D83C DDEA D83C DDE6 |
| UTF-32 | 0001F1EA 0001F1E6 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo flag: ceuta & melilla sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Flags in emoji keyboard.
Edit → Emoji & Symbols, search "flag: ceuta & melilla".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Flags, or search "flag: ceuta & melilla".
Emoji keyboard → Flags; search "flag: ceuta & melilla".
1span.flag-ceuta-melilla::before { content: "\1F1EA"; } /* prefer inline grapheme for ZWJ */1<span>🇪🇦</span>La rappresentazione del simbolo Flag: Ceuta & Melilla nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x1F1EA, 0x1F1E6) |
| Python | '\N{FLAG: CEUTA & MELILLA}' |
| Rust | '\u{1F1EA}' |
| Swift | "\u{1F1EA}" |
| Go | string(rune(0x1F1EA)) |
| Ruby | "\u{1F1EA}" |