📖 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
Từ tiếng Nhật (絵文字) có nghĩa là 'ký tự hình ảnh' — các ký hiệu đồ họa nhỏ dùng trong giao tiếp kỹ thuật số để diễn đạt ý tưởng, cảm xúc và sự vật.
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
Tiêu chuẩn mã hóa ký tự phổ quát gán một số duy nhất cho mỗi ký tự trong tất cả hệ thống chữ viết và bộ ký hiệu, bao gồm cả 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)
Các ký tự Unicode (VS-15 U+FE0E và VS-16 U+FE0F) xác định xem một ký tự được hiển thị dưới dạng văn bản (đơn sắc) hay emoji (có màu).
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 point, 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)
Ký tự Unicode vô hình (U+200D) dùng để ghép nhiều emoji thành một emoji tổng hợp, chẳng hạn kết hợp người và vật thể thành emoji nghề nghiệp.
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
Tệp font kỹ thuật số chứa các thiết kế glyph emoji màu, sử dụng các công nghệ như COLR, CBDT, SVG hoặc sbix để hiển thị.
, 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

Công cụ liên quan

🔀 So sánh nền tảng So sánh nền tảng
So sánh cách emoji hiển thị trên Apple, Google, Samsung, Microsoft và nhiều hơn nữa. Xem sự khác biệt trực quan cạnh nhau.
⌨️ Bàn phím Emoji Bàn phím Emoji
Duyệt và sao chép bất kỳ emoji nào trong số 3.953 emoji được sắp xếp theo danh mục. Hoạt động trên mọi trình duyệt, không cần cài đặt.
🔍 Trình phân tích chuỗi Trình phân tích chuỗi
Giải mã chuỗi ZWJ, modifier tông màu da, chuỗi phím và cặp cờ thành các thành phần riêng lẻ.

Thuật ngữ

Điểm mã Điểm mã
Giá trị số duy nhất được gán cho mỗi ký tự trong tiêu chuẩn Unicode, được viết theo định dạng U+XXXX (ví dụ: U+1F600 cho 😀).
Emoji Emoji
Từ tiếng Nhật (絵文字) có nghĩa là 'ký tự hình ảnh' — các ký hiệu đồ họa nhỏ dùng trong giao tiếp kỹ thuật số để diễn đạt ý tưởng, …
Emoji Font Emoji Font
Tệp font kỹ thuật số chứa các thiết kế glyph emoji màu, sử dụng các công nghệ như COLR, CBDT, SVG hoặc sbix để hiển thị.
Unicode Unicode
Tiêu chuẩn mã hóa ký tự phổ quát gán một số duy nhất cho mỗi ký tự trong tất cả hệ thống chữ viết và bộ ký hiệu, bao gồm …
Zero Width Joiner (ZWJ) Zero Width Joiner (ZWJ)
Ký tự Unicode vô hình (U+200D) dùng để ghép nhiều emoji thành một emoji tổng hợp, chẳng hạn kết hợp người và vật thể thành emoji nghề nghiệp.

Emoji liên quan

Bài viết liên quan