UTF-8 Emoji Face (Smileys)

Last Updated : 29 May, 2026

Face emojis are visual symbols that represent different emotions, moods, and facial expressions. They are widely used to make digital conversations more expressive, engaging, and easy to understand.

  • Commonly used in messages, social media posts, and online chats.
  • Enhance communication by adding emotional context to text.
  • Available in HTML through hexadecimal, decimal UTF-8, and HTML entity codes.

Implementing Face Emojis

HTML
<!--Driver Code Starts-->
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Animal Emojis</title>
</head>
<body>
<!--Driver Code Ends-->

    <p>Grinning - &#x1F600; - &#128512;</p>
    <p>Face  - &#x1F602; - &#128514;</p>
    <p>Smiling Face with Sunglasses - &#x1F60E; - &#128526;</p>

<!--Driver Code Starts-->
</body>
</html>

<!--Driver Code Ends-->
  • This HTML code includes both hexadecimal (&#x1F600) and decimal (&#128512) entity codes for displaying face-related emojis.
  • Hexadecimal codes start with &#x (base-16), while decimal codes use &# (base-10). Both represent the same emoji.

Below is a categorized list of commonly used face emojis, along with their Unicode, HTML entity, and decimal codes.

Smiling & Happy Faces

Here's a list of smiling and happy face emojis, along with their HTML entities, decimal codes, and Unicode:

EmojiNameUnicodeHTML EntityDecimal Code
๐Ÿ˜€Grinning FaceU+1F600&#x1F600;&#128512;
๐Ÿ˜ƒGrinning Face with Big EyesU+1F603&#x1F603;&#128515;
๐Ÿ˜„Grinning Face with Smiling EyesU+1F604&#x1F604;&#128516;
๐Ÿ˜Beaming Face with Smiling EyesU+1F601&#x1F601;&#128513;
๐Ÿ˜†Grinning Squinting FaceU+1F606&#x1F606;&#128518;
๐Ÿ˜‚Face with Tears of JoyU+1F602&#x1F602;&#128514;
๐ŸคฃRolling on the Floor LaughingU+1F923&#x1F923;&#129315;
๐Ÿ˜Smiling Face with Heart-EyesU+1F60D&#x1F60D;&#128525;
๐ŸฅฐSmiling Face with HeartsU+1F970&#x1F970;&#129392;
๐Ÿ˜ŽSmiling Face with SunglassesU+1F60E&#x1F60E;&#128526;
๐Ÿ˜ŠSmiling Face with Smiling EyesU+1F60A&#x1F60A;&#128522;
๐Ÿค—Hugging FaceU+1F917&#x1F917;&#129303;
๐Ÿ˜‡Smiling Face with HaloU+1F607&#x1F607;&#128519;
๐Ÿ˜‹Face Savoring FoodU+1F60B&#x1F60B;&#128523;
๐Ÿ˜ŒRelieved FaceU+1F60C&#x1F60C;&#128524;

Sad & Angry Faces

Here's a list of sad and angry face emojis, along with their HTML entities, decimal codes, and Unicode:

EmojiNameUnicodeHTML EntityDecimal Code
๐Ÿ˜žDisappointed FaceU+1F61E&#x1F61E;&#128542;
๐Ÿ˜ขCrying FaceU+1F622&#x1F622;&#128546;
๐Ÿ˜ญLoudly Crying FaceU+1F62D&#x1F62D;&#128557;
๐Ÿ˜กPouting FaceU+1F621&#x1F621;&#128545;
๐Ÿ˜ Angry FaceU+1F620&#x1F620;&#128544;
๐ŸคฌFace with Symbols on MouthU+1F92C&#x1F92C;&#129324;
๐ŸฅบPleading FaceU+1F97A&#x1F97A;&#129402;
๐Ÿ˜ฃPersevering FaceU+1F623&#x1F623;&#128547;
๐Ÿ˜ฉWeary FaceU+1F629&#x1F629;&#128553;
๐Ÿ˜–Confounded FaceU+1F616&#x1F616;&#128534;
๐Ÿ˜”Pensive FaceU+1F614&#x1F614;&#128532;
๐ŸคขNauseated FaceU+1F922&#x1F922;&#129314;
๐Ÿค•Face with Head-BandageU+1F915&#x1F915;&#129301;
๐Ÿ˜ฐAnxious Face with SweatU+1F630&#x1F630;&#128560;

Surprised & Confused Faces

Here's a list of surprised and confused face emojis, along with their HTML entities,, decimal codes, and Unicode:

EmojiNameUnicodeHTML EntityDecimal Code
๐Ÿ˜ฒAstonished FaceU+1F632&#x1F632;&#128562;
๐Ÿ˜ฑFace Screaming in FearU+1F631&#x1F631;&#128561;
๐ŸคฏExploding HeadU+1F92F&#x1F92F;&#129327;
๐Ÿค”Thinking FaceU+1F914&#x1F914;&#129300;
๐Ÿ˜ตDizzy FaceU+1F635&#x1F635;&#128565;
๐ŸฅดWoozy FaceU+1F974&#x1F974;&#129396;
๐Ÿ˜•Confused FaceU+1F615&#x1F615;&#128533;
๐Ÿ˜ณFlushed FaceU+1F633&#x1F633;&#128563;
๐Ÿ˜Neutral FaceU+1F610&#x1F610;&#128528;
๐ŸคจFace with Raised EyebrowU+1F928&#x1F928;&#129320;
Comment