HTML Entity List Unicode | HTML Char Codes Table | HTML Symbol Entities List

HTML Entity List Unicode - HTML Symbol Entities List - HTML Character Entities Example - HTML Char Codes Table

html entities

HTML Entities:

HTML Entities are the reserved characters or special characters that have some specific symbol codes for using in the webpages. HTML character entities that start from or with an ampersand (&) and ends with semicolon (;).

HTML Entity List Unicode or HTML character entities are used either with entity name (i.e. case sensitive) or with entity number. 

For e.g. 

&entity_name;
OR
&#entity_number;

HTML Char Codes Table


Characters Char Name Entity Name Entity Number
< less than &lt; &#60;
> greater than &gt; &#62;
& ampersand &amp; &#38;
  non-breaking space &nbsp; &#160;
¢ cent &cent; &#162;
" double quotation mark &quot; &#34;
' apostrophe (single quotation mark) &apos; &#39;
® registered trademark &reg; &#174;
euro &euro; &#8364;
© copyright &copy; &#169;
£ pound &pound; &#163;
¥ yen &yen; &#165;


Looking Forward:


For more details - HTML Entity List Unicode | HTML Symbol Entities List | HTML Character Entities Example | HTML Char Codes Table - Best Programming Videos on YouTube - EDUGYAN Channel




Post a Comment

0 Comments