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.
Here are some commonly used emojis and their Unicode codes:
😊
❤
🌟
🚀
👍
🎉
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: 👍
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! 🌍