[pmwiki-users] How to get a special character - a black triangle

Hans design5 at softflow.co.uk
Mon Jan 5 04:08:26 CST 2009


Monday, January 5, 2009, 9:22:38 AM, Randy Brown wrote:

> How do I make a black down-pointing triangle appear?

> I know how to get a checkmark: I just put in my config.php:
> $FmtPV['$Checkmark'] = "'✓'";

> and then use this markup: {$Checkmark}

> Apparently I can't just substitute the hex unicode (0X25BC) to get the
> triangl

convert the hex value to decimal.
Like #25BC = 9660

$FmtPV['$DownTriangle'] = "'▼'";


  ~Hans




More information about the pmwiki-users mailing list