Symbol - Icon in HTML
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
May be interested
- Style properties in HTMLthe style attribute specifies the style for the html element.
- Text in HTMLthe element in html is used to define a paragraph of text.
- How to Create an X Bar Symbol in Wordthis post teaches you how to insert the x-bar statistical symbol into a microsoft word document. open microsoft word. you'll find it in the microsoft office area of your start menu.
- How to Use Text Color Tags in HTMLthis article explains how to change the font color in html documents. although the html style tag is obsolete in html5, you can use css to color content on an html page. if you use an older version of html, you can use the html text color tag as needed.
- Format text in HTMLformat elements in html help determine the style and importance of text.
- Elements in HTMLthe html element usually goes in pairs, including the opening tag, closing tag, and the content inside the two tags.
- How to insert a book image in Wordto insert a book image into word we will use the symbol entry in word.
- Common HTML mistakes that you should avoid for better web programminglearning html is not difficult, but when running it in the browser, errors often occur. here are common html errors and how to handle them for better web development.
- How to insert spaces in HTMLthis tutorial explains how to insert spaces and line breaks in html. because no matter how many times you type a space, html will display a space so to insert more than one space, you will need to use the html tag.
- Image img in HTMLwhen you visit the website, you will often see images of all sizes and positions on the page. images in html web pages will help to enrich the content as well as increase the aesthetics of the page.