free-symbols

Hangul Jungseong Yo-i Letter

ᆈ (U+1188) is the Hangul Jungseong yo-i character used as a vowel element in Korean Hangul syllables.

U+1188

ᆈ is a single Hangul jungsung (vowel) character. It corresponds to the Unicode code point U+1188. You can copy it directly or insert it using common Unicode escapes in code.

Hangul Jungseong Yo-i Letter Meaning

ᆈ is “HANGUL JUNGSEONG YO-I” (Unicode U+1188). In Hangul writing, vowel components (jungsung) combine with other syllable parts to form complete Korean syllables. As a standalone character, it may appear in text as an isolated Hangul jungsung, but it is most useful when constructing or manipulating Hangul syllables programmatically. If you’re working with Unicode data, font coverage, or Hangul-aware text processing, this symbol is the specific character you should use for the “yo-i” vowel jungsung component.

Common uses

  • Copy/pasting the Hangul jungsung character U+1188 into Korean text tools
  • Unicode text processing when you need the exact “yo-i” vowel component
  • Designing typography samples for Hangul vowel jungsung characters
  • Creating test strings to verify font rendering of U+1188
  • Using Unicode escapes in code to insert the character reliably

Examples

ᆈ Hangul Jungseong Yo-I (U+1188)

  • Hangul yo-i jungsung: ᆈ
  • Unicode U+1188 example: ᆈ
  • Test rendering ᆈ in your font
  • Insert via escape \\u{1188}: ᆈ

Variations

Technical codes

UnicodeU+1188
HTML Entityᆈ
HTML Codeᆈ
CSS\1188

FAQ

What does the Hangul Jungseong Yo-i letter mean?

ᆈ is “HANGUL JUNGSEONG YO-I” (Unicode U+1188). In Hangul writing, vowel components (jungsung) combine with other syllable parts to form complete Korean syllables. As a standalone character, it may appear in text as an isolated Hangul jungsung, but it is most useful when constructing or manipulating Hangul syllables programmatically. If you’re working with Unicode data, font coverage, or Hangul-aware text processing, this symbol is the specific character you should use for the “yo-i” vowel jungsung component.

What is the Unicode code point for ᆈ?

ᆈ is U+1188, named “HANGUL JUNGSEONG YO-I”.

How can I copy ᆈ reliably into documents and websites?

Copy the character directly (“ᆈ”). For precision, you can also paste the Unicode escape or use the HTML entity form given on the page.

Does ᆈ represent a full Korean syllable on its own?

No—ᆈ is a Hangul jungsung (vowel component). It typically combines with other Hangul parts to form complete syllables.

What are the common ways to insert ᆈ in code?

Use the Unicode escapes shown: CSS escape “\\1188” or JavaScript escape “\\u{1188}”, corresponding to U+1188.