Symbol - Icon in HTML
HTML has many mathematical, technical and monetary symbols that cannot be used to write.
Entities in HTML are presented in the previous lesson. HTML has many mathematical, technical and monetary symbols that cannot be used to write. To add these icons to an HTML page, you will need to use the entity name. If there is no name, use the entity number or decimal and hexadecimal references.
Eg
This is the euro
This is the euro
This is the euro
Will be displayed as:
This is the euro
This is the euro
This is the euro
Some math symbols are supported in HTML:
Symbol Number Entity Description ∀ ∀ ∀ FOR ALL ∂ DI ∂ PARTIAL DIFFERENTIAL ∃ ∃ THERE EXISTS ∅ ∅ ∅ EMPTY SETS ∇ ∇ ∇ NABLA ∈ ∈ ∈ ELEMENT OF ∉ ∉ ∉ NOT AN ELEMENT OF ∋ ∋ ∋ CONTAINS AS MEMBER ∏ ∏ ∏ N-ARY PRODUCT ∑ ∑ ∑ N-ARY SUMMATIONSome Greek letters are supported in HTML:
Character Number Description tả ALP Α GREEK CAPITAL LETTER ALPHA REE Β Β GREEK CAPITAL LETTER BETA Δ Δ Δ GREEK CAPITAL LETTER DELTA Ε Ε Ε GREEK CAPITAL LETTER EPSILON Ζ Ζ GREEK CAPITAL LETTER EPSILONSome other entities are supported in HTML:
Character Number Entity Description © © © COPYRIGHT SIGN ® ® REGISTERED SIGN € € EURO SIGN ™ ™ TRADEMARK ← ← ← LEFTWARDS ARROW ↑ ↑ ↑ UPWARDS ARROW → → → RIGHTWARDS ARROW ↓ ↓ ↓ DOWNWARDS ARROW ♠ ♠ ♠ BLACK SPADE SUIT ♣ ♣ ♣ BLACK CLUB SUIT ♥ ♥ HEART SUIT ♥ ♦ ♦ ♦ BLACK DIAMOND SUITPrevious article: Entity in HTML
The following article: Character encoding in HTML (Charset)
4 ★ | 1 Vote
You should read it
- HTML Entities - Entity characters in HTML
- Introduction to HTML
- 5 steps to learn a dynamic HTML web component profile
- Basic examples of HTML
- Paths in HTML
- eQuiz - Multiple choice test on HTML knowledge
- HTML form
- Why write neat and organized HTML?
- Elements in HTML
- Style properties in HTML
- Text in HTML
- Format text in HTML