HTML Symbols

HTML Symbols

HTML Symbols

Mathematical, technical, currency and other symbols are not available on general keyboards, to solve this problem HTML provides an alternative option to add these symbols on the web page using HTML Symbols.

  • We can add these HTML symbols by entity name, decimal or hexadecimal reference.

Example:
<p>Sum symbol by entity name &sum;</p>

<p>Copyright symbol by entity name &copy;</p>

<p>Euro Currency symbol by entity name &euro;</p>
<!--By entity name-->
Run Code »
Example Explanation:

In the above, we have shown an example of HTML Symbols by using entity name.

Run the code to see the effect.

Example:
<p>Sum symbol by decimal number &#8721;</p>

<p>Copyright symbol by decimal number &#169;</p>

<p>Euro Currency symbol by decimal number &#8364;</p>
<!--By decimal number-->
Run Code »
Example Explanation:

In the above, we have shown an example of HTML Symbols by using decimal number.

Run the code to see the effect.

Example:
<p>Sum symbol by hexadecimal number &#x2211;</p>

<p>Cloud symbol by hexadecimal number &#2601;</p>

<p>Euro Currency symbol by hexadecimal number &#20AC;</p>
<!--By hexadecimal number-->
Run Code »
Example Explanation:

In the above, we have shown an example of HTML Symbols by using hexadecimal number.

Run the code to see the effect.

Click to get ALL Symbols Code




HTML Symbols in Hindi

Best Use:360p or more (480p or 720p)
×

Course Menu