| Symbol Name | Flag: Faroe Islands |
| Unicode Version | 2.0 |
| Unicode | U+1F1EB |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F1EB |
| Hex Code | 0x1F1EB |
| HTML Code | 🇫🇴 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🇫🇴 |
| URL encode (UTF-8 percent) | %F0%9F%87%AB%F0%9F%87%B4 |
| Discord / Slack shortcode | :flag_fo: |
| GitHub shortcode | :flag_fo: |
| Spoken / screen reader name | Flag: Faroe Islands |
| UTF-8 | F0 9F 87 AB F0 9F 87 B4 |
| UTF-16 | D83C DDEB D83C DDF4 |
| UTF-32 | 0001F1EB 0001F1F4 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the flag: faroe islands 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: faroe islands".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Flags, or search "flag: faroe islands".
Emoji keyboard → Flags; search "flag: faroe islands".
1span.flag-faroe-islands::before { content: "\1F1EB"; } /* prefer inline grapheme for ZWJ */1<span>🇫🇴</span>Flag: Faroe Islands symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x1F1EB, 0x1F1F4) |
| Python | '\N{FLAG: FAROE ISLANDS}' |
| Rust | '\u{1F1EB}' |
| Swift | "\u{1F1EB}" |
| Go | string(rune(0x1F1EB)) |
| Ruby | "\u{1F1EB}" |