| Nombre del símbolo | Lightning |
| Versión Unicode | 1.1 |
| Unicode | U+2607 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| Código CSS | \2607 |
| Código hexadecimal | 0x2607 |
| Código HTML | ☇ |
| LaTeX | \text{LIGHTNING} |
| Símbolo | ☇ |
| Codificación URL (porcentaje UTF-8) | %E2%98%87 |
| Nombre oral / lector de pantalla | Lightning |
| UTF-8 | E2 98 87 |
| UTF-16 | 2607 |
| UTF-32 | 00002607 |
1\documentclass{article}2\usepackage{pifont}3\text{LIGHTNING}4\end{document}Puedes escribir el símbolo lightning en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9735 on Windows (numeric keypad with Num Lock), or insert via Character Map / emoji panel.
Edit → Emoji & Symbols, search "lightning", or paste from this page.
Ctrl + Shift + U, type 2607, then Enter (layout-dependent), or paste.
Paste from this page, use the emoji keyboard, or pick from weather symbol suggestions.
Paste from this page or use keyboard weather/emoji suggestions.
1span.lightning::before { content: "\2607"; }1<span>☇</span>La representación del símbolo Lightning en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2607' or String.fromCodePoint(9735) |
| Python | '\N{LIGHTNING}' or chr(9735) |
| Rust | '\u{2607}' |
| C / C++ | UTF-8 source or wchar_t with U+2607 |
| Go | string(rune(0x2607)) |
| Ruby | "\u{2607}" |