Check out example codes for ". and # in html". It will help you in understanding the concepts better.
Code Example 1
<!DOCTYPE html>
<html>
<head>
<style>
.classname {
background-color: green;
color: white;
}
#idname {
background-color: pink;
color: white;
}
</style>
</head>
<body>
<div class="classname">I am green colour<div>
<div id="idname">I am pink colour</div>
</body>
</html>
Code Example 2
&entity_name;
OR
&#entity_number;
Code Example 3
&
Learn ReactJs, React Native from akashmittal.com