Shooting Star Symbol 🌠
🌠
Copy to Clipboard
Shooting Star Symbol Information
Symbol Name | Shooting Star |
Unicode Version | 6.0 (October 2010) |
Unicode | U+1F320 |
CSS Code | \1F320 |
Hex Code | 🌠 |
HTML Code | 🌠 |
Shooting Star Symbol Encoding
UTF-8 | 0xF0 0x9F 0x8C 0xA0 |
UTF-16 | 0xD83C 0xDF20 |
UTF-32 | 0x0001F320 |
Table of contents
- How to type shooting star on Microsoft Word
- How to type shooting star on Microsoft Windows
- How to type shooting star on Mac OS
- How to type shooting star on Linux
- How to type shooting star on IOS and Android
- How to use shooting star in CSS
- How to use shooting star in HTML
- Shooting Star representation in programming languages
How to add shooting star symbol via keyboard on different Operating systems
You can type the shooting star on most modern devices with the help of following methods:
How to type shooting star symbol on Microsoft Word
You can type the shooting star on microsoft Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 1 F 3 2 0
- Without moving the cursor press keys Alt + x together
- The original 1 F 3 2 0 is now transformed into 🌠
How to type shooting star symbol on Microsoft Windows
You can type the shooting star on Microsoft windows using following steps:
- Hold Alt and press to type shooting star on your windows machine.
How to type shooting star symbol on Mac OS
You can type the shooting star 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 “Shooting Star” 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 shooting star symbol on Linux
You can type the shooting star 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 1 F 3 2 0 consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type shooting star symbol on IOS and Android
The easiest way to type the shooting star on ios and android is to copy and paste it wherever you need it.
How to use shooting star in CSS
Copy
// css example
span {
content: "\1F320";
}
How to type shooting star in HTML
Copy
// html example
<span>🌠</span>
Shooting Star symbol representation in programming languages
shooting star's representation in different programming languages can be found in table below:
Language | Representation |
Rust | \u{1F320} |
Ruby | \u{1F320} |
Python | \uF320 |
PHP | \u{1F320} |
Perl | "\x{1F320}" |
Java | \uF320 |
Modern JavaScript - Since ES6 | \u{1F320} |
JavaScript | \uF320 |
Go | \uF320 |
C# | \uF320 |
C and C++ | \uF320 |
Bash and Zsh - inside echo -e | \uF320 |
RFC 5137 | \u'F320' |