Comment on Shapecatcher: Draw the Unicode character you wantComments−Flenser11ySome other useful unicode websites:http://www.amp-what.com/http://www.fileformat.info/info/unicode/char/search.htmhttp://www.fileformat.info/info/unicode/block/index.htm(I've added the above as search engines in Chrome with short mnemonics for the keyword.)There's also:http://unicode.johnholtripley.co.uk/ -- mobile unicode support tableshttp://unicodinator.com/http://apps.timwhitlock.info/emoji/tables/unicode -- emoji :Dhttp://character-code.com/http://panmental.de/symbols/info.htmand of course:http://copypastecharacter.com/Want more unicode resources? There's a list of other resources here:http://joewlarson.com/blog/2014/01/01/useful-unicode-resourc...−Flenser11yForgot to mention, I use this bookmarklet with amp-what to change the font to Segoe UI Symbol as that often has more Unicode symbols and is the font used in a lot of the places I tend to use unicode symbols. javascript:(function(){var newcss="samp { font-family: Segoe UI Symbol; }";if("\v"=="v"){document.createStyleSheet().cssText=newcss}else{var tag=document.createElement("style");tag.type="text/css";document.getElementsByTagName("head")[0].appendChild(tag);tag[(typeof document.body.style.WebkitAppearance=="string")?"innerText":"innerHTML"]=newcss}})();−mmastrac11yMay as well plug my basic, bare-bones library too: http://charbase.com/
Comments
Some other useful unicode websites:
http://www.amp-what.com/
http://www.fileformat.info/info/unicode/char/search.htm
http://www.fileformat.info/info/unicode/block/index.htm
(I've added the above as search engines in Chrome with short mnemonics for the keyword.)
There's also:
http://unicode.johnholtripley.co.uk/ -- mobile unicode support tables
http://unicodinator.com/
http://apps.timwhitlock.info/emoji/tables/unicode -- emoji :D
http://character-code.com/
http://panmental.de/symbols/info.htm
and of course:
http://copypastecharacter.com/
Want more unicode resources? There's a list of other resources here:
http://joewlarson.com/blog/2014/01/01/useful-unicode-resourc...
Forgot to mention, I use this bookmarklet with amp-what to change the font to Segoe UI Symbol as that often has more Unicode symbols and is the font used in a lot of the places I tend to use unicode symbols.
May as well plug my basic, bare-bones library too: http://charbase.com/