- Which characters are available?
- Digits 0–9 fully covered in both. Letters: full lowercase for most, partial uppercase (some letters like q and f have no superscript in Unicode). The tool warns about gaps.
- Why not use HTML <sup>/<sub>?
- Unicode works in plain-text contexts where HTML doesn't — Twitter, terminals, emails. For web pages, use <sup>/<sub> for proper typography and better rendering control.
- Can I write H₂O with this?
- Yes — capital H, subscript 2, capital O. Useful for chemistry notation in plain-text docs.
- What about math notation?
- Simple cases (x², H₂O) yes. Complex expressions (fractions, integrals) need LaTeX or MathJax. Unicode covers the inline common stuff only.