| Symbol Name | Flag: Spain |
| Unicode Version | 0.6 |
| Unicode | U+1F1EA |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F1EA |
| Hex Code | 0x1F1EA |
| HTML Code | 🇪🇸 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🇪🇸 |
| URL encode (UTF-8 percent) | %F0%9F%87%AA%F0%9F%87%B8 |
| Discord / Slack shortcode | :flag_es: |
| GitHub shortcode | :flag_es: |
| Spoken / screen reader name | Flag: Spain |
| UTF-8 | F0 9F 87 AA F0 9F 87 B8 |
| UTF-16 | D83C DDEA D83C DDF8 |
| UTF-32 | 0001F1EA 0001F1F8 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the flag: spain symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Flags in emoji keyboard.
Edit → Emoji & Symbols, search "flag: spain".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Flags, or search "flag: spain".
Emoji keyboard → Flags; search "flag: spain".
1span.flag-spain::before { content: "\1F1EA"; } /* prefer inline grapheme for ZWJ */1<span>🇪🇸</span>Flag: Spain symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x1F1EA, 0x1F1F8) |
| Python | '\N{FLAG: SPAIN}' |
| Rust | '\u{1F1EA}' |
| Swift | "\u{1F1EA}" |
| Go | string(rune(0x1F1EA)) |
| Ruby | "\u{1F1EA}" |