-
Hajipur, Bihar, 844101
Hajipur, Bihar, 844101
HTML5 Basics
HTML Introduction
HTML Editors
HTML Basic
HTML Elements
HTML Attributes
HTML Headings
HTML Paragraphs
HTML Styles
HTML Formatting
HTML Quotations
HTML Comments
HTML Styling and Design
HTML Links and Media
HTML Layout and Structure
HTML Tables
HTML Lists
HTML Block & Inline
HTML Div
HTML Classes
HTML Id
HTML Head
HTML Layout
HTML Responsive
HTML Computercode
HTML Semantics
HTML Forms
HTML Forms
HTML Form Attributes
HTML Form Elements
HTML Input Types
HTML Input Attributes
Input Form Attributes
HTML Graphics
HTML APIs
HTML Advanced Topics
HTML Symbols refer to special characters or icons that are commonly used in web pages to represent things like arrows, mathematical symbols, currency signs, and other icons that aren't part of the standard keyboard characters.
You use HTML entities or Unicode to display these symbols in HTML.
You can add symbols using:
Named entities: e.g., ♥
for ♥
Numeric entities: e.g., ♥
for ♥
Hexadecimal entities: e.g., ♥
for ♥
Symbol | Name | Named Entity | Decimal Code | Hex Code |
---|---|---|---|---|
♥ | Heart | ♥ |
♥ |
♥ |
→ | Right Arrow | → |
→ |
→ |
← | Left Arrow | ← |
← |
← |
↑ | Up Arrow | ↑ |
↑ |
↑ |
↓ | Down Arrow | ↓ |
↓ |
↓ |
™ | Trademark | ™ |
™ |
™ |
£ | Pound Sterling | £ |
£ |
£ |
¥ | Yen | ¥ |
¥ |
¥ |
§ | Section | § |
§ |
§ |
¶ | Paragraph | ¶ |
¶ |
¶ |
<p>I ♥ coding!</p>
<p>Go to the next page →</p>
<p>Trademark symbol: ™</p>
<p>Currency symbols: £, ¥</p>
<p>Use arrows: ← ↑ ↓</p>
Q1. Write HTML to display a heart symbol.
Q2. Use the right arrow symbol to indicate navigation.
Q3. Display the trademark symbol after a brand name.
Q4. Show currency symbols like Pound and Yen in a price list.
Q5. Use up, down, left, and right arrows in a navigation menu.
Q6. Write HTML to display paragraph (§) and section (§) symbols.
Q7. Display the copyright symbol along with trademark symbols.
Q8. Use numeric codes to display the yen and pound symbols.
Q9. Create a list with multiple HTML symbols used as bullet points.
Q10. Combine arrows and symbols to design a simple navigation hint.
HTML5 Basics
HTML Introduction
HTML Editors
HTML Basic
HTML Elements
HTML Attributes
HTML Headings
HTML Paragraphs
HTML Styles
HTML Formatting
HTML Quotations
HTML Comments
HTML Styling and Design
HTML Links and Media
HTML Layout and Structure
HTML Tables
HTML Lists
HTML Block & Inline
HTML Div
HTML Classes
HTML Id
HTML Head
HTML Layout
HTML Responsive
HTML Computercode
HTML Semantics
HTML Forms
HTML Forms
HTML Form Attributes
HTML Form Elements
HTML Input Types
HTML Input Attributes
Input Form Attributes
HTML Graphics
HTML APIs
HTML Advanced Topics