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 make a connection to load 1 image. I created CSS-spirite-ready image and definition of CSS. I hope this will help your web site conversion much easier.

Spec

  • Size
    • width:16px
    • height:16px
  • 256 colors
  • File size : currently 64.098 kb
  • Support only NTT DoCoMo basic and extended emoji.
  • Gif animation with transparent.

sample coding

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

screenshot

emoji css sprite

License

Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0 http://creativecommons.org/licenses/by-sa/3.0/

Copyright

This project is created upon TypePad Emoji Icon project. http://start.typepad.jp/typecast/

Clone this wiki locally