Character.IsEmojiPresentation(Int32) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the specified character (Unicode code point) has the Emoji Presentation property by default.
[Android.Runtime.Register("isEmojiPresentation", "(I)Z", "", ApiSince=36)]
public static bool IsEmojiPresentation(int codePoint);
	[<Android.Runtime.Register("isEmojiPresentation", "(I)Z", "", ApiSince=36)>]
static member IsEmojiPresentation : int -> bool
	Parameters
- codePoint
 - Int32
 
the character (Unicode code point) to be tested.
Returns
true if the character has the Emoji Presentation
property; false otherwise.
- Attributes
 
Remarks
Determines if the specified character (Unicode code point) has the Emoji Presentation property by default.
A character is considered to have the Emoji Presentation property if and only if it has the Emoji_Presentation property, defined in  Unicode Emoji (Technical Standard #51).
Added in 21.
Java documentation for java.lang.Character.isEmojiPresentation(int).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.