Lightning Symbol ☇
☇
Copy to Clipboard
Lightning Symbol Information
Symbol Name | Lightning |
Unicode Version | 1.1 (June 1993) |
Unicode | U+2607 |
CSS Code | \2607 |
Lightning Symbol Encoding
UTF-8 | 0xE2 0x98 0x87 |
UTF-16 | 0x2607 |
UTF-32 | 0x00002607 |
Table of contents
- Lightning PNG and SVG files
- How to type lightning in latex
- How to type lightning on Microsoft Word
- How to type lightning on Microsoft Windows
- How to type lightning on Mac OS
- How to type lightning on Linux
- How to type lightning on IOS and Android
- How to use lightning in CSS
- How to use lightning in HTML
- Lightning representation in programming languages
Lightning symbol's PNG and SVG files
How to type lightning symbol in latex
Copy
\documentclass{article}
\usepackage[weather]{ifsym}
\begin{document}
\Lightning
\end{document}
How to add lightning symbol via keyboard on different Operating systems
You can type the lightning on most modern devices with the help of following methods:
How to type lightning symbol on Microsoft Word
You can type the lightning on microsoft Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 2 6 0 7
- Without moving the cursor press keys Alt + x together
- The original 2 6 0 7 is now transformed into ☇
How to type lightning symbol on Microsoft Windows
You can type the lightning on Microsoft windows using following steps:
- Hold Alt and press 2 6 0 7 to type lightning on your windows machine.
How to type lightning symbol on Mac OS
You can type the lightning 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 “Lightning” 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 lightning symbol on Linux
You can type the lightning 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 2 6 0 7 consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type lightning symbol on IOS and Android
The easiest way to type the lightning on ios and android is to copy and paste it wherever you need it.
How to use lightning in CSS
Copy
// css example
span {
content: "\2607";
}
How to type lightning in HTML
Copy
// html example
<span>☇</span>
Lightning symbol representation in programming languages
lightning's representation in different programming languages can be found in table below:
Language | Representation |
Rust | \u{2607} |
Ruby | \u{2607} |
Python | \u2607 |
PHP | \u{2607} |
Perl | "\x{2607}" |
Java | \u2607 |
Modern JavaScript - Since ES6 | \u{2607} |
JavaScript | \u2607 |
Go | \u2607 |
C# | \u2607 |
C and C++ | \u2607 |
Bash and Zsh - inside echo -e | \u2607 |
RFC 5137 | \u'2607' |