Unicode Character 'OGHAM SPACE MARK' (U+1680) | 
		  ![]()  | 
	
OGHAM SPACE MARK
			OGHAM SPACE MARK
| Unicode Data | |
|---|---|
| Name | OGHAM SPACE MARK | 
| Block | Ogham | 
| Category | Separator, Space [Zs] | 
| Combine | 0 | 
| BIDI | Whitespace [WS] | 
| Mirror | N | 
| Index entries | Ogham OGHAM SPACE MARK SPACE MARK, OGHAM  | 
		
| Comments | glyph is blank in "stemless" style fonts | 
		
| See Also | space U+0020 | 
		
| Version | Unicode 3.0.0 (September, 1999) | 
| Encodings | |
|---|---|
| HTML Entity (decimal) |   | 
| HTML Entity (hex) |   | 
| How to type in Microsoft Windows | Alt +1680 | 
	
| UTF-8 (hex) | 0xE1 0x9A 0x80 (e19a80) | 
| UTF-8 (binary) | 11100001:10011010:10000000 | 
| UTF-16 (hex) | 0x1680 (1680) | 
| UTF-16 (decimal) | 5,760 | 
| UTF-32 (hex) | 0x00001680 (1680) | 
| UTF-32 (decimal) | 5,760 | 
| C/C++/Java source code | "\u1680" | 
| Python source code | u"\u1680" | 
| More... | |
| Java Data | |
|---|---|
| string.toUpperCase() | |
| string.toLowerCase() | |
| Character.UnicodeBlock | OGHAM | 
| Character.charCount() | 1 | 
| Character.getDirectionality() | DIRECTIONALITY_WHITESPACE [12] | 
| 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() | Yes |