Skip to content

Instantly share code, notes, and snippets.

@Gasol
Created May 25, 2018 08:23
Show Gist options
  • Save Gasol/a96d5dde831bbf61b11705f3a3d4c9e3 to your computer and use it in GitHub Desktop.
Save Gasol/a96d5dde831bbf61b11705f3a3d4c9e3 to your computer and use it in GitHub Desktop.
// Incorrect trademark
// Tag #RU98QJ9G https://statsroyale.com/profile/RU98QJ9G
$ echo -n ™️ | hexdump -C
00000000 e2 84 a2 ef b8 8f |......|
00000006
// I want this trademark character
// Tag #Y2RCCJ8C https://statsroyale.com/profile/Y2RCCJ8C
$ echo -n ™ | hexdump -C
00000000 e2 84 a2 |...|
00000003
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment