<?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 Inserting superscripts in string values? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Inserting-superscripts-in-string-values/m-p/873022#M344941</link>
    <description>&lt;P&gt;I notice many references out there showing how superscripts/subscripts can work for titles, labels, and footers.&amp;nbsp;But is there any way to make it work in string values?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods escapechar='^';
data superscripts;
  supc="BLABLABLA^{super c}";
  supd="BLABLABLA^{super d}";
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 30 Apr 2023 00:16:35 GMT</pubDate>
    <dc:creator>BigPete</dc:creator>
    <dc:date>2023-04-30T00:16:35Z</dc:date>
    <item>
      <title>Inserting superscripts in string values?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Inserting-superscripts-in-string-values/m-p/873022#M344941</link>
      <description>&lt;P&gt;I notice many references out there showing how superscripts/subscripts can work for titles, labels, and footers.&amp;nbsp;But is there any way to make it work in string values?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods escapechar='^';
data superscripts;
  supc="BLABLABLA^{super c}";
  supd="BLABLABLA^{super d}";
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 30 Apr 2023 00:16:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Inserting-superscripts-in-string-values/m-p/873022#M344941</guid>
      <dc:creator>BigPete</dc:creator>
      <dc:date>2023-04-30T00:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting superscripts in string values?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Inserting-superscripts-in-string-values/m-p/873024#M344942</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/33846"&gt;@BigPete&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the &lt;A title="UNICODE" href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/nlsref/p1s61kmqg61m29n109i6dz4ivkbw.htm" target="_blank" rel="noopener"&gt;UNICODE&lt;/A&gt; SAS Function&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; data _null_;
  str1=unicode("\u00AA");put str1=;          /* default */
 run;
 
 str1=ª&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I followed this link to lookup the values of the special/Unicode characters&amp;nbsp;&lt;A href="https://www.htmlsymbols.xyz/miscellaneous-symbols/subscript-and-superscript" target="_blank"&gt;https://www.htmlsymbols.xyz/miscellaneous-symbols/subscript-and-superscript&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Sun, 30 Apr 2023 01:16:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Inserting-superscripts-in-string-values/m-p/873024#M344942</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2023-04-30T01:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting superscripts in string values?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Inserting-superscripts-in-string-values/m-p/873152#M344994</link>
      <description>&lt;P&gt;wow I never knew of this function! thanks for sharing it!&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2023 12:37:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Inserting-superscripts-in-string-values/m-p/873152#M344994</guid>
      <dc:creator>tarheel13</dc:creator>
      <dc:date>2023-05-01T12:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting superscripts in string values?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Inserting-superscripts-in-string-values/m-p/873156#M344995</link>
      <description>I didn't know about it either till I searched it up &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;</description>
      <pubDate>Mon, 01 May 2023 12:51:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Inserting-superscripts-in-string-values/m-p/873156#M344995</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2023-05-01T12:51:41Z</dc:date>
    </item>
  </channel>
</rss>

