php - render emoji on desktop browser correctly -


https://jsfiddle.net/lxevu6rz/

when data client mobile app posted , , render within desktop browser a tag overlap emoji if previous rabbit icon, why? , how solve it?
tried add css a inline or inline-block still not work

and question there emoji (next girl icon) not showing correctly, how solve it?
correct 1 correct

<h1>text! 🙆🏻⛷⛷👯🐰🐰🐰 <a href="/" target="_blank">#tag</a> <a href="/" target="_blank">#tag</a> <a href="/" target="_blank">@user</a></h1>

this requires up-to-date unicode support on browsers of visitors.

🙆🏻 2 characters, man ok gesture 🙆, , skin color modifier 🏻. many systems don't support skin colors yet , show second character colored square or missing glyph.

and skier: ⛷, may problem of missing glyphs on systems.

this depends on operating system , installed fonts. on windows 10 emoji show expected. on android (even latest 6.0) skin color patch show missing glyph.

if want sure visitors see emoji, can use web font containing these emoji. you'll find few if search web.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -