Answers for "html unicode icon"

2

html unicode info icon

CHAR	NUMBER		HEX CODE	ENTITY		DESCRIPTION
ⓘ	    ⓘ	    ⓘ    n/a         Circled Latin Small Letter I
Posted by: Guest on June-13-2021
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