HTML Symbols | Character codes

HTML Symbols, Character codes, Entities, Charset. Symbols, Characters to be used in HTML are one of the most vital parts of web evolution or in the application development process. There are many types of symbols to be used in HTML like scientific, physics, special, and currency symbols. So to use a set of these varieties of symbols in the webpage development, an HTML entity name is to be used.

If there is no entity name is possible then symbols in HTML can be used with entity numbers which is in the form of decimal or hexadecimal. It includes mathematical operators, arrows, shapes, and some technical symbols which are not available on the keyboard.

HTML Symbols, Character codes, Entities.

List of Symbols Numbers, with their Examples.

SymbolsNumberDescription
¿&#191<p>Inverted Question mark &#191</p>
& #182<p>Paragraph using & #182</p>
µ&#181<p>Micro Symbol is displayed &#181</p>
± &#177<p>Symbol sign &#177 </p>
°&#176<p>Degree sign &#176 </p>
&#9830<p>Symbol for Black Diamond &#9830 </p>
♥ &#9829<p>Symbol for Black Heart &#9829 </p>
&#9827<p>Symbol for Black Cclub &#9827 </p>
&#9824<p>Symbol for Black Spade &#9824  </p>
&#8595<p>Downarrow using &#8595 </p>
&#8593<p>Up Arrow using &#8593 </p>
&#8594<p>Right Arrow using &#8594  </p>
&#8592<p>Left Arrow using &#8592 </p>
&#8382<p>Trademark symbol using &#8382</p>
®&#174<p>Registered sign is using symbol &#174</p>
©&#169<p>Copywrite sign using &#169</p>
&#8711<p>Symbol Nabla &#8711</p>
&#8721<p> Symbol N-ARY Summation &#8721</p>
&#8719<p> Symbol N-ARY Product &#8719</p>
&#8715<p> Symbol Contains as Member &#8715</p>
&#8713<p> Symbol not an element &#8713</p>
&#8712<p> Symbol elements of &#8712</p>
&#8704<p> Symbol all contents using &#8704  </p>
&#8709<p> Symbol empty set &#8709</p>
×&#215<p>Multiplication sign &#215  </p>
÷&#247<p>Division done with symbol &#247 </p>
½&#189<p>Half part can be using symbol &#189 </p>
¾&#190<p>Three Fourth part can be using symbol &#190 </p>
¼&#188<p>One fourth part can be using symbol &#188  </p>

You can check them out by using any editor. Simply copy the description and run. like this.

<p>INVERTED Question mark &#191</p>

Conclusion

These can be typed with the help of the entity value. There are multiple symbols like operators, arrows, technical symbols and shapes, Greek, and some other special symbols which are executed above with an example.

Leave a Reply

Your email address will not be published. Required fields are marked *