JavaScript Tutorial

HTML Symbols

Symbols are an important part of web and application development, and HTML provides a variety of symbols that can be used, including mathematical, physics, technical, and currency symbols. To use a set of these symbols in webpage development, an HTML entity name should be used. If an entity name is not available, symbols in HTML can be used with an entity number in decimal or hexadecimal form. This includes mathematical operators, arrows, shapes, and some technical symbols that are not available on the keyboard.

HTML Mathematical Symbols

Below are mathematical symbols supported by HTML:-

Char

Number

Entity

Description

∀

∀

FOR ALL

∂

∂

PARTIAL DIFFERENTIAL

∃

∃

THERE EXISTS

∅

∅

EMPTY SETS

∇

∇

NABLA

∈

∈

ELEMENT OF

∉

∉

NOT AN ELEMENT OF

∋

∋

CONTAINS AS MEMBER

∏

∏

N-ARY PRODUCT

∑

∑

N-ARY SUMMATION

∀

∀

FOR ALL

∂

∂

PARTIAL DIFFERENTIAL

∃

∃

THERE EXISTS

∅

∅

EMPTY SETS

∇

∇

NABLA

∈

∈

ELEMENT OF

∉

∉

NOT AN ELEMENT OF

∋

∋

CONTAINS AS MEMBER

∏

∏

N-ARY PRODUCT

∑

∑

N-ARY SUMMATION

HTML Greek Symbols

Below are greek symbols supported by HTML:-

Char

Number

Entity

Description

Α

Α

Α

GREEK CAPITAL LETTER ALPHA

Β

Β

Β

GREEK CAPITAL LETTER BETA

Γ

Γ

Γ

GREEK CAPITAL LETTER GAMMA

Δ

Δ

Δ

GREEK CAPITAL LETTER DELTA

Ε

Ε

Ε

GREEK CAPITAL LETTER EPSILON

Ζ

Ζ

Ζ

GREEK CAPITAL LETTER ZETA

Some Important HTML Symbols

The other important symbols supported by HTML:-

Char

Number

Entity

Description

©

©

©

COPYRIGHT SIGN

®

®

®

REGISTERED SIGN

€

€

EURO SIGN

™

™

TRADEMARK

←

←

LEFTWARDS ARROW

↑

↑

UPWARDS ARROW

→

→

RIGHTWARDS ARROW

↓

↓

DOWNWARDS ARROW

♠

♠

BLACK SPADE SUIT

♣

♣

BLACK CLUB SUIT

♥

♥

BLACK HEART SUIT

♦

♦

BLACK DIAMOND SUIT

Go back to Previous Course