예, 유로의 유니코드 문자(예:"20AC"를 사용하여 인쇄하십시오.
예시
다음 코드를 실행하여 유로 문자를 인쇄할 수 있습니다. -
라이브 데모
<!DOCTYPE html> <html> <body> <script> alert("\u20AC"); document.write("\u20AC"); </script> <p>Printing the Euro sign above.</p> </body> </html>
예, 유로의 유니코드 문자(예:"20AC"를 사용하여 인쇄하십시오.
다음 코드를 실행하여 유로 문자를 인쇄할 수 있습니다. -
라이브 데모
<!DOCTYPE html> <html> <body> <script> alert("\u20AC"); document.write("\u20AC"); </script> <p>Printing the Euro sign above.</p> </body> </html>