Created
May 26, 2018 03:30
-
-
Save Whateverable/73b04d2e2cda3f146239f6ea0a7622c5 to your computer and use it in GitHub Desktop.
unicodable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ .uniprop('space') } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
U+0009 <control-0009> [Cc] (control character) | |
U+000A <control-000A> [Cc] (control character) | |
U+000B <control-000B> [Cc] (control character) | |
U+000C <control-000C> [Cc] (control character) | |
U+000D <control-000D> [Cc] (control character) | |
U+0020 SPACE [Zs] ( ) | |
U+0085 <control-0085> [Cc] (control character) | |
U+00A0 NO-BREAK SPACE [Zs] ( ) | |
U+1680 OGHAM SPACE MARK [Zs] ( ) | |
U+2000 EN QUAD [Zs] ( ) | |
U+2001 EM QUAD [Zs] ( ) | |
U+2002 EN SPACE [Zs] ( ) | |
U+2003 EM SPACE [Zs] ( ) | |
U+2004 THREE-PER-EM SPACE [Zs] ( ) | |
U+2005 FOUR-PER-EM SPACE [Zs] ( ) | |
U+2006 SIX-PER-EM SPACE [Zs] ( ) | |
U+2007 FIGURE SPACE [Zs] ( ) | |
U+2008 PUNCTUATION SPACE [Zs] ( ) | |
U+2009 THIN SPACE [Zs] ( ) | |
U+200A HAIR SPACE [Zs] ( ) | |
U+2028 LINE SEPARATOR [Zl] (control character) | |
U+2029 PARAGRAPH SEPARATOR [Zp] (control character) | |
U+202F NARROW NO-BREAK SPACE [Zs] ( ) | |
U+205F MEDIUM MATHEMATICAL SPACE [Zs] ( ) | |
U+3000 IDEOGRAPHIC SPACE [Zs] ( ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment