How to find the unicode of the subscript alphabet? The stance of the Unicode consortium on this is that if you need arbitrary superscript or subscript, then use markup or other higher-level mechanisms Kevin: The Unicode ranges have no bearing on whether the characters are the same size and position
Producing subscripts in R markdown - Stack Overflow I don't think so - the markdown package (which R markdown uses) has a 'superscript' markdown extension enabled, but I didn't recall a 'subscript' one Since the intended output is HTML you could embed the HTML directly (text<sub>superscript< sub>) but that's not ideal for a markdown document There certainly exist extensions for subscripts in markdown, but I am not sure how the R markdown
Superscript in markdown (Github flavored)? - Stack Overflow This gives us new way to render arbitrary text as superscript or subscript in GitHub flavoured Markdown, and it works quite well LaTeX expressions are delineated by $$ for blocks or $ for inline expressions In LaTeX you indicate superscript with the ^ and subscript with _ Curly braces ({ and }) can be used to group characters