Answers for "how do i insert an emoji in html"

1

emojis in html

<head> 
	<meta charset="UTF-8">
</head>

<p>&#128512;</p> <!-- 128512 Will Be a Smiley Face -->
<p>&#128525;</p> <!-- 128512 Will Be Heart Eyes Face-->
<p>&#128151;</p> <!-- 128512 Will Be a Heart -->
Posted by: Guest on February-13-2021

Code answers related to "how do i insert an emoji in html"

Browse Popular Code Answers by Language