Online: 22785
We can use the symbols by using the codes in the HTML
<style>
body{
font-size:20px;
}
</style>
<h2 style="color:blue"><i>Symbols using their unicode values</i></h2>
<p>Umbrella ☂</p>
<p>Cloud ☁</p>
<p> Black star ★</p>
<p>White phone ☏</p>
<p>Black phone ☎</p>
<p>ballot box with x ☒</p>
<p> coffee cup ☕</p>
<p> umbrella with rain drops ☔</p>
<p>hand right ☛</p>
<p> face ☺</p>
<p> sun ☼</p>
<p>Moon ☽</p>
<p> Love ♥</p>
<p> Music ♬</p>
<p>Ash symbol ♯</p>
<p> black flag ⚑</p>
In the above code snippet we have defined the different symbols using their codes by using&#code to define the symbol
output
