# `GSFeaBlock.identifier`

*Instance Property*

A persistent, per-font unique identifier of the block.

## Declaration

```swift
var identifier: String { get }
```

```objc
@property (strong, readonly) NSString * identifier;
```

```python
identifier() -> str
```

