Open In App

UTF-8 Emoji People

Last Updated : 23 Jul, 2025
Comments
Improve
Suggest changes
Like Article
Like
Report

Emojis have become a fun and expressive way to communicate online, and people emojis are one of the most popular categories. HTML code, you'll need their codes(HEXA/DEC). Here we provide the hexadecimal, HTML entity, and decimal UTF-8 emoji codes you can use.

Check out:- What is UTF-8 in HTML?

What are the People Emojis?

People emojis represent human expressions, gestures, and activities that help in communication. They are widely used to convey emotions, professions, family, and other social elements. These emojis make digital conversations more engaging and expressive.

Implementing People Emojis in Code

HTML
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>People Emojis</title>
</head>
<body>
    <p>😊 Smiling Face Emoji - &#x1F60A; - &#128522;</p>
    <p>πŸ₯³ Partying Face Emoji - &#x1F973; - &#129395;</p>
    <p>πŸ™ Folded Hands Emoji - &#x1F64F; - &#128591;</p>
</body>
</html>

In this Example:

  • The HTML code uses hexadecimal (&#x1F60A;) and decimal (&#128522;) entity codes to display people emojis.
  • Hexadecimal codes start with &#x and are base-16, while decimal codes are base-10 and use just &#. Both represent the same emoji character.

Popular People Emojis

Here’s a list of commonly used People emojis, along with their Unicode hash codes HTML entities, and decimal code:

Face Expressions:

Here is a list of expressive faces in table order of HTML entities and decimal codes:

EmojiNameUnicodeHTML EntityDecimal Code
😊Smiling FaceU+1F60A&#x1F60A;&#128522;
😭Loudly Crying FaceU+1F62D&#x1F62D;&#128557;
😜Winking Face with TongueU+1F61C&#x1F61C;&#128540;
πŸ₯³Partying FaceU+1F973&#x1F973;&#129395;
πŸ™„Face with Rolling EyesU+1F644&#x1F644;&#128580;
πŸ™ŠSpeak-No-Evil MonkeyU+1F64A&#x1F64A;&#128586;
🀯Exploding HeadU+1F92F&#x1F92F;&#129327;
🀩Star-StruckU+1F929&#x1F929;&#129321;
😍Heart EyesU+1F60D&#x1F60D;&#128525;

Gestures:

Here are some common gesture emojis to help you express yourself:

EmojiNameUnicodeHTML EntityDecimal Code
πŸ™Folded HandsU+1F64F&#x1F64F;&#128591;
πŸ–Open HandsU+1F590&#x1F590;&#128400;
🀝HandshakeU+1F91D&#x1F91D;&#129309;
πŸ‘ŒOK HandU+1F44C&#x1F44C;&#128076;
πŸ‘Thumbs UpU+1F44D&#x1F44D;&#128077;
πŸ‘ŽThumbs DownU+1F44E&#x1F44E;&#128078;
πŸ‘Clapping HandsU+1F44F&#x1F44F;&#128079;

Professions:

Here are professional-related emojis:

EmojiNameUnicodeHTML EntityDecimal Code
πŸ§‘β€πŸŽ“StudentU+1F9D1 U+200D U+1F393&#x1F9D1;&#x200D;&#x1F393;&#129489;&#8205;&#127891;
πŸ§‘β€πŸ’ΌOffice WorkerU+1F9D1 U+200D U+1F4BC&#x1F9D1;&#x200D;&#x1F4BC;&#129489;&#8205;&#128188;
πŸ§‘β€πŸŽ¨ArtistU+1F9D1 U+200D U+1F3A8&#x1F9D1;&#x200D;&#x1F3A8;&#129489;&#8205;&#127912;
πŸ§‘β€πŸš€AstronautU+1F9D1 U+200D U+1F680&#x1F9D1;&#x200D;&#x1F680;&#129489;&#8205;&#128640;
πŸ§‘β€βš•οΈDoctorU+1F9D1 U+200D U+2695&#x1F9D1;&#x200D;&#x2695;&#129489;&#8205;&#9877;
πŸ§‘β€πŸš’FirefighterU+1F9D1 U+200D U+1F692&#x1F9D1;&#x200D;&#x1F692;&#129489;&#8205;&#128658;

Family & Relationships:

Here are some family-related emojis:

EmojiNameUnicodeHTML EntityDecimal Code
πŸ‘¨β€πŸ‘©β€πŸ‘¦FamilyU+1F468 U+200D U+1F469 U+200D U+1F466&#x1F468;&#x200D;&#x1F469;&#x200D;&#x1F466;&#128104;&#8205;&#128105;&#8205;&#128102;
πŸ‘©β€πŸ‘¦Woman & SonU+1F469 U+200D U+1F466&#x1F469;&#x200D;&#x1F466;&#128105;&#8205;&#128102;
πŸ‘¨β€πŸ‘¦Man & SonU+1F468 U+200D U+1F466&#x1F468;&#x200D;&#x1F466;&#128104;&#8205;&#128102;

Fantasy Persons:

Here are Fantasy-related emojis:

EmojiNameUnicodeHTML EntityDecimal Code
🧚FairyU+1F9DA&#x1F9DA;&#129466;
πŸ§›VampireU+1F9DB&#x1F9DB;&#129467;
🧜MermaidU+1F9DC&#x1F9DC;&#129468;
🧝ElfU+1F9DD&#x1F9DD;&#129469;
🧞GenieU+1F9DE&#x1F9DE;&#129470;
🧟ZombieU+1F9DF&#x1F9DF;&#129471;

Conclusion

People emojis represent diversity, relationships, and human expressions in digital communication. As emojis continue to evolve, they promote inclusivity and better representation for all users. Keep exploring and using them to add personality to your conversations!


Article Tags :

Similar Reads