faslin_kosta.com

HTML Encoded Symbols


HTML
Ampersand in HTML
Symbols

HTML Encoded Symbols

In HTML, certain characters have special meanings and cannot be used directly in the text. To represent these characters, we use HTML entities or encoded symbols. These entities start with an ampersand (&) and end with a semicolon (;).

Common HTML Entities

Here are some commonly used HTML entities:

  • © - Represents the copyright symbol (©)
  • ® - Represents the registered trademark symbol (®)
  • & - Represents the ampersand symbol (&)
  • &lt; - Represents the less-than symbol (<)
  • &gt; - Represents the greater-than symbol (>)
  • &ldquo; - Represents the left double quotation mark (“)
  • &rdquo; - Represents the right double quotation mark (”)
  • &lsquo; - Represents the left single quotation mark (‘)
  • &rsquo; - Represents the right single quotation mark (’)
  • &mdash; - Represents the em dash (—)
  • &ndash; - Represents the en dash (–)
  • &hellip; - Represents the horizontal ellipsis (…)
  • &bull; - Represents the bullet point (•)
  • &trade; - Represents the trademark symbol (™)
  • &nbsp; - Represents a non-breaking space
  • &iexcl; - Represents the inverted exclamation mark (¡)
  • &iquest; - Represents the inverted question mark (¿)
&copy; &reg; &amp; &lt; &gt; &ldquo; &rdquo; &lsquo; &rsquo; &mdash; &ndash;
&hellip; &bull; &trade; &nbsp; &iexcl; &iquest;

© ® & < > “ ” ‘ ’ — – … • ™   ¡ ¿

Using HTML Entities

To use these entities in your HTML code, simply include them where you want the special character to appear. For example:

<p>Copyright &copy; 2025 Faslin Kosta. All rights reserved.</p>
<p>Welcome to the &ldquo;HTML Course 2025&rdquo;!</p>
<p>Use &amp; to represent the ampersand symbol.</p>
<p>Less than: &lt; and greater than: &gt;</p>
<p>Here is a bullet point: &bull; and an em dash: &mdash;</p>
<p>Non-breaking space: &nbsp; and inverted exclamation: &iexcl;</p>
<p>Inverted question: &iquest;</p>

Copyright © 2025 Faslin Kosta. All rights reserved.

Welcome to the “HTML Course 2025”!

Use & to represent the ampersand symbol.

Less than: < and greater than: >

Here is a bullet point: • and an em dash: —

Non-breaking space:   and inverted exclamation: ¡

Inverted question: ¿

author

About the author

Vasil Kostadinov

Software developer, specializing in React, Next.js and Astro for the frontend, as well as in Supabase and Strapi for the backend. Creates content in all shapes & sizes in his free time.