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">
😀
Example:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Favicon</title>
</head>
<body>
<H1>Emojis Example</H1>
<p>laughing emoji 😀</p>
</body>
</html>
Output: