`\textsterling` is italic in textcomp package
Issue Summary
By default \textsterling is italic: $\textsterling1\approx\textdollar1.26$
I note that most currency symbols are upright by default: $\textyen\ \textdollar$
italic in LaTeX:
{\it\textsterling} 1
default in LaTeX:
\textsterling 1 or \pounds 1
Supporting information:
- Please supply a link to a (live) minimal example page: https://jsbin.com/donirov/edit
The MathJax TeX fonts used in v3 do not have an upright version of the pound symbol, only an italic one, so that is why the italic form is used (That comes from how TeX originally handled this symbol).
The version 4 fonts have greater glyph coverage, and include an upright version of this character, which is what \textsterling will produce in v4.
(That comes from how TeX originally handled this symbol).
Yes, the pound symbol is in the italic $ slot in Plain TeX.