Sometimes, we want to display a reload symbol in HTML without loading an image.
In this article, we’ll look at how to display a reload symbol in HTML without loading an image.
How to display a reload symbol in HTML without loading an image?
To display a reload symbol in HTML without loading an image, we use HTML entities.
For instance, we write
<span class="reload">↻</span>
to add the ↻
HTML entity to add the reload symbol onto the page.
Conclusion
To display a reload symbol in HTML without loading an image, we use HTML entities.