Check out example codes for "HTML Character Entities". It will help you in understanding the concepts better.
Code Example 1
&entity_name;
OR
&#entity_number;
Code Example 2
<
Code Example 3
This is a list of character entities (for HTML):
Result: Description: Entity Name: Entity Number:
| non-breaking space | |  
< | less than | < | <
> | greater than | > | >
& | ampersand | & | &
" | double quotation mark | " | "
' | single quotation mark (apostrophe) | ' | '
¢ | cent | ¢ | ¢
£ | pound | £ | £
¥ | yen | ¥ | ¥
€ | euro | € | €
© | copyright | © | ©
® | registered trademark | ® | ®
I hope this was helpful! :D
Learn ReactJs, React Native from akashmittal.com