Skip to content

Instantly share code, notes, and snippets.

@gustheman
Created January 14, 2022 10:55
Show Gist options
  • Save gustheman/394bd95adcccb2a09089e2610a6ab438 to your computer and use it in GitHub Desktop.
Save gustheman/394bd95adcccb2a09089e2610a6ab438 to your computer and use it in GitHub Desktop.
print(len("βœ‹"))
print(len("βœ‹πŸΎ"))
print(len("πŸ‘ͺ"))
print(len("πŸ‘¨β€πŸ‘¨β€πŸ‘§β€πŸ‘¦"))
print(len("πŸ‘¨β€πŸ‘§β€πŸ‘¦"))
print(len("πŸ‘¨β€πŸ‘¦"))
@gustheman
Copy link
Author

Testing some weird emoji len results

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment