Keyboard Symbols ⌘ - Copy and Paste

Click any key symbol to copy it. These are the characters that represent physical keys: modifiers, editing keys, navigation keys, and media controls.

42 symbols One-click copy Plain Unicode
42 symbols

How to use keyboard symbols

Write modifiers in the order they are pressed and leave no spaces between them: ⌘⇧P, ⌥⌫, ⌃⇥. On Apple platforms that matches what the system prints in its own menus, so a reader can compare your documentation against the software directly. Cross-platform writing needs more care. ⌘ and ⌥ mean nothing on Windows or Linux, so spell out Ctrl and Alt there, or use ❖ for the Windows key and accept that it is a convention rather than a standard. Beyond hardware, the media set doubles as state notation: ⏺ for recording, ⏸ for paused, ⏹ for stopped, ⏏ for a clean exit. In a log file or a dashboard built from plain text, one of these replaces a coloured badge you cannot render anyway.

Software documentation

Describe shortcuts inline without screenshots. A table of ⌘K, ⌘⇧P, and ⌥⌫ stays readable, searchable, and translatable in a way an image never is.

Interface labels and tooltips

Show the shortcut next to a menu item or button. The symbols match what the operating system displays, so users recognise them without a legend.

READMEs and technical notes

Markdown has no shortcut formatting. Pasting the key glyphs keeps instructions compact in a file that has to render everywhere from GitHub to a terminal.

Support replies and tutorials

Telling someone to press ⌘⌥I is shorter and less ambiguous than naming three keys in prose, especially when the reply is going into a chat window.

Status markers in logs and dashboards

The media set doubles as state: ⏺ recording, ⏸ paused, ⏹ stopped, ⏏ ejected. One character replaces a coloured badge in plain-text output.

Compatibility notes

Most symbols here work everywhere, but rare or decorative characters may not render on older devices and apps with limited fonts. Test a symbol on mobile before using it in a permanent username.

Key symbol reference

Symbol Name Code Typical use
Place of Interest Sign U+2318 Command key on Apple keyboards
Option Key U+2325 Option or Alt on Apple keyboards
Up Arrowhead U+2303 Control key
Upwards White Arrow U+21E7 Shift key
Upwards White Arrow From Bar U+21EA Caps Lock
Erase to the Left U+232B Backspace
Erase to the Right U+2326 Forward delete
Broken Circle With Northwest Arrow U+238B Escape
Rightwards Arrow to Bar U+21E5 Tab forward
Return Symbol U+23CE Return or Enter
Open Box U+2423 Space bar
Power Symbol U+23FB Power on and off
Eject Symbol U+23CF Eject media

Frequently asked questions

Why does ⌘ show as a box on Windows?
The Place of Interest Sign ⌘ (U+2318) needs a font that includes the Miscellaneous Technical block. Apple platforms ship one by default because the symbol is part of the interface. On Windows and Android coverage depends on the installed fonts, and older systems show a fallback box. If your audience is mixed, name the key in text as well the first time you use it.
What is the correct symbol for the Windows key?
There is no official one. Unicode has no Windows logo character because logos are trademarks and are excluded on principle. Documentation usually falls back on ❖ (U+2756, Black Diamond Minus White X) or simply writes Win. The same applies to the Linux and Chrome OS launcher keys.
Should I use ⏎ or ↵ for the Enter key?
Both are widely understood. ⏎ (U+23CE, Return Symbol) is the one printed on Apple keyboards and is the safer choice in interface documentation. ↵ (U+21B5, Downwards Arrow With Corner Leftwards) is more common in typography and in diagrams showing where a line breaks. Pick one and use it consistently throughout a document.

Explore more symbols

Copied