HTML TUTORIALS-
-Using Emojis in HTML Tag โ
Introduction-
๐นSimple HTML table showing different emoji examples along with their descriptions and HTML usage. This can help you understand how to incorporate emojis into your HTML content...
โ Example 1: Insert Emoji Directly in HTML:-
<p>Hello ๐, welcome to LearnToSAP!</p>
<p>😀 is the Unicode for ๐ (Grinning Face)</p>
Hello ๐, welcome to LearnToSAP!
😀 is the Unicode for ๐ (Grinning Face)
โ Example 2: Emojis in HTML:-
Emoji | Description | HTML Code |
---|---|---|
๐ | Grinning Face | 😀 |
๐ | Rocket | 🚀 |
โค๏ธ | Red Heart | ❤ |
๐ | Books | 📚 |
๐ | Earth Globe Europe-Africa | 🌍 |
๐ก | Light Bulb | 💡 |
๐ | Party Popper | 🎉 |