| Symbol Name | Skull And Crossbones |
| Unicode Version | 1.0 |
| Unicode | U+2620 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \2620 |
| Hex Code | 0x2620 |
| HTML Code | ☠️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Symbol | ☠️ |
| URL encode (UTF-8 percent) | %E2%98%A0%EF%B8%8F |
| Spoken / screen reader name | 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}You can type the skull and crossbones symbol on most modern devices with the help of following methods:
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>Skull And Crossbones symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |