TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Emoji-awesome: Its like font-awesome but for emojis

6 pointsby zeeshanualmost 8 years ago

2 comments

stephenralmost 8 years ago
I don't understand. Why would you use this instead of just putting the emoji Unicode character into the page and letting the device render it?
评论 #14818938 未加载
kup0almost 8 years ago
Neat to see a CSS version of emoji, but wouldn&#x27;t PNGs or otherwise be a much more efficient use of data to display emojis cross-platform, instead of a 74.5KB (unminified) CSS file being loaded to display a few emoji?<p>Edit: I suppose if you&#x27;re using A LOT of emoji, at some point the tables turn and the CSS becomes more efficient...