Is there a way in HTML4 and/or CSS to do the following, but then correctly:
√¯¯¯¯¯¯φ·(2π−γ)
↑ ← ← ←
How can I move my expression to the left, under the ¯
symbols, such that they overlap eachother? Note: it should work on every font-size.
Thanks!
(My current code, thank you Matthew Jones(+1) for the text-decoration: overline
, lacks the scaling of sizes and correctly positioning the overline. That's why I edited this question, as ¯
does match in size & position in the Georgia font.)