Search
Search for a symbol or emoji...
☡
☡
Caution Symbol ☡
Caution Symbol Information
| Symbol Name | Caution |
| Unicode Version | 1.1 (June 1993) |
| Unicode | U+2621 |
| CSS Code | \2621 |
| Hex Code | ☡ |
| HTML Code | ☡ |
| Symbol | ☡ |
Caution Symbol Encoding
| UTF-8 | 0xE2 0x98 0xA1 |
| UTF-16 | 0x2621 |
| UTF-32 | 0x00002621 |
How to add caution symbol via keyboard on different Operating systems
You can type the caution symbol on most modern devices with the help of following methods:
How to type caution symbol on Microsoft Word
You can type the caution in Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 2621
- Without moving the cursor press keys Alt + x together
- The original 2621 is now transformed into ☡
How to type caution symbol on Microsoft Windows
You can type the caution on Microsoft windows using following steps:
- Hold Alt and press to type caution on your windows machine.
How to type caution symbol on Mac OS
You can type the caution on Mac OS using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Press Ctrl + ⌘ Command + ⎵ Space to bring up the Character Viewer. Alternatively, choose Edit ⇒ Emoji & Symbols
- Type "Caution" in the search field at the top and press Enter
- The symbol should appear. Click on it to insert it into your text


How to type caution symbol on Linux
You can type the caution on Linux using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Hold ⇧ Shift + Ctrl and press the letter + U
- Press keys 2621 consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type caution symbol on IOS and Android
The easiest way to type the caution symbol on ios and android is to copy and paste it wherever you need it.
How to use caution in CSS
//CSS Example
1span {
2 content: \2621;
3 }How to use caution in HTML
//HTML Example
1<span>☡</span>Caution symbol representation in programming languages
Cautionsymbol's representation in different programming languages can be found in table below:
| Language | Representation |
|---|---|
| Rust | \u{2621} |
| Ruby | \u{2621} |
| Python | \u2621 |
| PHP | \u{2621} |
| Perl | \x{2621} |
| Java | \u2621 |
| Modern JavaScript - Since ES6 | \u{2621} |
| JavaScript | \u2621 |
| Go | \u2621 |
| C# | \u2621 |
| C and C++ | \u2621 |
| Bash and Zsh - inside echo -e | \u2621 |
| RFC 5137 | \u'2621' |
