icons - Unicode characters for «email», «save», «print» -
i want make fallback icon font. example, beautiful icon font check mark use unicode check mark equivalent:
.icon-checkmark { &:before { content: "\2713"; /* unicode character 'check mark' (u+2713) */ } }
my icon font has character code "\2713" also. if icon font fails load, user see unicode check mark; if icon font loads successfully, user see icon font's beautiful check mark.
i'm searching unicode character equivalents «email», «save» , «print» entities. there or similar in unicode tables? have searched on http://www.fileformat.info/ no luck.
(i have found «email» character — http://www.fileformat.info/info/unicode/char/1f4e7/browsertest.htm, not work in chrome 28 (it works in other browsers :).
here's ideas. have not tested them on browsers except firefox on linux.
edit: 💾 \u0001f4be
used saving since unicode 6.x
Comments
Post a Comment