# `GSGlyph isSFSymbol`

*Instance Method*

Whether the glyph category is SF Symbol.

## Declaration

```swift
func isSFSymbol() -> Bool
```

```objc
- (BOOL) isSFSymbol;
```

```python
isSFSymbol() -> bool
```

## See Also

### Special Glyph Types

- [`GSGlyph isCornerName:`](/Core/GlyphsCore/GSGlyph/isCornerName:) — Whether a glyph name uses a recognized corner-glyph prefix.
- [`GSGlyph isCornerGlyph`](/Core/GlyphsCore/GSGlyph/isCornerGlyph) — Whether the glyph name identifies a corner glyph.
- [`GSGlyph isSmartGlyph`](/Core/GlyphsCore/GSGlyph/isSmartGlyph) — Whether the glyph uses Smart Component behavior.
- [`GSGlyph isIcon`](/Core/GlyphsCore/GSGlyph/isIcon) — Whether icon-specific metrics and drawing behavior apply to the glyph.

