Friday, 15 July 2016

dom - HTML code for bold arrow symbol

I searched internet the maximum I can. But couldn't find the HTML code for the symbol attached below:



enter image description here



I need to use this in a anchor tag.

No comments:

Post a Comment

c++ - Does curly brackets matter for empty constructor?

Those brackets declare an empty, inline constructor. In that case, with them, the constructor does exist, it merely does nothing more than t...