Skip to main content
AtoolinBlog
All Posts

How to Use Emojis on Desktop — Copy Paste Without a Phone

By Hans5 min read

Every major desktop OS has a built-in emoji panel. On Windows, press Win + . (period). On macOS, press Ctrl + Cmd + Space. Linux depends on your desktop environment. If you'd rather skip the shortcuts, an online emoji picker lets you browse by category and click to copy.

Windows: Win + . (Period)

Windows 10 and Windows 11 both include an emoji panel built into the operating system. To open it:

  1. Click into any text field — a browser address bar, a document, or a chat box.
  2. Press Win + . (Windows key and the period key simultaneously). The panel also opens with Win + ;.
  3. Browse by category or type a keyword in the search bar.
  4. Click an emoji to insert it at the cursor position.

The panel includes emoji, kaomoji (text faces like ¯_(ツ)_/¯), and special symbols. Windows remembers your recently used emoji at the top. The shortcut works in Word, Chrome, Slack, Teams, and Notepad.

Known limitation: The Win + . panel does not work inside some Electron-based apps or on the login screen.

macOS: Ctrl + Cmd + Space

macOS has had a built-in Character Viewer since OS X 10.7. On current macOS versions:

  1. Click into any text field.
  2. Press Ctrl + Cmd + Space to open the emoji and symbols picker.
  3. Browse categories on the left or search by name.
  4. Double-click an emoji or press Enter to insert it.

You can also expand the Character Viewer to a full window by clicking the grid icon in the top-right corner. The full window shows the complete Unicode character set, not just emoji.

Alternative: In most macOS text fields, you can right-click and choose "Emoji & Symbols" from the context menu. The menu bar also has an option under Edit > Emoji & Symbols if you prefer a mouse-only workflow.

Linux: Input Methods and Apps

Linux does not ship with a universal emoji panel, so the method depends on your desktop environment and distribution.

Desktop / Method How to Insert Emoji
GNOME (Ubuntu 22.04+) Super key → search "Characters" app → click emoji → copy
KDE Plasma Right-click text field → Special Characters
IBus input method Ctrl + Shift + E (in supported apps)
Any distro Install ibus-typing-booster or fcitx5 for inline emoji input
Any distro Use the emoji-picker package from your package manager

The GNOME Characters app is the most consistent option: it is pre-installed on Ubuntu GNOME editions and lets you search emoji by name, copy to clipboard, and see the Unicode code point for each character.

For terminal users, the rofi-emoji plugin works with the Rofi launcher to search and copy emoji in one keystroke, similar to the Windows and macOS built-in panels.

The Fastest Method: Online Emoji Copy Paste

Native OS panels have friction. Win + . needs a focused text field, the macOS picker floats over your content, and Linux varies by distro. An online emoji copy paste tool skips all of that. Browse by category, click an emoji, and it lands on your clipboard. Paste with Ctrl+V or Cmd+V wherever you need it. No shortcut to remember, no app compatibility to worry about.

Common Emoji Reference

Category Examples Windows shortcut macOS shortcut
Smileys 😀 😂 😎 Win + . Ctrl+Cmd+Space
Gestures 👍 👋 🤝 Win + . Ctrl+Cmd+Space
Objects 🔑 📱 💻 Win + . Ctrl+Cmd+Space
Nature 🌱 🌊 🔥 Win + . Ctrl+Cmd+Space
Symbols ✅ ❌ ⭐ Win + . → Symbols Ctrl+Cmd+Space

FAQ

Why doesn't Win + . work in some apps?

The Windows emoji panel requires focus in a supported text input field. It doesn't activate in legacy Win32 apps, some games, and certain Electron apps that handle keyboard input differently. If Win + . does nothing, click directly inside a text box and try again.

Can I use keyboard shortcuts to type specific emoji on desktop?

No standard OS ships a text-to-emoji shortcut system by default. Some apps like Slack and Discord have their own shorthand: type :thumbsup: and the app replaces it with 👍. That's app-level autocorrect, not an OS feature. Outside those apps, the emoji panel is your best bet.

How do I search for an emoji by name on desktop?

On Windows, open Win + . and type a keyword like "fire" or "heart" in the search bar. On macOS, open Ctrl+Cmd+Space and type in the search field. Both panels search by keyword, not just exact emoji names, so "happy" returns several smiling faces.