Showing of symbols (filtered)
No symbols match your search.
What Are Keyboard Symbols?
Keyboard symbols are Unicode characters that represent physical keys and keyboard actions. These symbols are essential for documenting keyboard shortcuts, creating user interface instructions, and technical writing about computer systems.
Mac Modifier Keys
macOS uses distinctive symbols for modifier keys that appear in menus and keyboard shortcut documentation:
- โ Command: The primary modifier key on Mac, equivalent to Ctrl on Windows
- โฅ Option: Alternative character input and secondary modifier (Alt on Windows)
- โ Control: Terminal and keyboard shortcuts modifier
- โง Shift: Uppercase letters and secondary key functions
- โช Caps Lock: Toggle for uppercase letters
Common Mac Shortcuts Using Symbols
- โC โ Copy
- โV โ Paste
- โZ โ Undo
- โโง3 โ Screenshot entire screen
- โโฅEsc โ Force Quit applications
Navigation Keys
Arrow and navigation symbols represent directional movement:
- โ โ โ โ: Arrow keys for cursor movement
- โ โ: Page Up and Page Down
- โ โ: Home and End keys
Editing Keys
Common editing operations have dedicated symbols:
- โซ Delete/Backspace: Remove character before cursor
- โฆ Forward Delete: Remove character after cursor
- โฉ โ Return/Enter: New line or confirm action
- โ Escape: Cancel operation or exit mode
- โฅ โค Tab: Indentation and focus navigation
- โต Space: Space bar
Special Function Keys
- โ Eject: Eject optical media or unmount volumes
- โฝ Power: System power button
- โจ Keyboard: Represents keyboard or input methods
Windows & PC Keys
While less standardized than Mac symbols, some PC keys have Unicode representations:
- โ Windows Key: Opens Start menu and system shortcuts
- โ Print Screen: Capture screen contents
- โ Insert: Toggle insert/overwrite mode
Control Pictures
Visible representations of normally invisible control characters:
- โ Null: Null character
- โ Backspace: Backspace control character
- โ Tab: Horizontal tab
- โ Line Feed: New line (Unix/Linux)
- โ Carriage Return: Return to start (combined with LF in Windows)
- โ Escape: Escape control character
- โฃ Space: Visible space placeholder
Common Use Cases
Documentation and Manuals
Technical documentation uses keyboard symbols for clarity:
- "Press โโงP to open the Command Palette"
- "Use โC to terminate the process"
- "Navigate with โ โ arrow keys"
User Interface Design
Menus and tooltips display shortcuts with symbols:
- Save โS
- Quit โQ
- Find โF
Tutorial and Training Materials
Educational content uses symbols for universal understanding across language barriers.
Programming and Development
IDEs and code editors show keyboard shortcuts using these symbols in menus and quick reference guides.
Platform Differences
Mac vs. Windows Key Equivalents
- โ Command = Ctrl
- โฅ Option = Alt
- โ Control = (varies by context)
- โซ Delete = Backspace
- โฆ Forward Delete = Delete
Documentation Best Practices
When writing cross-platform documentation:
- Show both Mac and Windows shortcuts: "โC (Mac) or Ctrl+C (Windows)"
- Use platform-specific symbols appropriately
- Consider using words for maximum clarity: "Command+C" instead of just "โC"
Typing Keyboard Symbols
macOS
Access keyboard symbols via:
- Character Viewer: Control + Command + Space
- Many symbols appear automatically in system menus
- Copy from reference sources like this page
Windows
Limited native support for keyboard symbols. Use:
- Character Map application
- Alt codes for specific characters
- Copy-paste from reference materials
HTML/Web Development
Use Unicode code points or HTML entities:
- โ = ⌘ or \u2318
- โฅ = ⌥ or \u2325
- โ = ⌃ or \u2303
Font Considerations
Not all fonts include keyboard symbols. System fonts like:
- SF Pro (macOS)
- Segoe UI (Windows)
- Roboto (Android)
...generally have good coverage. For web use, specify fallback fonts that include these symbols.
Accessibility
When using keyboard symbols:
- Provide text alternatives: "Command key (โ)" not just "โ"
- Use aria-label attributes for screen readers
- Don't rely solely on symbols for critical information
- Consider adding alt text to symbol images
Common Patterns
Single Modifier + Key
โS, โC, โฅF4
Multiple Modifiers + Key
โโงP, โโฅEsc, โโฅโPower
Chord Sequences
Some applications use sequences: "โK then โT"
Regional Variations
Keyboard layouts vary globally:
- European keyboards often use different symbols and key arrangements
- Asian keyboards may include language-specific modifier keys
- Document which keyboard layout your shortcuts reference
Best Practices
- Use official symbols when documenting Mac shortcuts
- For Windows, spell out key names (Ctrl, Alt, Win)
- Always test symbol rendering across target platforms
- Provide both symbol and text versions for clarity
- Use consistent formatting throughout documentation
- Consider your audience's familiarity with keyboard symbols
- Include a legend explaining symbols in long documents
Evolution of Keyboard Symbols
The โ Command symbol originated from the Swedish "place of interest" road sign, chosen because the Apple logo was already used elsewhere. The โฅ Option key symbol represents a railway junction or switching point, symbolizing alternate paths.