/    /  HTML Symbols

HTML Symbols

 

Many mathematical, technical, Some Important Symbols, and currency symbols that are not present on a normal keyboard. Use HTML entity’s names to add such symbols to an HTML page.

 

Example:

 

<!DOCTYPE html>      
       <html>          
       <body> 
        <h3>The Currency Symbols</h3>
        <p>This is Indian Rupee symbol <b>₹</b></p> 
        <p>This is Euro symbol <b>€</b></p>     
        <p> This is Dollar symbol <b>$</b></p> 
       </body>       
      </html>

 

OUTPUT:

 

HTML Symbols

 

Mathematical Symbols Supported by HTML:

 

HTML Symbols

 

Greek Symbols Supported by HTML:

 

HTML Symbols

 

 Important Symbols Supported by HTML:

 

HTML Symbols