copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('⚑'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
⚑
BLACK FLAG
Overview
⚑ (BLACK FLAG) is the Unicode character at code point U+2691. It belongs to the Miscellaneous Symbols block, in the Other Symbol (So) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2691 | |
| decimal | 9873 | |
| htmldecimal | ⚑ | |
| htmlhex | ⚑ | |
| css | \2691 | |
| javascript | \u{2691} | |
| python | \u2691 | |
| java | \u2691 | |
| go | \u2691 | |
| ruby | \u{2691} | |
| rust | \u{2691} | |
| ccpp | \u2691 | |
| urlencoded | %E2%9A%91 | |
| utf8bytes | e2 9a 91 | |
| utf16bebytes | 26 91 | |
| utf32bebytes | 00 00 26 91 |
How to Use
HTML:
⚑
CSS:
content: "\2691"
JavaScript:
"\u{2691}"
Python:
"\u2691"
Properties
- Block
- Miscellaneous Symbols
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ⚑ character (BLACK FLAG)?
⚑ (BLACK FLAG) is the Unicode character U+2691.
What is the Unicode codepoint of BLACK FLAG?
The BLACK FLAG character (⚑) has codepoint U+2691.
How do I type or copy BLACK FLAG?
Copy ⚑ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.