Answers for "* unicode html"

1

how to use unicode in html

<!DOCTYPE html>
<html>
<body>

<p>I will display &spades;</p>
<p>I will display &#9824;</p>
<p>I will display &#x2660;</p>

</body>
</html>
Posted by: Guest on March-01-2021

Browse Popular Code Answers by Language