Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
  </head>
  <body>
    <div class="container">
      <h2>Eur Glyph</h2>
      <p>Eur icon: <span class="glyphicon glyphicon-eur"></span></p>  
      <p>Eur icon as a link:
        <a href="#">
          <span class="glyphicon glyphicon-eur"></span>
        </a>
      </p>         
      <p>Eur icon on a button:
        <button type="button" class="btn btn-default btn-sm">
          <span class="glyphicon glyphicon-eur"></span> Eur
        </button>
      </p>   
      <p>Eur icon on a styled link button:
        <a href="#" class="btn btn-info btn-lg">
          <span class="glyphicon glyphicon-eur"></span> Eur
        </a>
      </p>     
      <p>Unicode:
        <span class="glyphicon">&#x20ac;</span>
      </p> 
    </div>
  </body>
<!-- Mirrored from www.w3schools.com/icons/tryit.asp?filename=trybs_ref_glyph_eur by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 05 Sep 2022 13:23:37 GMT -->
</html>