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

Hans design5 at softflow.co.uk
Mon Jan 5 04:37:16 CST 2009


Monday, January 5, 2009, 10:08:26 AM, Hans wrote:

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

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

should have read:

Like: x25BC = 9660

actually you don't need to convert the hex value to decimal,
you can use it straight, like this in your PV definition:

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

or you can use the code directly in the page, like

▼


  ~Hans




More information about the pmwiki-users mailing list