Unicode Character 'COMMA' (U+002C) | 
		  ![]()  | 
	
COMMA
			COMMA
| Unicode Data | |
|---|---|
| Name | COMMA | 
| Block | Basic Latin | 
| Category | Punctuation, Other [Po] | 
| Combine | 0 | 
| BIDI | Common Number Separator [CS] | 
| Mirror | N | 
| Index entries | COMMA decimal separator separator, decimal  | 
		
| Comments | the use as decimal or thousands separator is locale dependent | 
		
| See Also | arabic comma U+060C arabic decimal separator U+066B single low-9 quotation mark U+201A hypodiastole U+2E12 reversed comma U+2E41 medieval comma U+2E4C ideographic comma U+3001  | 
		
| Version | Unicode 1.1.0 (June, 1993) | 
| Encodings | |
|---|---|
| HTML Entity (decimal) | , | 
| HTML Entity (hex) | , | 
| HTML Entity (named) | , | 
		
| How to type in Microsoft Windows | Alt +002C Alt 044 Alt 44  | 
	
| UTF-8 (hex) | 0x2C (2c) | 
| UTF-8 (binary) | 00101100 | 
| UTF-16 (hex) | 0x002C (002c) | 
| UTF-16 (decimal) | 44 | 
| UTF-32 (hex) | 0x0000002C (002C) | 
| UTF-32 (decimal) | 44 | 
| C/C++/Java source code | "\u002C" | 
| Python source code | u"\u002C" | 
| More... | |
| Java Data | |
|---|---|
| string.toUpperCase() | , | 
| string.toLowerCase() | , | 
| Character.UnicodeBlock | BASIC_LATIN | 
| Character.charCount() | 1 | 
| Character.getDirectionality() | DIRECTIONALITY_COMMON_NUMBER_SEPARATOR [7] | 
| 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 |