BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
BenConner
Pyrite | Level 9

Hi,

 

I have a template that uses the unicode 1F811B (heavy down arrow) outside a rectangle that gets drawn.  It is part of the Symbola font and I have to specify that for it to show up.  Example: 

 

 drawtext textattrs = (size = 10pt family = "Symbola" color = &dkblue. ) {unicode '1F81B'x} / ...;

 

The problem with this approach is when going to a PDF file, this font must be present on the viewing machine in order for the PDF file to render properly.  This isn't a universal font like Arial, so this will be a problem.

 

Is there a workaround to getting the down arrow to appear?  

 

This is being generated in Win 64 9.4 TS1M3.

 

Thanks!

 

--Ben

1 ACCEPTED SOLUTION

Accepted Solutions
Cynthia_sas
Diamond | Level 26
I recommend looking for your symbol in Arial Unicode MS http://www.fileformat.info/info/unicode/font/arial_unicode_ms/blockview.htm?block=arrows or in some other font like a Unicode. This site has an interesting breakdown of different arrow symbols http://xahlee.info/comp/unicode_arrows.html

cynthia

View solution in original post

2 REPLIES 2
Cynthia_sas
Diamond | Level 26
I recommend looking for your symbol in Arial Unicode MS http://www.fileformat.info/info/unicode/font/arial_unicode_ms/blockview.htm?block=arrows or in some other font like a Unicode. This site has an interesting breakdown of different arrow symbols http://xahlee.info/comp/unicode_arrows.html

cynthia
BenConner
Pyrite | Level 9
Hi Cynthia

Thanks so much for the quick reply. Those sites will indeed do. The Arial down arrow is hex 2193 and looks fine on the graph.

Much appreciated!

Ben

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 2035 views
  • 0 likes
  • 2 in conversation