Home » HTML » HTML Symbols

HTML Symbols Code - Code for HTML degree symbol

Our keyboards doesn't have lot of symbols like copyright, degree symbol, etc. To solve this problem HTML symbol codes were introduced. HTML symbol codes are unique codes associated with each symbol.

If you enter these codes then the browser will display the symbol in place of the code.

One symbol can have mutiple codes based on different coding schemes like HEX code, HTML code, unicode or HTML entity. Out of all these HTML entity codes are easier to remember as they use meaningful alphabets like © for copyright symbol.

HTML Symbols code example


<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title> HTML Symbol Code </title>
</head>
<body>
<p>I will display €</p>
<p>I will display €</p>
<p>I will display €</p>
</body>
</html>

Output

HTML Symbol Code

I will display €

I will display €

I will display €


Important Symbols codes list in HTML

Char Number Entity Description
© &#169; &copy; COPYRIGHT SIGN
° &#176; &deg; DEGREE SYMBOL
® &#174; &reg; REGISTERED SIGN
&#8364; &euro; EURO SIGN
&#8482; &trade; TRADEMARK
&#8592; &larr; LEFTWARDS ARROW
&#8593; &uarr; UPWARDS ARROW
&#8594; &rarr; RIGHTWARDS ARROW
&#8595; &darr; DOWNWARDS ARROW
&#9824; &spades; BLACK SPADE SUIT
&#9827; &clubs; BLACK CLUB SUIT
&#9829; &hearts; BLACK HEART SUIT
&#9830; &diams; BLACK DIAMOND SUIT

Mathematical Symbols Supported in HTML

Char Number Entity Description
&#8704; &forall; FOR ALL
&#8706; &part; PARTIAL DIFFERENTIAL
&#8707; &exist; THERE EXISTS
&#8709; &empty; EMPTY SETS
&#8711; &nabla; NABLA
&#8712; &isin; ELEMENT OF
&#8713; &notin; NOT AN ELEMENT OF
&#8715; &ni; CONTAINS AS MEMBER
&#8719; &prod; N-ARY PRODUCT
&#8721; &sum; N-ARY SUMMATION

Greek Letters Supported by HTML

Char Number Entity Description
Α &#913; &Alpha; GREEK CAPITAL LETTER ALPHA
Β &#914; &Beta; GREEK CAPITAL LETTER BETA
Γ &#915; &Gamma; GREEK CAPITAL LETTER GAMMA
Δ &#916; &Delta; GREEK CAPITAL LETTER DELTA
Ε &#917; &Epsilon; GREEK CAPITAL LETTER EPSILON
Ζ &#918; &Zeta; GREEK CAPITAL LETTER ZETA

Browser Support

Element
Microsoft Edge browser.png Edge
Chrome browser.png Chrome
Firefox browser.png Firefox
Opera browser.png Opera
safari browser.png Safari
<button>
Yes
Yes
Yes
Yes
Yes











Follow Us: