asp.net - down arrow in HTML -


here code right arrow in html (») , looks ».like other html code down arrow , arrow?

here nice list of named entities: http://en.wikipedia.org/wiki/list_of_xml_and_html_character_entity_references

the numbers unicode code points, them there: http://unicode.org/charts/

so, example, down arrow ↓ (↓) , arrow ↑ (↑). also, left arrow , right arrow ← , →.


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -