Horje
Some Other Entities Supported by HTML
© © © COPYRIGHT Try It
® ® ® REGISTERED Try It
EURO SIGN Try It
TRADEMARK Try It
LEFT ARROW Try It
UP ARROW Try It
RIGHT ARROW Try It
DOWN ARROW Try It
SPADE Try It
CLUB Try It
HEART Try It
 DIAMOND Try It

COPYRIGHT

© © © COPYRIGHT
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>HTML Entity Example</h1>

<h2>The copyright symbol: ©</h2>

</body>
</html>

Output should be:

COPYRIGHT

REGISTERED

® &#174; &reg; REGISTERED
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>HTML Entity Example</h1>

<h2>The registered symbol: ®</h2>

</body>
</html>

Output should be:

REGISTERED

EURO SIGN

&#8364; &euro; EURO SIGN
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>HTML Entity Example</h1>

<h2>The euro symbol: €</h2>

</body>
</html>

Output should be:

EURO SIGN

TRADEMARK

&#8482; &trade; TRADEMARK
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>HTML Entity Example</h1>

<h2>The trademark symbol: ™</h2>

</body>
</html>

Output should be:

TRADEMARK

LEFT ARROW

&#8592; &larr; LEFT ARROW
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>HTML Entity Example</h1>

<h2>The arrow-left symbol: ←</h2>

</body>
</html>

Output should be:

LEFT ARROW

UP ARROW

&#8593; &uarr; UP ARROW
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>HTML Entity Example</h1>

<h2>The arrow-up symbol: ↑</h2>

</body>
</html>

Output should be:

UP ARROW

RIGHT ARROW

&#8594; &rarr; RIGHT ARROW
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>HTML Entity Example</h1>

<h2>The arrow-right symbol: →</h2>

</body>
</html>

Output should be:

RIGHT ARROW

DOWN ARROW

&#8595; &darr; DOWN ARROW
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>HTML Entity Example</h1>

<h2>The arrow-down symbol: ↓</h2>

</body>
</html>

Output should be:

DOWN ARROW

SPADE

&#9824; &spades; SPADE
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>HTML Entity Example</h1>

<h2>The black-spade-suit symbol: ♠</h2>

</body>
</html>

Output should be:

SPADE

CLUB

&#9827; &clubs; CLUB
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>HTML Entity Example</h1>

<h2>The black-club-suit symbol: ♣</h2>

</body>
</html>

Output should be:

CLUB

HEART

&#9829; &hearts; HEART
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>HTML Entity Example</h1>

<h2>The black-heart symbol: ♥</h2>

</body>
</html>

Output should be:

HEART

DIAMOND

&#9830; &diams;  DIAMOND
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>HTML Entity Example</h1>

<h2>The black-diamond symbol: ♦</h2>

</body>
</html>

Output should be:

DIAMOND





Related Articles
What is HTML Symbols HTML Symbols
Some Mathematical Symbols Supported by HTML HTML Symbols
Some Greek Letters Supported by HTML HTML Symbols
Some Other Entities Supported by HTML HTML Symbols

Single Articles
COPYRIGHTHTML Symbols
REGISTEREDHTML Symbols
EURO SIGNHTML Symbols
TRADEMARKHTML Symbols
LEFT ARROWHTML Symbols
UP ARROWHTML Symbols
RIGHT ARROWHTML Symbols
DOWN ARROWHTML Symbols
SPADEHTML Symbols
CLUBHTML Symbols
HEARTHTML Symbols
DIAMONDHTML Symbols

Read Full:
HTML Symbols
Category:
Web Tutorial
Sub Category:
HTML Symbols
Uploaded:
1 year ago
Uploaded by:
Admin
Views:
73


Reffered: https://www.w3schools.com/html/html_symbols.asp

Share on: