Sometimes we use some special characters on a web page like angular brackets, copyright symbols, trademark symbols, etc.
But there is a problem with HTML we can't use angular brackets directly because HTML takes them as a tag, if we use opening and closing angular brackets together it will affect our code. To solve this bug we will use HTML Entity
It starts with Ampersand (&) and should be closed with a semi-colon (;),
● - Non-breaking space
● < - Less than angular bracket
● > - Greater than angular bracket
● © - Copyright
● & - Ampersand
● ; - SemiColon
● ® - Registered
● ™ - Trademark
● @ - At the rate
● ☆ - Holo Star
● ★ - Filled Star
● ☎ - Phone
● ♂ - Male
● ♀ - Female
● ♥ - Heart
● ♠ - Spade
● ♣ - Club
● ♦ - Diamond
● ♪ - Tune
● ✓ - Check
There are so many symbols in HTML we can use them to add # after &