Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
create a smiley that won't be automagically emojized by facebook & copy to clipboard :‌)
# premade for copy&paste: :‌) ;‌) :‌( :‌D :‌P <‌3
php -r "echo html_entity_decode(':&zwnj;)');" | xclip -selection clipboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment