Creating non-standard HTML fractions

Wynnefield

New Member
i am in need of using several non-standard html fractions, such as 5/8, 7/8, etc. the &frac; function only handles several characters, as well as the ⊃/⊂, which pretty much only handles the same for superscripts and subscripts.

i have resulted to coding 6 5/8 and surrounding the "5/8" with a smaller size in the same typeface ... any other suggestions and/or html codes would be appreciated ... :confused:

thank you
 

websonalized

New Member
Did you try

¼ by using the HTML (sorry I used the html code and you could not see what you need to write so I will write the code you need to write with underscores; which means that you remove all underscores to get what you need to use)

&_frac_14;

another example:

¾ using html entity &_frac_34;

I hope this helps
 
Last edited:
Top