This one seems to imply that 030 and 031 are up and down triangles.
(As bobince pointed out, this doesn't seem to be an ASCII standard)
FrustratedWithFormsDesigner
2010-04-23 18:56:12
This one seems to imply that 030 and 031 are up and down triangles.
(As bobince pointed out, this doesn't seem to be an ASCII standard)
No, there is not. Use an image.
Alternately, you can use UTF-8, not ASCII.
http://www.fileformat.info/info/unicode/block/geometric_shapes/utf8test.htm
▲
= ▲
Not ASCII (neither's ↑/↓), but Unicode:
▲ - U+25B2 BLACK UP-POINTING TRIANGLE
▼ - U+25BC BLACK DOWN-POINTING TRIANGLE
▲
and ▼
if you can't include Unicode characters directly. (Use UTF-8!)
Also ▴/▾ (U+25B4, U+25BE) for ‘SMALL’ versions, though font support isn't as good so you'd probably be better off just using the large versions in smaller font.