1<head>
2 <meta charset="UTF-8">
3</head>
4
5<p>😀</p> <!-- 128512 Will Be a Smiley Face -->
6<p>😍</p> <!-- 128512 Will Be Heart Eyes Face-->
7<p>💗</p> <!-- 128512 Will Be a Heart -->
1<head>
2<meta charset="UTF-8">
3</head>
4<body>
5
6<h1>Your first Emoji with HTML</h1>
7
8<p>😀</p>
9
10</body>
11</html>