Loading

Emoji

  • Emojis are small face-like structures we use to express our emotions.
  • These are characters from the UTF-8 character set.

Syntax:

<meta charset="UTF-8">
 &#128512

Example:

<!DOCTYPE html>
<html>

<head>
    <meta charset="UTF-8">
    <title>Favicon</title>
</head>

<body>
    <H1>Emojis Example</H1>
    <p>laughing emoji &#128512</p>
</body>

</html>

Output: