Unicode Character 'MICRO SIGN' (U+00B5) |
![]() |
MICRO SIGN
MICRO SIGN
| Unicode Data | |
|---|---|
| Name | MICRO SIGN |
| Block | Latin-1 Supplement |
| Category | Letter, Lowercase [Ll] |
| Combine | 0 |
| BIDI | Left-to-Right [L] |
| Decomposition | <compat> GREEK SMALL LETTER MU (U+03BC) |
| Mirror | N |
| Index entries | MICRO SIGN |
| Upper case | U+039C |
| Title case | U+039C |
| Approximations | 03BC greek small letter mu |
| Version | Unicode 1.1.0 (June, 1993) |
| Encodings | |
|---|---|
| HTML Entity (decimal) | µ |
| HTML Entity (hex) | µ |
| HTML Entity (named) | µ |
| How to type in Microsoft Windows | Alt +B5 Alt 0181 Alt 230 |
| UTF-8 (hex) | 0xC2 0xB5 (c2b5) |
| UTF-8 (binary) | 11000010:10110101 |
| UTF-16 (hex) | 0x00B5 (00b5) |
| UTF-16 (decimal) | 181 |
| UTF-32 (hex) | 0x000000B5 (B5) |
| UTF-32 (decimal) | 181 |
| C/C++/Java source code | "\u00B5" |
| Python source code | u"\u00B5" |
| More... | |
| Java Data | |
|---|---|
| string.toUpperCase() | Μ |
| string.toLowerCase() | µ |
| Character.UnicodeBlock | LATIN_1_SUPPLEMENT |
| Character.charCount() | 1 |
| Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
| Character.getNumericValue() | -1 |
| Character.getType() | 2 |
| Character.isDefined() | Yes |
| Character.isDigit() | No |
| Character.isIdentifierIgnorable() | No |
| Character.isISOControl() | No |
| Character.isJavaIdentifierPart() | Yes |
| Character.isJavaIdentifierStart() | Yes |
| Character.isLetter() | Yes |
| Character.isLetterOrDigit() | Yes |
| Character.isLowerCase() | Yes |
| Character.isMirrored() | No |
| Character.isSpaceChar() | No |
| Character.isSupplementaryCodePoint() | No |
| Character.isTitleCase() | No |
| Character.isUnicodeIdentifierPart() | Yes |
| Character.isUnicodeIdentifierStart() | Yes |
| Character.isUpperCase() | No |
| Character.isValidCodePoint() | Yes |
| Character.isWhitespace() | No |