Symbols that are not present on your keyboard can also be added by using entities.
HTML Symbol Entities
HTML entities were described in the previous chapter.
Many mathematical, technical, and currency symbols, are not present on a normal keyboard.
To add such symbols to an HTML page, you can use the entity name or the entity number (a decimal or a hexadecimal reference) for the symbol.
Example
Display the euro sign, €, with an entity name, a decimal, and a hexadecimal value:
<p>I will display €</p>
<p>I will display €</p>
<p>I will display €</p>
Will display as:
I will display €
I will display €
I will display €
I will display €
I will display €
Some Mathematical Symbols Supported by HTML
Char | Number | Entity | Description | Try it |
---|---|---|---|---|
∀ | ∀ | ∀ | FOR ALL | |
∂ | ∂ | ∂ | PARTIAL DIFFERENTIAL | |
∃ | ∃ | ∃ | THERE EXISTS | |
∅ | ∅ | ∅ | EMPTY SETS | |
∇ | ∇ | ∇ | NABLA | |
∈ | ∈ | ∈ | ELEMENT OF | |
∉ | ∉ | ∉ | NOT AN ELEMENT OF | |
∋ | ∋ | ∋ | CONTAINS AS MEMBER | |
∏ | ∏ | ∏ | N-ARY PRODUCT | |
∑ | ∑ | ∑ | N-ARY SUMMATION |
1 Comments
Some Mathematical Symbols Supported by HTML good it was
ReplyDelete