$(document).ready(
  function() {
    $("span.euro_sign").text("€");
  }
);

