Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.
matsubo edited this page Apr 15, 2011 · 14 revisions

Welcome to the emoji-sprite wiki!

Abstract

This project aims that web developer can easily convert existing Japanese mobile web page to Smart phone page. One of the issue when converting web page is emoji translation. Emoji is the special binding to the blank character encoding table. Converting each emoji to the corresponding image is not smart approach because web browsers makes many connection to the server to acquire 1 image by 1 connection. I created CSS-spirite-ready image and definition of CSS. I hope this will help your web site conversion much easier.

spec

Size of each emoji is width:16px, height:16px.

sample coding

<span class="emoji sun"></span>
<span class="emoji cloud"></span>

screenshot

emoji css sprite

Clone this wiki locally