| Nome del simbolo | Comet |
| Versione Unicode | 1.1 |
| Unicode | U+2604 |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| Codice CSS | \2604 |
| Codice esadecimale | 0x2604 |
| Codice HTML | ☄ |
| LaTeX | \text{COMET} |
| Simbolo | ☄ |
| Codifica URL (percentuale UTF-8) | %E2%98%84 |
| Nome parlato / screen reader | Comet |
| UTF-8 | E2 98 84 |
| UTF-16 | 2604 |
| UTF-32 | 00002604 |
1\documentclass{article}2\usepackage{pifont}3\text{COMET}4\end{document}Puoi digitare il simbolo comet sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 9732 on Windows (numeric keypad with Num Lock), or insert via Character Map / emoji panel.
Edit → Emoji & Symbols, search "comet", or paste from this page.
Ctrl + Shift + U, type 2604, 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.comet::before { content: "\2604"; }1<span>☄</span>La rappresentazione del simbolo Comet nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u2604' or String.fromCodePoint(9732) |
| Python | '\N{COMET}' or chr(9732) |
| Rust | '\u{2604}' |
| C / C++ | UTF-8 source or wchar_t with U+2604 |
| Go | string(rune(0x2604)) |
| Ruby | "\u{2604}" |