<?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: Adding ≥, ≤ to a footnote in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Adding-to-a-footnote/m-p/873641#M345199</link>
    <description>&lt;P&gt;Hmmm, this seems to work for me in SAS 9.4. Do you have any more information about where it's not working?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;ods escapechar='/';
proc report data=sashelp.cars;
column make mpg_city;
define make / group ;
define mpg_city / analysis mean ;
footnote1 j=l font=arial "abbreviation /{unicode '2264'x\}"; 
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 03 May 2023 14:03:24 GMT</pubDate>
    <dc:creator>svh</dc:creator>
    <dc:date>2023-05-03T14:03:24Z</dc:date>
    <item>
      <title>Adding ≥, ≤ to a footnote</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-to-a-footnote/m-p/873490#M345128</link>
      <description>&lt;P&gt;I need to add the symbols&amp;nbsp;≥, ≤ to a footnote. Example of the footnote: "Abbreviation ≤" I tried this and didn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;ods escapechar='\';
footnote1 j=l font=arial "abbreviation \{unicode '2264'x\}"; &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 02 May 2023 21:37:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-to-a-footnote/m-p/873490#M345128</guid>
      <dc:creator>ANKH1</dc:creator>
      <dc:date>2023-05-02T21:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Adding ≥, ≤ to a footnote</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-to-a-footnote/m-p/873641#M345199</link>
      <description>&lt;P&gt;Hmmm, this seems to work for me in SAS 9.4. Do you have any more information about where it's not working?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;ods escapechar='/';
proc report data=sashelp.cars;
column make mpg_city;
define make / group ;
define mpg_city / analysis mean ;
footnote1 j=l font=arial "abbreviation /{unicode '2264'x\}"; 
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 May 2023 14:03:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-to-a-footnote/m-p/873641#M345199</guid>
      <dc:creator>svh</dc:creator>
      <dc:date>2023-05-03T14:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding ≥, ≤ to a footnote</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-to-a-footnote/m-p/873896#M345249</link>
      <description>&lt;P&gt;Thanks for responding. Still does not print the symbol. What it prints is "Abbreviations &amp;amp;#x'2264"X/;" I am using SAS studio.&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 15:15:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-to-a-footnote/m-p/873896#M345249</guid>
      <dc:creator>ANKH1</dc:creator>
      <dc:date>2023-05-04T15:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Adding ≥, ≤ to a footnote</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-to-a-footnote/m-p/873906#M345250</link>
      <description>&lt;P&gt;It seems SAS Studio handles this differently; when I just use the number, it prints.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;ods escapechar='^';
proc report data=sashelp.cars;
column make mpg_city;
define make / group ;
define mpg_city / analysis mean ;
footnote1 j=l font=arial "abbreviation ^{unicode 2264}";  
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 04 May 2023 15:38:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-to-a-footnote/m-p/873906#M345250</guid>
      <dc:creator>svh</dc:creator>
      <dc:date>2023-05-04T15:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Adding ≥, ≤ to a footnote</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-to-a-footnote/m-p/873912#M345252</link>
      <description>Great! That solved it for me. Thank you so much!</description>
      <pubDate>Thu, 04 May 2023 15:53:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-to-a-footnote/m-p/873912#M345252</guid>
      <dc:creator>ANKH1</dc:creator>
      <dc:date>2023-05-04T15:53:14Z</dc:date>
    </item>
  </channel>
</rss>

