Getting the skull emoji onto your screen is easy once you know the options. Here is every reliable method, from the one-click button on this site to the codes developers need.
The fastest way: one click
At the top of every page on this site there's a Copy Skull Emoji button. Tap it and π lands on your clipboard instantly β then paste anywhere with Ctrl + V (Windows) or Cmd + V (Mac). On a phone, long-press the text field and choose Paste.
Keyboard shortcuts
On Windows, press Win + . (the period key) to open the emoji panel, type βskullβ and click it. On Mac, press Control + Command + Space for the emoji viewer. On iPhone and Android, switch to the emoji keyboard and search βskullβ.
HTML codes
For web pages, use the decimal 💀 or the hexadecimal 💀. Both render the skull in any modern browser without needing the actual character in your source file.
Shortcodes
On Discord, Slack and GitHub, typing :skull: converts automatically into π. Shortcodes are the quickest route on platforms that support them.
For developers
In CSS use content: β\1F480β;. In JavaScript, the escape is \u{{1F480}}, and in Python it's \U0001F480. Every one of these values is copyable from the code panel on the homepage.
However you copy it, the character is identical everywhere β only the artwork changes between devices.