Copying and Pasting Emojis: The Universal Method
Copy and paste is the most universal way to use emojis โ it works on every device, operating system, and application. Whether you need an emojiEmoji
A Japanese word (็ตตๆๅญ) meaning 'picture character' โ small graphical symbols used in digital communication to express ideas, emotions, and objects. for a document, an email, a social media post, or a code comment, copying it from a reliable source and pasting it into your destination is always an option.
This guide covers the fastest copy-paste methods for every major platform and a few techniques that go beyond the basics.
From a Browser (Any Device)
The simplest approach on any device with a browser is to copy directly from an emoji reference site.
Using EmojiFYI
- Go to emojifyi.com or use the Emoji Keyboard
- Find the emoji you want by browsing categories or searching by keyword
- Click the emoji โ it is copied to your clipboard automatically
- Switch to your app and paste with
Ctrl + V(Windows/Linux) orCommand + V(Mac)
On mobile browsers, tap the emoji and it copies. Then tap and hold in your text field to get the paste option.
Copying Emoji Text from Any Webpage
You can also select an emoji character on any webpage the same way you'd select text:
- Double-click or click-and-drag to select the emoji character
- Press
Ctrl + C(Windows/Linux) orCommand + C(Mac) to copy - Paste wherever you need it
Emojis are just UnicodeUnicode
Universal character encoding standard that assigns a unique number to every character across all writing systems and symbol sets, including emoji. text characters โ they copy and paste like any letter or number.
On iPhone and iPad
Copying from the Emoji Keyboard
iOS has a dedicated emoji keyboard built in. While it doesn't have a dedicated "copy" button, you can access any emoji and type it directly. If you need to copy one specifically:
- Open any app with text input (Notes, Messages, Mail)
- Switch to the emoji keyboard by tapping the ๐ icon
- Type the emoji you want into a text field
- Select it (double-tap to select a single emoji character)
- Tap Copy
Copying from Safari
If you're browsing EmojiFYI or any emoji site in Safari:
- Tap and hold on an emoji to open the context menu
- Tap Copy (or on some emoji sites, just tapping will copy automatically)
Pasting on iPhone
Tap and hold in any text field until the magnifier appears, then lift your finger and tap Paste in the popup menu. Or use the keyboard shortcut if you have an external keyboard: Command + V.
On Android
Copying from the Emoji Keyboard
Android's built-in keyboard (Gboard, SwiftKey, Samsung Keyboard) includes emoji access:
- Tap the ๐ emoji icon on your keyboard
- Find and tap the emoji
- To copy it rather than insert it: type it into a text field, then long-press the emoji character and tap Copy
Copying from Chrome on Android
On a webpage with emojis:
- Long-press on the emoji character
- Tap Select then adjust the handles if needed to select just the emoji
- Tap Copy from the popup toolbar
Pasting on Android
Long-press in any text input field and tap Paste, or use Ctrl + V if you have an external keyboard or are using a Chromebook.
On Windows
Emoji Picker (Windows 10/11)
Windows has a built-in emoji picker that lets you tap to insert โ but you can also use it to copy:
- Press
Windows + .(period) orWindows + ;(semicolon) - Find your emoji by browsing or searching
- Click to insert it, then immediately
Ctrl + A+Ctrl + Cto copy if needed
For a pure copy workflow:
- Open Notepad or any text editor
- Press
Windows + .and click the emoji to insert it into Notepad - Select it and press
Ctrl + C
Copying from Any Website on Windows
Select the emoji text with your mouse, press Ctrl + C, and paste with Ctrl + V. Emojis paste as plain Unicode text into any app that supports Unicode โ which is virtually all modern Windows applications.
Pasting into Specific Windows Apps
| App | Paste Method |
|---|---|
| Microsoft Word | Ctrl + V |
| Outlook | Ctrl + V |
| Notepad | Ctrl + V |
| VSVariation Selector (VS) Unicode characters (VS-15 U+FE0E and VS-16 U+FE0F) that modify whether a character renders in text (monochrome) or emoji (colorful) presentation. Code |
Ctrl + V |
| Command Prompt | Right-click โ Paste |
| PowerShell | Right-click โ Paste or Ctrl + Shift + V |
On Mac
Character Viewer Copy Method
- Press
Control + Command + Spaceto open the Character Viewer - Find your emoji
- Double-click to insert it, or click once and then use Edit โ Copy if you want to copy without inserting
Copying from Safari or Any Browser
Select the emoji text, press Command + C, paste with Command + V. Works in all macOS apps.
Copy from the Touch Bar (MacBook Pro 2016โ2021)
Tap the emoji in the Touch Bar to insert it, then select and copy with Command + C if you need to copy it rather than insert it inline.
On Linux
Using a Terminal
Print an emoji in the terminal and then select it to copy:
echo "๐ฅ"
Select the output text with your mouse and use Ctrl + Shift + C to copy in most terminal emulators. Then paste with Ctrl + Shift + V in the terminal, or Ctrl + V in other apps.
GNOME Characters App
- Open GNOME Characters
- Find the emoji
- Click Copy to Clipboard
- Paste with
Ctrl + V
From IBus / GTK Unicode Input
If you know the Unicode code pointCode Point
A unique numerical value assigned to each character in the Unicode standard, written in the format U+XXXX (e.g., U+1F600 for ๐)., enter it directly rather than copying:
- In a GTK app, press
Ctrl + Shift + U - Type the hex code (e.g.,
1F525for ๐ฅ) - Press
Enter
This is faster than copying from a reference for power users.
Pasting Emojis: Potential Issues and Fixes
Emoji Appears as a Box or Question Mark
The destination app or font doesn't support the emoji. Try a different app, or update your system fonts. On Windows, ensure Segoe UI Emoji is installed. On Linux, install fonts-noto-color-emoji.
Emoji Pasted as Multiple Characters
Some apps split ZWJZero Width Joiner (ZWJ)
An invisible Unicode character (U+200D) used to join multiple emoji into a single composite emoji, such as combining people and objects into profession emoji. sequences into their component characters. For example, ๐ฉโ๐ป might paste as ๐ฉ๐ป (without the invisible ZWJ joining them). This is an app-level limitation โ it only affects apps that don't handle complex emoji sequences correctly.
Emoji Changes Appearance After Pasting
Emojis are rendered by the destination app's emoji fontEmoji Font
A digital font file containing color emoji glyph designs, using technologies like COLR, CBDT, SVG, or sbix for rendering., not the source. ๐ฅ looks different on Apple, Google, and Microsoft platforms. This is expected โ see EmojiFYI's Platform Comparison Tool to preview how any emoji looks across platforms.
Pasting into Plain Text Fields
If you paste into a field that strips formatting, the emoji character (a raw Unicode character) should still paste correctly. If the field only accepts ASCII characters (very rare in 2025), the emoji will be dropped.
Quick Reference: Copy-Paste by Device
| Device | Copy Method | Paste Method |
|---|---|---|
| iPhone | Long-press โ Copy or use Notes as staging | Long-press text field โ Paste |
| Android | Long-press โ Copy or use keyboard | Long-press โ Paste |
| Windows | Ctrl + C (select first) |
Ctrl + V |
| Mac | Command + C |
Command + V |
| Linux | Ctrl + C or Ctrl + Shift + C (terminal) |
Ctrl + V or Ctrl + Shift + V |
| Any browser | Click on EmojiFYI to auto-copy | Ctrl/Command + V |
Explore More on EmojiFYI
- Use the Emoji Keyboard to copy any emoji with a single click
- Search emojis by name, keyword, or category at EmojiFYI Search
- See how your copied emoji looks on different platforms with the Compare Tool
- Learn what Unicode code points your emojis use with the Sequence Analyzer