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' : ''">
☡
CAUTION SIGN
Overview
☡ (CAUTION SIGN) is the Unicode character at code point U+2621. 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+2621 | |
| decimal | 9761 | |
| htmldecimal | ☡ | |
| htmlhex | ☡ | |
| css | \2621 | |
| javascript | \u{2621} | |
| python | \u2621 | |
| java | \u2621 | |
| go | \u2621 | |
| ruby | \u{2621} | |
| rust | \u{2621} | |
| ccpp | \u2621 | |
| urlencoded | %E2%98%A1 | |
| utf8bytes | e2 98 a1 | |
| utf16bebytes | 26 21 | |
| utf32bebytes | 00 00 26 21 |
How to Use
HTML:
☡
CSS:
content: "\2621"
JavaScript:
"\u{2621}"
Python:
"\u2621"
Properties
- Block
- Miscellaneous Symbols
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ☡ character (CAUTION SIGN)?
☡ (CAUTION SIGN) is the Unicode character U+2621.
What is the Unicode codepoint of CAUTION SIGN?
The CAUTION SIGN character (☡) has codepoint U+2621.
How do I type or copy CAUTION SIGN?
Copy ☡ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.