Unicode Character 'PILCROW SIGN' (U+00B6) |
Unicode Data | |
---|---|
Name | PILCROW SIGN |
Block | Latin-1 Supplement |
Category | Punctuation, Other [Po] |
Combine | 0 |
BIDI | Other Neutrals [ON] |
Mirror | N |
Old name | PARAGRAPH SIGN |
Index entries | european section sign section sign, european paragraph sign PILCROW SIGN |
Comments | paragraph sign section sign in some European usage |
See Also | reversed pilcrow sign U+204B curved stem paragraph sign ornament U+2761 capitulum U+2E3F |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | ¶ |
HTML Entity (hex) | ¶ |
HTML Entity (named) | ¶ |
How to type in Microsoft Windows | Alt +00B6 Alt 0182 |
UTF-8 (hex) | 0xC2 0xB6 (c2b6) |
UTF-8 (binary) | 11000010:10110110 |
UTF-16 (hex) | 0x00B6 (00b6) |
UTF-16 (decimal) | 182 |
UTF-32 (hex) | 0x000000B6 (00B6) |
UTF-32 (decimal) | 182 |
C/C++/Java source code | "\u00B6" |
Python source code | u"\u00B6" |
More... |
Java Data | |
---|---|
string.toUpperCase() | ¶ |
string.toLowerCase() | ¶ |
Character.UnicodeBlock | LATIN_1_SUPPLEMENT |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_OTHER_NEUTRALS [13] |
Character.getNumericValue() | -1 |
Character.getType() | 24 |
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() | No |
Character.isSupplementaryCodePoint() | No |
Character.isTitleCase() | No |
Character.isUnicodeIdentifierPart() | No |
Character.isUnicodeIdentifierStart() | No |
Character.isUpperCase() | No |
Character.isValidCodePoint() | Yes |
Character.isWhitespace() | No |