Lessons
HTML
- HTML HOME
- HTML Introduction
- HTML Editors
- HTML Basic
- HTML Elements
- HTML Attributes
- HTML Headings
- HTML Paragraphs
- HTML Styles
- HTML Formatting
- HTML Quotations
- HTML Comments
- HTML Colors
- HTML CSS
- HTML Links
- HTML Images
- HTML Tables
- HTML Lists
- HTML Blocks
- HTML Classes
- HTML Id
- HTML Iframes
- HTML JavaScript
- HTML File Paths
- HTML Head
- HTML Layout
- HTML Responsive
- HTML Computercode
- HTML Entities
- HTML Symbols
- HTML Charset
- HTML URL Encode
- HTML XHTML
HTML5
HTML Graphics
HTML Media
HTML APIs
HTML Examples
HTML References
- HTML Tag List
- HTML Attributes
- HTML Events
- HTML Colors
- HTML Canvas
- HTML Audio/Video
- HTML Doctypes
- HTML Character Sets
- HTML URL Encode
- HTML Lang Codes
- HTML Messages
- HTML Methods
- PX to Em Converter
- Keyboard Shortcuts
HTML Forms
HTML Symbols
HTML Symbols
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 an HTML entity name.
If no entity name exists, you can use an entity number, a decimal, or hexadecimal reference.
Example
<p>I will display €</p>
<p>I will display €</p>
<p>I will display €</p>Will display as:
I will display ?
I will display ?
Some 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 |
Some Greek Letters 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 Other Entities 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 |