Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add in non-printing characters #49

Open
omnituensaeternum opened this issue Mar 15, 2021 · 0 comments
Open

Add in non-printing characters #49

omnituensaeternum opened this issue Mar 15, 2021 · 0 comments

Comments

@omnituensaeternum
Copy link

Non-Printing Unicode Characters are fun!

Reasons why you should add them:

1. Some of them are only detectable by viewing the code in an improper encoding format or, by viewing the hexadecimal data.
2. It adds a good hours worth of troubleshooting before someone realizes that there is an invisible character in there code.
3. Because why not?

List of non-printing Unicode characters:

  • U+200B ZERO WIDTH SPACE
  • U+200C ZERO WIDTH NON-JOINER
  • U+200D ZERO WIDTH JOINER
  • U+200E LEFT-TO-RIGHT MARK
  • U+202A LEFT-TO-RIGHT EMBEDDING
  • U+202C POP DIRECTIONAL FORMATTING
  • U+202D LEFT-TO-RIGHT OVERRIDE
  • U+2062 INVISIBLE TIMES
  • U+2063 INVISIBLE SEPARATOR
  • U+FEFF ZERO WIDTH NO-BREAK SPACE

Thank you and have a nice day!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant