Your first time on this page? Allow me to give some explanations.
Awesome Code Points
Awesome Code Points
Here you can see meta information about this topic like the time we last updated this page, the original creator of the awesome list and a link to the original GitHub repository.
Thank you Codepoints & contributors
View Topic on GitHub:
Codepoints/awesome-codepoints
Search for resources by name or description.
Simply type in what you are looking for and the results will be filtered on the fly.
Further filter the resources on this page by type (repository/other resource), number of stars on GitHub and time of last commit in months.
Standalone Code Points
Code Points that Affect Others
Breaking and Gluing other characters
Record Holders and Extremes
For Funsies
BRAILLE PATTERN BLANK - A Braille pattern that has zero of its six or eight dots filled in. According to the standard: “ while this character is imaged as a fixed-width blank in many fonts, it does not act as a space” Essentially it is rendered as white-space, but since it is designated as not* white-space it isn't matched by white-space-validating regular expressions. This can be used to bypass all kinds of validation that disallows or trims white-space.