Online: 22335
To add the different technical, mathematical symbols, we can use the HTML to create the symbols
<p>Left Arrow ←</p>
<p>Upward Arrow ↑</p>
<p>Right Arrow →</p>
<p>Downward Arrow ↓</p>
<p>Leftright Arrow ↔</p>
<p>UpDwown Arrow ↕</p>
<p>Northwest Arrow ↖</p>
<p>NorthEast Arrow↗</p>
<p>South west Arrow↙</p>
<p>Left wave Arrow ↜</p>
<p>Right wave Arrow ↝</p>
<p>Upwards Two headed Arrow↟</p>
<p>Downwards Arrow with tip leftwards ↵</p>
<p>Clockwise semicircle arrow ↷</p>
<p>Leftwards paired Arow ⇇</p>
<p>Leftright double Arrow With stroke ⇎</p>
<p>Leftwards Double Arrow ⇐</p>
<p>Rightwards triple Arow ⇛</p>
<p>Upwards right Arrow ⇧</p>
<p>Leftrightopened Arrow ⇿</p>
In the above code snippet we have defined the symbols of arrows using html, we are having the code as ← and if we go on increase the numbers we get different styles of the arrows
output
It is used to define the mathmatical symbols
<p>For All ∀</p>
<p>Complement ∁</p>
<p>Plus Minus ∓</p>
<p>Division slash;</p>
<p>Bullet opearator ∙</p>
<p>Parallel To ∥</p>
<p>Angle ∠</p>
<p>Logical And ∧</p>
<p>Logical OR ∨</p>
<p>Union ∪</p>
<p>Double integral ∬</p>
In the above code snippet we have defined the mathematical symbols , we have used the &# numbers to define the mathematical symbols
output

It is used to define the symbols of the currency of different states
<p>Indian currency symbol ₹</p>
<p>Euro currency sign ₠</p>
<p> Colon sign ₡</p>
<p>Cruziero sign ₢</p>
<p>French sign ₣</p>
<p>Lira Sign ₤</p>
<p>Mill sign ₥</p>
In the above code snippet we have defined the curremcy symbols of the different states using ₹ and differnet numbers to display the signs of the different states currency
output
