📖 How-To Guides

How to Copy and Paste Emojis on Any Device

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

  1. Go to emojifyi.com or use the Emoji Keyboard
  2. Find the emoji you want by browsing categories or searching by keyword
  3. Click the emoji — it is copied to your clipboard automatically
  4. Switch to your app and paste with Ctrl + V (Windows/Linux) or Command + 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:

  1. Double-click or click-and-drag to select the emoji character
  2. Press Ctrl + C (Windows/Linux) or Command + C (Mac) to copy
  3. 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:

  1. Open any app with text input (Notes, Messages, Mail)
  2. Switch to the emoji keyboard by tapping the 😊 icon
  3. Type the emoji you want into a text field
  4. Select it (double-tap to select a single emoji character)
  5. Tap Copy

Copying from Safari

If you're browsing EmojiFYI or any emoji site in Safari:

  1. Tap and hold on an emoji to open the context menu
  2. 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:

  1. Tap the 😊 emoji icon on your keyboard
  2. Find and tap the emoji
  3. 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:

  1. Long-press on the emoji character
  2. Tap Select then adjust the handles if needed to select just the emoji
  3. 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:

  1. Press Windows + . (period) or Windows + ; (semicolon)
  2. Find your emoji by browsing or searching
  3. Click to insert it, then immediately Ctrl + A + Ctrl + C to copy if needed

For a pure copy workflow:

  1. Open Notepad or any text editor
  2. Press Windows + . and click the emoji to insert it into Notepad
  3. 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

  1. Press Control + Command + Space to open the Character Viewer
  2. Find your emoji
  3. 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

  1. Open GNOME Characters
  2. Find the emoji
  3. Click Copy to Clipboard
  4. 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:

  1. In a GTK app, press Ctrl + Shift + U
  2. Type the hex code (e.g., 1F525 for 🔥)
  3. 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

Related Tools

🔀 Platform Compare Platform Compare
Compare how emojis render across Apple, Google, Samsung, Microsoft, and more. See visual differences side by side.
⌨️ Emoji Keyboard Emoji Keyboard
Browse and copy any of 3,953 emojis organized by category. Works in any browser, no install needed.
🔍 Sequence Analyzer Sequence Analyzer
Decode ZWJ sequences, skin tone modifiers, keycap sequences, and flag pairs into individual components.

Glossary Terms

Code Point Code Point
A unique numerical value assigned to each character in the Unicode standard, written in the format U+XXXX (e.g., U+1F600 for 😀).
Emoji Emoji
A Japanese word (絵文字) meaning 'picture character' — small graphical symbols used in digital communication to express ideas, emotions, and objects.
Emoji Font Emoji Font
A digital font file containing color emoji glyph designs, using technologies like COLR, CBDT, SVG, or sbix for rendering.
Unicode Unicode
Universal character encoding standard that assigns a unique number to every character across all writing systems and symbol sets, including emoji.
Zero Width Joiner (ZWJ) Zero 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.

Emoji liên quan

Related Stories