Stay organized with collections
Save and categorize content based on your preferences.
HangulSyllableType
interface HangulSyllableType
Hangul Syllable Type constants.
Summary
Constants
LEADING_JAMO
static val LEADING_JAMO: Int
Value: 1
LVT_SYLLABLE
static val LVT_SYLLABLE: Int
Value: 5
LV_SYLLABLE
static val LV_SYLLABLE: Int
Value: 4
NOT_APPLICABLE
static val NOT_APPLICABLE: Int
Value: 0
TRAILING_JAMO
static val TRAILING_JAMO: Int
Value: 3
VOWEL_JAMO
static val VOWEL_JAMO: Int
Value: 2
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](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nHangulSyllableType\n==================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/icu/lang/UCharacter.HangulSyllableType \"View this page in Java\") \n\n```\ninterface HangulSyllableType\n```\n\n|-----------------------------------------------------|\n| [android.icu.lang.UCharacter.HangulSyllableType](#) |\n\nHangul Syllable Type constants.\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------|-----------------------------------------------------|\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [LEADING_JAMO](#LEADING_JAMO:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [LVT_SYLLABLE](#LVT_SYLLABLE:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [LV_SYLLABLE](#LV_SYLLABLE:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [NOT_APPLICABLE](#NOT_APPLICABLE:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [TRAILING_JAMO](#TRAILING_JAMO:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [VOWEL_JAMO](#VOWEL_JAMO:kotlin.Int) \u003cbr /\u003e |\n\nConstants\n---------\n\n### LEADING_JAMO\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val LEADING_JAMO: Int\n``` \n\n Value: 1\n\n### LVT_SYLLABLE\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val LVT_SYLLABLE: Int\n``` \n\n Value: 5\n\n### LV_SYLLABLE\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val LV_SYLLABLE: Int\n``` \n\n Value: 4\n\n### NOT_APPLICABLE\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val NOT_APPLICABLE: Int\n``` \n\n Value: 0\n\n### TRAILING_JAMO\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val TRAILING_JAMO: Int\n``` \n\n Value: 3\n\n### VOWEL_JAMO\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val VOWEL_JAMO: Int\n``` \n\n Value: 2"]]