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 SUMMATION

Some 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 EPSILON

Some 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 SUIT

Previous article: Entity in HTML

The following article: Character encoding in HTML (Charset)

4 ★ | 1 Vote

May be interested

  • Style properties in HTMLStyle properties in HTML
    the style attribute specifies the style for the html element.
  • Text in HTMLText in HTML
    the element in html is used to define a paragraph of text.
  • How to Create an X Bar Symbol in WordHow to Create an X Bar Symbol in Word
    this 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 HTMLHow to Use Text Color Tags in HTML
    this 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 text in HTML
    format elements in html help determine the style and importance of text.
  • Elements in HTMLElements in HTML
    the 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 WordHow to insert a book image in Word
    to insert a book image into word we will use the symbol entry in word.
  • Common HTML mistakes that you should avoid for better web programmingCommon HTML mistakes that you should avoid for better web programming
    learning 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 HTMLHow to insert spaces in HTML
    this 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 HTMLImage img in HTML
    when 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.