How do you add symbols to HTML pages?

Its quite easy to add in symbols to a webpage you own. The tricky/hard part is knowing the decimal reference for different symbols.

You can find a list of symbols at https://www.w3schools.com/charsets/ref_utf_misc_symbols.asp and their corresponding decimal values.

Simply choose the the symbol you want to use and put it inbetween the <p></p> values.

Here is some sample code below.

<p>I will display & #9757;</p>