Done
- Wordgrinder uses ▲ ▼ and ▷ from
https://en.wikipedia.org/wiki/Geometric_Shapes_%28Unicode_block%29
- Rightwards one remapped to another graphics symbol for now.
+ Remapped to other graphics symbols for now.
- Lynx uses ↑ and ↓ from
https://en.wikipedia.org/wiki/Arrow_%28symbol%29#Unicode
and ▮ from Geometric Shapes
case 0x2010: /* Hyphen */
c = '-';
break;
+ case 0x25B2: /* Black up-pointing triangle */
+ c = 0x1FB6F;
+ break;
+ case 0x25BC: /* Black down-pointing triangle */
+ c = 0x1FB6D;
+ break;
case 0x25B7: /* White right-pointing triangle */
c = 0x1FB6C;
break;