Unicode Character 'NARROW NO-BREAK SPACE' (U+202F)

previous character next character

Unicode Data
Name NARROW NO-BREAK SPACE
Block General Punctuation
Category Separator, Space [Zs]
Combine 0
BIDI Common Number Separator [CS]
Decomposition <noBreak> SPACE (U+0020)
Mirror N
Index entries NO-BREAK SPACE, NARROW
NARROW NO-BREAK SPACE
nnbsp
SPACE, NARROW NO-BREAK
Comments commonly abbreviated NNBSP
a narrow form of a no-break space, typically the width of a thin space or a mid space
See Also no-break space U+00A0
four-per-em space U+2005
thin space U+2009
Approximations <noBreak> 0020
Version Unicode 3.0.0 (September, 1999)
Encodings
HTML Entity (decimal) &#8239;
HTML Entity (hex) &#x202f;
How to type in Microsoft Windows Alt +202F
UTF-8 (hex) 0xE2 0x80 0xAF (e280af)
UTF-8 (binary) 11100010:10000000:10101111
UTF-16 (hex) 0x202F (202f)
UTF-16 (decimal) 8,239
UTF-32 (hex) 0x0000202F (202f)
UTF-32 (decimal) 8,239
C/C++/Java source code "\u202F"
Python source code u"\u202F"
More...
Java Data
string.toUpperCase()
string.toLowerCase()
Character.UnicodeBlock GENERAL_PUNCTUATION
Character.charCount() 1
Character.getDirectionality() DIRECTIONALITY_COMMON_NUMBER_SEPARATOR [7]
Character.getNumericValue() -1
Character.getType() 12
Character.isDefined() Yes
Character.isDigit() No
Character.isIdentifierIgnorable() No
Character.isISOControl() No
Character.isJavaIdentifierPart() No
Character.isJavaIdentifierStart() No
Character.isLetter() No
Character.isLetterOrDigit() No
Character.isLowerCase() No
Character.isMirrored() No
Character.isSpaceChar() Yes
Character.isSupplementaryCodePoint() No
Character.isTitleCase() No
Character.isUnicodeIdentifierPart() No
Character.isUnicodeIdentifierStart() No
Character.isUpperCase() No
Character.isValidCodePoint() Yes
Character.isWhitespace() No