How to Use Emojis in LaTeX with the Emoji Package

To use emojis in LaTeX, you can try the emoji package, which works with LuaLaTeX. Here’s a quick example:

\documentclass{article}
\usepackage{emoji}
\begin{document}

Here’s a smiley: \emoji{smile}

\end{document}

Make sure to compile your document with LuaLaTeX, as it supports color emoji fonts like Noto Color Emoji. It’s very simple to do that with Overleaf, see the guide here. If you’re looking for more options, you can also explore the fontspec package to include specific emoji fonts.

Here’s a list of emotions and their corresponding LaTeX \emoji commands using the emoji package:

Positive Emotions

  • 😀 Grinning Face: \emoji{grinning}
  • 😊 Smiling Face with Smiling Eyes: \emoji{blush}
  • 😍 Smiling Face with Heart-Eyes: \emoji{heart_eyes}
  • 🤩 Star-Struck: \emoji{star_struck}
  • 😎 Smiling Face with Sunglasses: \emoji{sunglasses}

Negative Emotions

  • 😢 Crying Face: \emoji{cry}
  • 😭 Loudly Crying Face: \emoji{sobbing}
  • 😡 Angry Face: \emoji{angry}
  • 😞 Disappointed Face: \emoji{disappointed}
  • 😱 Face Screaming in Fear: \emoji{fearful}

Neutral or Other Emotions

  • 🤔 Thinking Face: \emoji{thinking}
  • 😐 Neutral Face: \emoji{neutral_face}
  • 😶 Face Without Mouth: \emoji{no_mouth}
  • 😑 Expressionless Face: \emoji{expressionless}
  • 🙄 Face with Rolling Eyes: \emoji{rolling_eyes}

Animals

  • 🐶 Dog: \emoji{dog}
  • 🐱 Cat: \emoji{cat}
  • 🐭 Mouse: \emoji{mouse}
  • 🐰 Rabbit: \emoji{rabbit}
  • 🐔 Chicken: \emoji{chicken}
  • 🦁 Lion: \emoji{lion}
  • 🐸 Frog: \emoji{frog}
  • 🐍 Snake: \emoji{snake}

Items

  • 📱 Mobile Phone: \emoji{mobile_phone}
  • 💻 Laptop: \emoji{laptop}
  • 🛠️ Hammer and Wrench: \emoji{hammer_and_wrench}
  • 🕶️ Sunglasses: \emoji{sunglasses}
  • 🎒 Backpack: \emoji{backpack}
  • 📖 Open Book: \emoji{open_book}

Activities

  • ⚽ Soccer: \emoji{soccer}
  • 🏊 Swimming: \emoji{swimming}
  • 🚴 Cycling: \emoji{bicyclist}
  • 🎨 Painting: \emoji{artist_palette}
  • 🎤 Singing: \emoji{microphone}
  • 🎸 Playing Guitar: \emoji{guitar}

Fruits

  • 🍎 Apple: \emoji{apple}
  • 🍌 Banana: \emoji{banana}
  • 🍇 Grapes: \emoji{grapes}
  • 🍉 Watermelon: \emoji{watermelon}
  • 🍓 Strawberry: \emoji{strawberry}

Food

  • 🍕 Pizza: \emoji{pizza}
  • 🍔 Burger: \emoji{hamburger}
  • 🍣 Sushi: \emoji{sushi}
  • 🍩 Donut: \emoji{doughnut}
  • 🍫 Chocolate: \emoji{chocolate_bar}

Travel

  • ✈️ Airplane: \emoji{airplane}
  • 🚗 Car: \emoji{car}
  • 🚢 Ship: \emoji{ship}
  • 🚆 Train: \emoji{train}
  • 🗺️ Map: \emoji{world_map}

Time

  • ⏰ Alarm Clock: \emoji{alarm_clock}
  • ⌚ Watch: \emoji{watch}
  • 🕒 Clock Face: \emoji{clock3}
  • 🕰️ Mantelpiece Clock: \emoji{mantelpiece_clock}

Weather

  • ☀️ Sun: \emoji{sunny}
  • 🌧️ Rain Cloud: \emoji{cloud_with_rain}
  • ❄️ Snowflake: \emoji{snowflake}
  • 🌈 Rainbow: \emoji{rainbow}
  • 🌪️ Tornado: \emoji{tornado}

Sports

  • ⚽ Soccer Ball: \emoji{soccer}
  • 🏀 Basketball: \emoji{basketball}
  • 🎾 Tennis: \emoji{tennis}
  • 🏊 Swimming: \emoji{swimming}
  • 🏋️ Weightlifting: \emoji{weight_lifter}

Gifts

  • 🎁 Wrapped Gift: \emoji{gift}
  • 🎈 Balloon: \emoji{balloon}
  • 🎉 Party Popper: \emoji{tada}
  • 🎂 Birthday Cake: \emoji{birthday}
  • 🪅 Piñata: \emoji{pinata}

Devices

  • 📱 Mobile Phone: \emoji{mobile_phone}
  • 💻 Laptop: \emoji{laptop}
  • 🖨️ Printer: \emoji{printer}
  • 📷 Camera: \emoji{camera}
  • 🖥️ Desktop Computer: \emoji{desktop_computer}

Instruments

  • 🎸 Guitar: \emoji{guitar}
  • 🎹 Keyboard: \emoji{musical_keyboard}
  • 🥁 Drum: \emoji{drum}
  • 🎺 Trumpet: \emoji{trumpet}
  • 🎻 Violin: \emoji{violin}

Warning Signs

  • ⚠️ Warning: \emoji{warning}
  • 🚸 Children Crossing: \emoji{children_crossing}
  • ⛔ No Entry: \emoji{no_entry}
  • 🚫 Prohibited: \emoji{no_entry_sign}
  • 🔞 Age Restriction: \emoji{underage}

Flags

  • 🇺🇸 United States: \emoji{flag_us}
  • 🇬🇧 United Kingdom: \emoji{flag_gb}
  • 🇯🇵 Japan: \emoji{flag_jp}
  • 🇳🇴 Norway: \emoji{flag_no}
  • 🇮🇳 India: \emoji{flag_in}


Discover more from Science Comics

Subscribe to get the latest posts sent to your email.

Leave a Reply

error: Content is protected !!