0

I'm looking for the opposite code for ▾

Small triangle pointing upwards. Couldn't find it in any list.

This is a print screen of one of the answers below, they look a bit different. enter image description here

Alexandru R
  • 8,560
  • 16
  • 64
  • 98
  • 1
    If you google "html code Small triangle pointing upwards", the top 3 links would give you a solution... – Jan Legner May 15 '16 at 08:05
  • I did that. Did you find the solution if you're so sure? – Alexandru R May 15 '16 at 09:41
  • my top 3 links: http://stackoverflow.com/questions/2701192/character-for-up-down-triangle-arrow-to-display-in-html (see accepted answer), http://www.fileformat.info/info/unicode/char/25b2/index.htm, http://www.fileformat.info/info/unicode/char/25b4/index.htm - no offence, just pointing out – Jan Legner May 15 '16 at 23:53
  • Consider selecting one answer if it helped you: [What should I do when someone answers my question?](https://stackoverflow.com/help/someone-answers) –  May 24 '16 at 22:35

4 Answers4

0

With code ▲ or ▲

Want to know how I found it? I used my LaTeX editor TeXstudio. It unicode panel shows all symbols close to it, when you enter "x25b" or the symbol

BeniBela
  • 16,412
  • 4
  • 45
  • 52
0

▾ ▾ is U+25BE (BLACK DOWN-POINTING SMALL TRIANGLE), so what you want is U+25B4 (BLACK UP-POINTING SMALL TRIANGLE): ▴


http://r12a.github.io/uniview is my favourite tool for this.

Biffen
  • 6,249
  • 6
  • 28
  • 36
0

you can use this, &#9652 ▴ thanks

Fazj
  • 9
  • 2
0

I googled the string on your question adding "Unicode":

Small triangle pointing upwards unicode

and got this as the first link:

http://www.fileformat.info/info/unicode/char/25b4/index.htm

▴ (U+25B4)

HTML Entity (decimal) ▴

Or you can search for "up triangle" in this site, and get this page:

http://unicode-table.com/en/search/?q=up+triangle