Comment utiliser Unicode dans 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>
Santino