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