<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Assigning a format to a unicode in title statement in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Assigning-a-format-to-a-unicode-in-title-statement/m-p/982347#M379305</link>
    <description>Yes indeed&lt;BR /&gt;The customer seeks a special character that is normal. Could be Arial or any normal font.&lt;BR /&gt;</description>
    <pubDate>Fri, 23 Jan 2026 06:38:26 GMT</pubDate>
    <dc:creator>mmohotsi</dc:creator>
    <dc:date>2026-01-23T06:38:26Z</dc:date>
    <item>
      <title>Assigning a format to a unicode in title statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Assigning-a-format-to-a-unicode-in-title-statement/m-p/982305#M379299</link>
      <description>&lt;P&gt;How can I assign a unicode the same font and and style as the title statement for a pdf report.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have this code to try the procedure. I need the UNICODE to have the same style font and color to the text in the title statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My code is as below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Data tsets;&lt;BR /&gt;input name $;&lt;BR /&gt;cards;&lt;BR /&gt;Carbon&lt;BR /&gt;Copper&lt;BR /&gt;Lithium&lt;BR /&gt;Arsenic&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ods escapechar='^';&lt;BR /&gt;%let home = 'C:\Users\mmohotsi\OneDrive - Rand Water\Desktop\Deleted';&lt;/P&gt;
&lt;P&gt;%let home = '&amp;lt;path&amp;gt;';&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ods pdf file="&amp;amp;home\report..pdf";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;title 'Improving special characters like ^{unicode 03C7} and ^{unicode 03BC}g/l and ^{unicode 03B3}';&lt;/P&gt;
&lt;P&gt;proc report data=tsets;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 07:59:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Assigning-a-format-to-a-unicode-in-title-statement/m-p/982305#M379299</guid>
      <dc:creator>mmohotsi</dc:creator>
      <dc:date>2026-01-22T07:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning a format to a unicode in title statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Assigning-a-format-to-a-unicode-in-title-statement/m-p/982309#M379300</link>
      <description>&lt;PRE&gt;Data tsets;
input name $;
cards;
Carbon
Copper
Lithium
Arsenic
;
run;


ods escapechar='^';
%let home = c:\temp ;

ods pdf file="&amp;amp;home\report.pdf";

title 'Improving special characters like&lt;STRONG&gt; ^{style [fontfamily=calibri fontweight=bold color=red]&lt;/STRONG&gt; ^{unicode 03C7}} and ^{unicode 03BC}g/l and ^{unicode 03B3}';

proc report data=tsets;
run;
ods pdf close;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1769072558620.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/112731iD5E751717C017173/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1769072558620.png" alt="Ksharp_0-1769072558620.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 09:02:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Assigning-a-format-to-a-unicode-in-title-statement/m-p/982309#M379300</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2026-01-22T09:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning a format to a unicode in title statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Assigning-a-format-to-a-unicode-in-title-statement/m-p/982333#M379303</link>
      <description>&lt;P&gt;Sounds like you need to find a FONT that has both the normal letters and also Greek mu and gamma.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-01-22 at 10.40.38 AM.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/112741i0D0D7BEE234162B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-01-22 at 10.40.38 AM.png" alt="Screenshot 2026-01-22 at 10.40.38 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 15:41:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Assigning-a-format-to-a-unicode-in-title-statement/m-p/982333#M379303</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2026-01-22T15:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning a format to a unicode in title statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Assigning-a-format-to-a-unicode-in-title-statement/m-p/982347#M379305</link>
      <description>Yes indeed&lt;BR /&gt;The customer seeks a special character that is normal. Could be Arial or any normal font.&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jan 2026 06:38:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Assigning-a-format-to-a-unicode-in-title-statement/m-p/982347#M379305</guid>
      <dc:creator>mmohotsi</dc:creator>
      <dc:date>2026-01-23T06:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning a format to a unicode in title statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Assigning-a-format-to-a-unicode-in-title-statement/m-p/982370#M379306</link>
      <description>&lt;P&gt;The default FONT used by SAS/Studio setup for SAS ODA makes the Greek characters the same as the Latin ones when I run your program.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-01-23 at 11.39.13 AM.png" style="width: 526px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/112753iB63E0E4E09FAFA9D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-01-23 at 11.39.13 AM.png" alt="Screenshot 2026-01-23 at 11.39.13 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Looks like that might be using TIMES as the FONT.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 16:40:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Assigning-a-format-to-a-unicode-in-title-statement/m-p/982370#M379306</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2026-01-23T16:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning a format to a unicode in title statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Assigning-a-format-to-a-unicode-in-title-statement/m-p/982469#M379342</link>
      <description>&lt;P&gt;I am still using Enterprise guide.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does this mean I cannot use a FONT of my choice?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 04:27:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Assigning-a-format-to-a-unicode-in-title-statement/m-p/982469#M379342</guid>
      <dc:creator>mmohotsi</dc:creator>
      <dc:date>2026-01-27T04:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning a format to a unicode in title statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Assigning-a-format-to-a-unicode-in-title-statement/m-p/982502#M379346</link>
      <description>&lt;P&gt;Read up on how ODS templates and styles work.&lt;/P&gt;
&lt;P&gt;You should be able to change the template or individual styles used.&amp;nbsp; Different templates might use different fonts.&lt;/P&gt;
&lt;P&gt;You can also override the font used by a template by setting a specific font using ODS style settings.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are the styles used by default in SAS ODA.&amp;nbsp; Perhaps you could try those?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-01-27 at 12.54.32 PM.png" style="width: 332px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/112803i61C20854C37AF20C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-01-27 at 12.54.32 PM.png" alt="Screenshot 2026-01-27 at 12.54.32 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 17:55:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Assigning-a-format-to-a-unicode-in-title-statement/m-p/982502#M379346</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2026-01-27T17:55:34Z</dc:date>
    </item>
  </channel>
</rss>

