# `GSComponent hangulModelGlyph`

*Instance Method*

The name of the model syllable selected for the component’s Hangul position.

## Declaration

```swift
func hangulModelGlyph() -> String?
```

```objc
- (NSString *) hangulModelGlyph;
```

```python
hangulModelGlyph() -> str
```

## Discussion

The component name determines the initial consonant, vowel, or final consonant position. The containing glyph’s Unicode and the font’s `Hangul Composition Groups` custom parameter determine the model syllable. The returned name does not guarantee that the font contains the model glyph.

Returns `nil` when no model syllable applies.

## See Also

### Hangul Composition

- [`GSComponent isHangulKeyComponent`](/Core/GlyphsCore/GSComponent/isHangulKeyComponent) — Whether the containing glyph is the model syllable selected for the component’s Hangul position.

