2018-10-12 15:37:13 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								---
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								title: HTML Entities
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								---
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								# HTML Entities
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								## Overview
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								###	What are HTML Entities?
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								HTML entities are characters that are used to replace reserved characters in HTML or for characters that do not appear on your keyboard. Some characters are reserved in HTML. If you use the less than(< ) or greater than(>) signs in your text, the browser might mix them up with tags.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								###	What are they used for?
 
							 
						 
					
						
							
								
									
										
										
										
											2019-03-29 20:52:56 +01:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2018-10-12 15:37:13 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								As mentioned about HTML entities are used in order to replace reserved characters that are reserved by HTML.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								### How do you use them?
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								A character entity looks similar to this:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```html
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								<!--  format &[entity_name];  --> 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								<!--  example for a less - than sign (<)  --> 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								Or
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```html
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								<!--  &#[entity_number];  --> 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								<!--  example for a less - than sign (<)  --> 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								& #60 ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								```
							 
						 
					
						
							
								
									
										
										
										
											2019-03-29 20:52:56 +01:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2018-10-12 15:37:13 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								## Reference Guide
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2019-03-29 20:52:56 +01:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								This is by no means an exhaustive list but the links below will be able to give you more entities if the ones below do not work for your needs. Happy Coding.
							 
						 
					
						
							
								
									
										
										
										
											2018-10-12 15:37:13 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								| Character | Entity Name | Entity Number |	Description |
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								|-------|-----------|-----------|-------|
							 
						 
					
						
							
								
									
										
										
										
											2019-01-18 10:20:37 +07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								|       | `  `  | ` `    | Space |
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								|   !   | `!`   | `!`    | Exclamation mark |
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								|   "   |	`"`   | `"`    | Quotation mark |
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								|   #   |	`#`    | `#`    | Number sign |
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								|   $   | `$` | `$`    | Dollar sign |
							 
						 
					
						
							
								
									
										
										
										
											2018-10-12 15:37:13 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								|   ¢   | `¢`   | `¢`   | Cent sign |
							 
						 
					
						
							
								
									
										
										
										
											2019-03-29 20:52:56 +01:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								|   €   | `€`   | `€`  | Euro sign |
							 
						 
					
						
							
								
									
										
										
										
											2018-10-12 15:37:13 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								|   £   | `£`  | `£`   | GBP sign |
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								|   ¥   | `¥`    | `¥`   | Yen sign |
							 
						 
					
						
							
								
									
										
										
										
											2019-01-18 10:20:37 +07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								|   %   |	`%` | `%`    | Percent sign |
							 
						 
					
						
							
								
									
										
										
										
											2018-10-12 15:37:13 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								|   &    |	`&` 	  | `&`    | Ampersand |
							 
						 
					
						
							
								
									
										
										
										
											2019-01-18 10:20:37 +07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								|   '   | `'`   | `'`   	| Apostrophe |
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								|   (   | `(`   | `(`    | Opening/Left Parenthesis |
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								|    )  | `)`   | `)`    | Closing/Right Parenthesis |
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								|   *   | `*`    | `*`    | Asterisk |
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								|   +   | `+`   | `+`    | Plus sign|
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								|   ,   | `,`  | `,`   	| Comma |
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								|   -   |	`‐`   | `-`   	| Hyphen |
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								|   .   |	`.` | `.`   	| Period |
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								|   /   | `/`    | `/`   	| Slash |
							 
						 
					
						
							
								
									
										
										
										
											2018-10-12 15:37:13 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								|   ©   | `©`   | `©`   | Copyright |
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								|   ®   | `®`    | `®`   | Registered Trademark |
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								|   "   | `"`   | `"`    | double quotation mark |
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								|  `>`   |  `>`    | `>`    | Greater-than sign |
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								|  `<`   |  `<`    | `<`    | Less-than sign |
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								|  `•`   |  `•`    | `•`    | Bullet point |
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								#### More Information:
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								There are plenty of HTML entites references out there; some examples are:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								*  [Table of Entities - W3 ](https://dev.w3.org/html5/html-author/charref )
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								*  [W3 Schools ](https://www.w3schools.com/html/html_entities.asp )
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								*  [Freeformatter ](https://www.freeformatter.com/html-entities.html )