2014

the whole world is peaceful.

codepoints.net

f:id:taizooo:20140227101617p:plain





javascript:
'search_unicode.bookmarklet.js',
(function(){
	var x='http://codepoints.net/U+'+(function(r){
		var n=r.startContainer,
		p=r.startOffset,
		u=(n.nodeType==3)?n.nodeValue.substr(p,2):n.childNodes[p].textContent.substr(0,2),
		v=u.charCodeAt(0);
		return 0xD800<=v&&v<=0xDB7F?((v&0x3FF)<<10|u.charCodeAt(1)&0x3FF)+0x10000:v;
	})(getSelection().getRangeAt(0)).toString(16);
	window.open(x);
})()


powered by hatena blog.
the nikki system for lifelogging junkies.

all posts © their original owners.
writing is reusable solely under the BY Creative Commons License.