HTML Emojis - Detailed Overview

Introduction to HTML Emojis

Emojis are pictorial symbols that can be used to convey emotions, objects, and ideas. In HTML, you can use emojis directly by including them in your text or by using their Unicode values.

Common Emojis

Here are some commonly used emojis and their Unicode codes:

Examples

Here are some examples of how you can use emojis in HTML:

<p>Let's celebrate with a party emoji: 🎉</p>

Let's celebrate with a party emoji: 🎉

<p>Send a thumbs up: 👍</p>

Send a thumbs up: 👍

Using Emojis in HTML

To include an emoji in HTML, you can simply copy and paste the emoji character or use its Unicode code point. For example:

<p>Hello World! 🌍</p>

Hello World! 🌍