<?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 attributes with subscript or superscript text? in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/adding-attributes-with-subscript-or-superscript/m-p/441020#M4815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Michael,&lt;/P&gt;&lt;P&gt;Dan helped me with this awhile back, and mine did work. If i put &lt;EM&gt;H &amp;lt;SUB&amp;gt;u&amp;lt;/SUB&amp;gt;BP&amp;lt;SUB&amp;gt;x&amp;lt;/SUB&amp;gt;, in the field&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;it &lt;STRONG&gt;did label&lt;/STRONG&gt; as "HuBPx" in the map, just looked like code in the table. ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jul 2018 19:18:31 GMT</pubDate>
    <dc:creator>petegillard</dc:creator>
    <dc:date>2018-07-17T19:18:31Z</dc:date>
    <item>
      <title>Adding attributes with subscript or superscript text?</title>
      <link>https://community.esri.com/t5/mapping-questions/adding-attributes-with-subscript-or-superscript/m-p/441012#M4807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there a way to add attributes in a feature class with subscript or superscript characters? It's geology 'stuff' with attributes like lsb'p'. where the 'p' is subscript. i know it can be done with labels, but am trying to add it in a feature class table.&lt;/P&gt;&lt;P&gt;Thanks in advance for any ideas,&lt;/P&gt;&lt;P&gt;Pete&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 14:51:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/adding-attributes-with-subscript-or-superscript/m-p/441012#M4807</guid>
      <dc:creator>petegillard</dc:creator>
      <dc:date>2018-02-15T14:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Adding attributes with subscript or superscript text?</title>
      <link>https://community.esri.com/t5/mapping-questions/adding-attributes-with-subscript-or-superscript/m-p/441013#M4808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In python 3.x... it is all Unicode, but you need to know your encoding codes&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="string token"&gt;"10{}"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'\u00B2'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="comment token"&gt;# superscript 2&lt;/SPAN&gt;

&lt;SPAN class="string token"&gt;'10²'&lt;/SPAN&gt;‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;A href="https://docs.python.org/3/howto/unicode.html" rel="nofollow noopener noreferrer" target="_blank"&gt;https://docs.python.org/3/howto/unicode.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/Unicode_subscripts_and_superscripts" rel="nofollow noopener noreferrer" target="_blank"&gt;https://en.wikipedia.org/wiki/Unicode_subscripts_and_superscripts&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But don't get excited ... it works in scripts when printing, but I will let you do a test in featureclass tables.&lt;/P&gt;&lt;P&gt;You can try the ALT number on your numeric keypad approach to get some of them&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 19:44:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/adding-attributes-with-subscript-or-superscript/m-p/441013#M4808</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T19:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Adding attributes with subscript or superscript text?</title>
      <link>https://community.esri.com/t5/mapping-questions/adding-attributes-with-subscript-or-superscript/m-p/441014#M4809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much,&lt;/P&gt;&lt;P&gt;but I couldn't get it to read it as 'code'. as a text field, it just calculated it verbatim.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 19:14:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/adding-attributes-with-subscript-or-superscript/m-p/441014#M4809</guid>
      <dc:creator>petegillard</dc:creator>
      <dc:date>2018-02-20T19:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Adding attributes with subscript or superscript text?</title>
      <link>https://community.esri.com/t5/mapping-questions/adding-attributes-with-subscript-or-superscript/m-p/441015#M4810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes,,, it won't appear until printed... try the ALT num pad&amp;nbsp; alt key, number sequence from your numeric key pad... ie ALT 248 is the degree sign&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 19:17:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/adding-attributes-with-subscript-or-superscript/m-p/441015#M4810</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-02-20T19:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Adding attributes with subscript or superscript text?</title>
      <link>https://community.esri.com/t5/mapping-questions/adding-attributes-with-subscript-or-superscript/m-p/441016#M4811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Actually, turns out&amp;nbsp;the &amp;lt;SUB&amp;gt; x&amp;lt;/SUB&amp;gt; format worked. It hadn't occurred to me that it would label properly, though not showing up in the table that way.................(?!)&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;Pete&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 19:47:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/adding-attributes-with-subscript-or-superscript/m-p/441016#M4811</guid>
      <dc:creator>petegillard</dc:creator>
      <dc:date>2018-02-20T19:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Adding attributes with subscript or superscript text?</title>
      <link>https://community.esri.com/t5/mapping-questions/adding-attributes-with-subscript-or-superscript/m-p/441017#M4812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also looking for an answer to this.&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;lt;SUB&amp;gt; x&amp;lt;/SUB&amp;gt; wont help me as it will make the whole attribute a subscript. I am looking for the attribute to retain its subscript / superscript properties. For example, I need to label points using chemical formulas that have both subscripts and superscripts... And these chemical formulas are in the attribute table of my shape/feature&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2018 15:28:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/adding-attributes-with-subscript-or-superscript/m-p/441017#M4812</guid>
      <dc:creator>MichaelHuber</dc:creator>
      <dc:date>2018-07-17T15:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding attributes with subscript or superscript text?</title>
      <link>https://community.esri.com/t5/mapping-questions/adding-attributes-with-subscript-or-superscript/m-p/441018#M4813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They won't stay in the table as superscripts and subscripts.&amp;nbsp; The best you can do is produce an html-like string so that it can be printed as such&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2018 17:31:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/adding-attributes-with-subscript-or-superscript/m-p/441018#M4813</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-07-17T17:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Adding attributes with subscript or superscript text?</title>
      <link>https://community.esri.com/t5/mapping-questions/adding-attributes-with-subscript-or-superscript/m-p/441019#M4814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was afraid of that... darn. I have far too much data to do it all manually though html or unicode.&lt;/P&gt;&lt;P&gt;Maybe ESRI will address that in a future version? As I know Arc is widely used among scientists and I can't be the only person with this issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for getting back to me Dan!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2018 18:59:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/adding-attributes-with-subscript-or-superscript/m-p/441019#M4814</guid>
      <dc:creator>MichaelHuber</dc:creator>
      <dc:date>2018-07-17T18:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Adding attributes with subscript or superscript text?</title>
      <link>https://community.esri.com/t5/mapping-questions/adding-attributes-with-subscript-or-superscript/m-p/441020#M4815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Michael,&lt;/P&gt;&lt;P&gt;Dan helped me with this awhile back, and mine did work. If i put &lt;EM&gt;H &amp;lt;SUB&amp;gt;u&amp;lt;/SUB&amp;gt;BP&amp;lt;SUB&amp;gt;x&amp;lt;/SUB&amp;gt;, in the field&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;it &lt;STRONG&gt;did label&lt;/STRONG&gt; as "HuBPx" in the map, just looked like code in the table. ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2018 19:18:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/adding-attributes-with-subscript-or-superscript/m-p/441020#M4815</guid>
      <dc:creator>petegillard</dc:creator>
      <dc:date>2018-07-17T19:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Adding attributes with subscript or superscript text?</title>
      <link>https://community.esri.com/t5/mapping-questions/adding-attributes-with-subscript-or-superscript/m-p/441021#M4816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to find an answer to my question if anyone else is having this issue:&amp;nbsp;&lt;A class="link-titled" href="https://gis.stackexchange.com/questions/289694/labeling-using-chemical-formulas-with-subscripts-and-a-mask-in-arcmap-10-6/294564#294564" title="https://gis.stackexchange.com/questions/289694/labeling-using-chemical-formulas-with-subscripts-and-a-mask-in-arcmap-10-6/294564#294564"&gt;https://gis.stackexchange.com/questions/289694/labeling-using-chemical-formulas-with-subscripts-and-a-mask-in-arcmap-10-…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2018 18:51:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/adding-attributes-with-subscript-or-superscript/m-p/441021#M4816</guid>
      <dc:creator>MichaelHuber</dc:creator>
      <dc:date>2018-09-04T18:51:40Z</dc:date>
    </item>
  </channel>
</rss>

