admin管理员组

文章数量:1289951

We are trying to display 3/16" in the text on a wordpress website but are unable to show this in the same format as other fractions like ½ or ¼. We have a measurement to write into text of 1 3/16" but want this to appear like ½ or ¼.

Thanks

We are trying to display 3/16" in the text on a wordpress website but are unable to show this in the same format as other fractions like ½ or ¼. We have a measurement to write into text of 1 3/16" but want this to appear like ½ or ¼.

Thanks

Share Improve this question asked Jul 15, 2021 at 13:51 PatrickPatrick 211 bronze badge 1
  • 2 <sup>3</sup>⁄<sub>16</sub> see e.g. stackoverflow/questions/7525977/… – birgire Commented Jul 15, 2021 at 14:10
Add a comment  | 

1 Answer 1

Reset to default 2

We can paste <sup>3</sup>⁄<sub>16</sub> into the visual editor

or write the HTML in the code editor:

<!-- wp:paragraph -->
<p>Testing <sup>3</sup>⁄<sub>16</sub> fraction</p>
<!-- /wp:paragraph -->

or use the subscript and superscript on the text paragraph selections in the visual editor:

本文标签: Displaying fractions in text