| Symbol Name | Flag In Hole |
| Unicode Version | 0.6 |
| Unicode | U+26F3 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \26F3 |
| Hex Code | 0x26F3 |
| HTML Code | ⛳ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ⛳ |
| URL encode (UTF-8 percent) | %E2%9B%B3 |
| Spoken / screen reader name | Flag In Hole |
| UTF-8 | E2 9B B3 |
| UTF-16 | 26F3 |
| UTF-32 | 000026F3 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the flag in hole symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Activities & Sports in emoji keyboard.
Edit → Emoji & Symbols, search "flag in hole".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Activities, or search "flag in hole".
Emoji keyboard → Activities; search "flag in hole".
1span.flag-in-hole::before { content: "\26F3"; } /* prefer inline grapheme for ZWJ */1<span>⛳</span>Flag In Hole symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u26F3' or String.fromCodePoint(9971) |
| Python | '\N{FLAG IN HOLE}' |
| Rust | '\u{26F3}' |
| Swift | "\u{26F3}" |
| Go | string(rune(0x26F3)) |
| Ruby | "\u{26F3}" |