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

previous character next character

U+202F browser display

NARROW NO-BREAK SPACE (NNBSP)

image of Unicode Character 'NARROW NO-BREAK SPACE (NNBSP)' (U+202F)
Raster image of U+202F

NARROW NO-BREAK SPACE (NNBSP)

Do not use this character in domain names. Browsers are blacklisting it because of the potential for phishing.
Unicode Data
Name NARROW NO-BREAK SPACE (NNBSP)
Block General Punctuation
Category Separator, Space [Zs]
Script Common (Zyyy)
Combine 0
BIDI Common Number Separator [CS]
Decomposition SPACE (SP) (U+0020)
Index entries NARROW NO-BREAK SPACE
nnbsp
NO-BREAK SPACE, NARROW
SPACE, NARROW NO-BREAK
Comments Formal Alias: no-break thin space
commonly abbreviated NNBSP
a narrow form of a no-break space; should be the same width as thin space U+2009
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