| Nome del simbolo | Skull And Crossbones |
| Versione Unicode | 1.0 |
| Unicode | U+2620 |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \2620 |
| Codice esadecimale | 0x2620 |
| Codice HTML | ☠️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Simbolo | ☠️ |
| Codifica URL (percentuale UTF-8) | %E2%98%A0%EF%B8%8F |
| Nome parlato / screen reader | Skull And Crossbones |
| UTF-8 | E2 98 A0 EF B8 8F |
| UTF-16 | 2620 FE0F |
| UTF-32 | 00002620 0000FE0F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo skull and crossbones sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Windows: Win + . (emoji panel); macOS: Ctrl + Cmd + Space; mobile: emoji keyboard Smileys.
Edit → Emoji & Symbols, search "skull and crossbones".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Smileys & Emotion, or search "skull and crossbones".
Emoji keyboard → Smileys; search "skull and crossbones".
1span.skull-and-crossbones::before { content: "\2620"; }1<span>☠️</span>La rappresentazione del simbolo Skull And Crossbones nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u2620' or String.fromCodePoint(9760) |
| Python | '\N{SKULL AND CROSSBONES}' |
| Rust | '\u{2620}' |
| Swift | "\u{2620}" |
| Go | string(rune(0x2620)) |
| Ruby | "\u{2620}" |