ODS and Base Reporting

Build reports by using ODS to create HTML, PDF, RTF, Excel, text reports and more!
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
SAS Super FREQ
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
SAS Super FREQ
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

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

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
  • 1823 views
  • 0 likes
  • 2 in conversation