Different Font of Meta Titles in SERP
-
Hi there,
Does anyone know how they managed to get a different font in the meta title on this page, directly in SERP?
It's even differently in the source code of the page (try to google it with "site:" operator).
I thought CSS has now power over this and I couldn't find anything else what might be the trick.
Thanks for any answer.
Cheers,
Martin -
It's not additional CSS, it's just a set of different characters (
-
No idea, but I found an interesting discussion about this:
https://stackoverflow.com/questions/13579477/can-i-give-a-title-tag-a-color-and-different-font
-
Hi Martin,
I spent some time looking at their CSS and website code. It seems that they have UNICODED the characters from a font to get the effect. The following characters will give the same effect:
%uD835%uDD4A%uD835%uDD3C%uD835%uDD46%20%uD835%uDD63%uD835%uDD56%uD835%uDD64%uD835%uDD65%uD835%uDD52%uD835%uDD63%uD835%uDD65
You can refer to this article to encode custom fonts into characters and use them as title / H1 for the website https://stackoverflow.com/questions/27247145/get-the-unicode-icon-value-from-a-custom-font
I hope this helps.
Regards,
Vijay