Search
Search for a symbol or emoji...
🌠
🌠
Shooting Star Symbol π
Shooting Star Symbol Information
| Symbol Name | Shooting Star |
| Unicode Version | 6.0 (October 2010) |
| Unicode | U+1F320 |
| CSS Code | \1F320 |
| Hex Code | 🌠 |
| HTML Code | 🌠 |
| Symbol | π |
Shooting Star Symbol Encoding
| UTF-8 | 0xF0 0x9F 0x8C 0xA0 |
| UTF-16 | 0xD83C 0xDF20 |
| UTF-32 | 0x0001F320 |
How to add shooting star symbol via keyboard on different Operating systems
You can type the shooting star symbol 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 in Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 1F320
- Without moving the cursor press keys Alt + x together
- The original 1F320 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 1F320 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 symbol on ios and android is to copy and paste it wherever you need it.
How to use shooting star in CSS
//CSS Example
1span {
2 content: \1F320;
3 }How to use shooting star in HTML
//HTML Example
1<span>🌠</span>Shooting Star symbol representation in programming languages
Shooting Starsymbol'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' |