| Symbol Name | Flag: Finland |
| 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%AE |
| Discord / Slack shortcode | :flag_fi: |
| GitHub shortcode | :flag_fi: |
| Spoken / screen reader name | Flag: Finland |
| UTF-8 | F0 9F 87 AB F0 9F 87 AE |
| UTF-16 | D83C DDEB D83C DDEE |
| UTF-32 | 0001F1EB 0001F1EE |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the flag: finland 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: finland".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Flags, or search "flag: finland".
Emoji keyboard → Flags; search "flag: finland".
1span.flag-finland::before { content: "\1F1EB"; } /* prefer inline grapheme for ZWJ */1<span>🇫🇮</span>Flag: Finland symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x1F1EB, 0x1F1EE) |
| Python | '\N{FLAG: FINLAND}' |
| Rust | '\u{1F1EB}' |
| Swift | "\u{1F1EB}" |
| Go | string(rune(0x1F1EB)) |
| Ruby | "\u{1F1EB}" |