Font variants in tooltips

Native tooltips — test me!

Utilizing unicode built-in font variants it's possible to create formatted text without any markup.
This allows to include formatted texts to browser native tooltips which do not support any formatting.

Bold — test me!
Italic — test me!
Bold Italic — test me!
<div fv-title="<b></b>"></div> <div fv-title="<i></i>"></div> <div fv-title="<bi></bi>"></div>

You can combine those to format text in a better way.

Mixed — test me!