Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unicode symbol that represent "download" [closed]

Tags:

unicode

I'm searching for a Unicode char that I can use to symbolize downloads. This is one (U+2B07) looks quite good, but it doesn't seem to be available in default fonts: http://www.fileformat.info/info/unicode/char/2b07/browsertest.htm

Does anyone have an alternative?

like image 555
spoekes Avatar asked Oct 24 '12 09:10

spoekes


People also ask

How do I type the Unicode symbol?

Inserting Unicode characters To insert a Unicode character, type the character code, press ALT, and then press X. For example, to type a dollar symbol ($), type 0024, press ALT, and then press X. For more Unicode character codes, see Unicode character code charts by script.

What is an example of a Unicode character?

The code point is a unique number for a character or some symbol such as an accent mark or ligature. Unicode supports more than a million code points, which are written with a "U" followed by a plus sign and the number in hex; for example, the word "Hello" is written U+0048 U+0065 U+006C U+006C U+006F (see hex chart).

What is the last character in Unicode?

Unicode is a character set. It is a superset of all the other character sets. In the version 6.0, Unicode has 1,114,112 code points (the last code point is U+10FFFF).


1 Answers

Check this site out. You might find what you need. http://www.alanwood.net/unicode/arrows.html

For example this: ⇓

Although an image would be a better solution in my oppinion.

like image 180
xray1986 Avatar answered Oct 17 '22 11:10

xray1986