Stay organized with collections
Save and categorize content based on your preferences.
UCharacter.HangulSyllableType
public
static
interface
UCharacter.HangulSyllableType
android.icu.lang.UCharacter.HangulSyllableType
|
Hangul Syllable Type constants.
Summary
Constants
LEADING_JAMO
public static final int LEADING_JAMO
Constant Value:
1
(0x00000001)
LVT_SYLLABLE
public static final int LVT_SYLLABLE
Constant Value:
5
(0x00000005)
LV_SYLLABLE
public static final int LV_SYLLABLE
Constant Value:
4
(0x00000004)
NOT_APPLICABLE
public static final int NOT_APPLICABLE
Constant Value:
0
(0x00000000)
TRAILING_JAMO
public static final int TRAILING_JAMO
Constant Value:
3
(0x00000003)
VOWEL_JAMO
public static final int VOWEL_JAMO
Constant Value:
2
(0x00000002)
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# UCharacter.HangulSyllableType\n\nAdded in [API level 24](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\nUCharacter.HangulSyllableType\n=============================\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/android/icu/lang/UCharacter.HangulSyllableType \"View this page in Kotlin\") \\|Java\n\n\n`\npublic\nstatic\n\n\ninterface\nUCharacter.HangulSyllableType\n`\n\n\n`\n\n\n`\n\n|------------------------------------------------|\n| android.icu.lang.UCharacter.HangulSyllableType |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nHangul Syllable Type constants. \n**See also:**\n\n- [UProperty.HANGUL_SYLLABLE_TYPE](/reference/android/icu/lang/UProperty#HANGUL_SYLLABLE_TYPE)\n\nSummary\n-------\n\n| ### Constants ||\n|-------|--------------------------------------------------------------------------------------------|\n| `int` | [LEADING_JAMO](/reference/android/icu/lang/UCharacter.HangulSyllableType#LEADING_JAMO) |\n| `int` | [LVT_SYLLABLE](/reference/android/icu/lang/UCharacter.HangulSyllableType#LVT_SYLLABLE) |\n| `int` | [LV_SYLLABLE](/reference/android/icu/lang/UCharacter.HangulSyllableType#LV_SYLLABLE) |\n| `int` | [NOT_APPLICABLE](/reference/android/icu/lang/UCharacter.HangulSyllableType#NOT_APPLICABLE) |\n| `int` | [TRAILING_JAMO](/reference/android/icu/lang/UCharacter.HangulSyllableType#TRAILING_JAMO) |\n| `int` | [VOWEL_JAMO](/reference/android/icu/lang/UCharacter.HangulSyllableType#VOWEL_JAMO) |\n\nConstants\n---------\n\n### LEADING_JAMO\n\nAdded in [API level 24](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int LEADING_JAMO\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n1\n(0x00000001)\n\n\n### LVT_SYLLABLE\n\nAdded in [API level 24](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int LVT_SYLLABLE\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n5\n(0x00000005)\n\n\n### LV_SYLLABLE\n\nAdded in [API level 24](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int LV_SYLLABLE\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n4\n(0x00000004)\n\n\n### NOT_APPLICABLE\n\nAdded in [API level 24](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int NOT_APPLICABLE\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n0\n(0x00000000)\n\n\n### TRAILING_JAMO\n\nAdded in [API level 24](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int TRAILING_JAMO\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n3\n(0x00000003)\n\n\n### VOWEL_JAMO\n\nAdded in [API level 24](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int VOWEL_JAMO\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n2\n(0x00000002)"]]