Overline is popular text attribute in datasheets. Can be done with CSS: ```css o { text-decoration: overline; } ``` ```html <o>WR</o> ``` missing from markdown CSS can be added as "combining overline" unicode caracter: `̅`
Overline is popular text attribute in datasheets.
Can be done with CSS:
missing from markdown CSS
can be added as "combining overline" unicode caracter:
̅