Are you looking to use special LaTeX fonts like \Pluto
from marvosym
in your web development projects?
Wondering how to display this symbol with HTML / JavaScript / CSS without relying on an image?
You can download the font from
This symbol corresponds to 201 in that particular font.
One attempt involved:
<p style="font-family: 'marvosym'">É</p>
Using Chrome, it displayed É instead of the desired symbol (I have verified the font installation using fc-list | grep marvosym
)