Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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>
 
PREVIOUS NEXT
Tagged: #unicode #html
ADD COMMENT
Topic
Name
5+4 =