Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You need to use ISO-8859-1 / UTF-8 characters to accomplish inserting (in your case) a superscript 3.</p> <p>List of <a href="http://www.w3schools.com/tags/ref_entities.asp" rel="noreferrer">HTML ISO-8859-1 Reference</a> entities.</p> <p>For example in your <code>AndroidManifest.xml</code></p> <pre><code>&lt;application android:hardwareAccelerated="true" android:icon="@drawable/ic_launcher" android:label="Myapp³" &lt;!--or reference it from @string --&gt; </code></pre> <p>Or use the HTML entity <code>&amp;#xb3;</code> (hex) <code>&amp;#179;</code> (dec) somewhere in a String, like:</p> <pre><code>&lt;string name="app_name"&gt;Myapp&amp;#179;&lt;/string&gt; </code></pre> <h2>Small compilation of Unicode reference tables</h2> <p><a href="http://www.unicode.org/charts/" rel="noreferrer">Unicode 6.2 Character Code Charts</a></p> <ul> <li><a href="http://www.unicode.org/charts/PDF/U0080.pdf" rel="noreferrer">C1 Controls and Latin-1 Supplement</a> (ranges 0080-00FF where superscript resides)</li> <li><a href="http://www.unicode.org/charts/PDF/U2000.pdf" rel="noreferrer">General Punctuation</a></li> <li><a href="http://www.unicode.org/charts/PDF/U3000.pdf" rel="noreferrer">CJK Symbols and Punctuation</a></li> <li><a href="http://www.unicode.org/charts/PDF/UFE30.pdf" rel="noreferrer">CJK Compatibility Forms</a></li> <li><a href="http://www.unicode.org/charts/PDF/UFE50.pdf" rel="noreferrer">Small Form Variants</a></li> <li><a href="http://www.unicode.org/charts/PDF/UFF00.pdf" rel="noreferrer">Halfwidth and Fullwidth Forms</a></li> </ul> <p>(from wikipedia)</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload