Below is a list of common HTML entities and their meanings that you might need when adding code snippets or displaying Joomla module positions, such as:

{loadposition position-name}
Result Description Entity Name Entity Number
non-breaking space    
< less than &lt; &#60;
> greater than &gt; &#62;
& ampersand &amp; &#38;
" double quotation mark &quot; &#34;
' single quotation mark (apostrophe) &apos; &#39;
¢ cent &cent; &#162;
£ pound &pound; &#163;
¥ yen &yen; &#165;
euro &euro; &#8364;
© copyright &copy; &#169;
® registered trademark &reg; &#174;
{ opening curly brace &#x7B; &#123;
} closing curly brace &rcub; &#125;
§ section &sect; &#167;
paragraph &para; &#182;
× multiplication &times; &#215;
÷ division &divide; &#247;
± plus-minus &plusmn; &#177;
° degree &deg; &#176;
µ micro &micro; &#181;
bullet &bull; &#8226;
per mille &permil; &#8240;
dagger &dagger; &#8224;
double dagger &Dagger; &#8225;
minus &minus; &#8722;
trademark &trade; &#8482;
infinity &infin; &#8734;
left arrow &larr; &#8592;
right arrow &rarr; &#8594;
up arrow &uarr; &#8593;
down arrow &darr; &#8595;
α alpha &alpha; &#945;
β beta &beta; &#946;
π pi &pi; &#960;
Σ summation &sum; &#931;
intersection &cap; &#8745;
union &cup; &#8746;
less than or equal to &le; &#8804;
greater than or equal to &ge; &#8805;
not equal &ne; &#8800;
approximately equal &asymp; &#8776;
partial differential &part; &#8706;
nabla &nabla; &#8711;
square root &radic; &#8730;
integral &int; &#8747;
overline &oline; &#8254;
| vertical bar &vert; &#124;