Wireless Army
This is a blog / tips and tricks website for web developers and security researchers.
follow us in feedly


How to type symbols in a html file
by admin
 at 2018-01-07 06:12:00.

here is a list of most used symbols in html
Symbol Description Entity Name Number Code
" quotation mark " "
' apostrophe  ' '
& ampersand & &
< less-than &lt; &#60;
> greater-than &gt; &#62;
© copyright &copy; &#169;
¬ negation &not; &#172;
trademark &trade; &#8482;
° degree &deg; &#176;
½ fraction 1/2 &frac12; &#189;
¼ fraction 1/4 &frac14; &#188;
¾ fraction 3/4 &frac34; &#190;
× multiplication &times; &#215;
÷ division &divide; &#247;