---
title: NSTextSelectionNavigation.Destination.character
framework: appkit
role: symbol
role_heading: Case
path: appkit/nstextselectionnavigation/destination/character
---

# NSTextSelectionNavigation.Destination.character

The selection moves to the next extended grapheme cluster boundary.

## Declaration

```swift
case character
```

## Discussion

Discussion When the movement direction isn’t along the line (for example up and down for a horizontal line), it moves to the adjacent line using the anchor point instead of resolving to the logical direction. This could result in a location inside a cluster depending on the specific characteristics of a given script.  For example, certain Indic scripts combine characters in specific ways depending on usage and position to form composite characters. The framework returns a location consistent with the rules of the script and the direction of movement.

## See Also

### Selection destinations

- [NSTextSelectionNavigation.Destination.word](appkit/nstextselectionnavigation/destination/word.md)
- [NSTextSelectionNavigation.Destination.line](appkit/nstextselectionnavigation/destination/line.md)
- [NSTextSelectionNavigation.Destination.sentence](appkit/nstextselectionnavigation/destination/sentence.md)
- [NSTextSelectionNavigation.Destination.paragraph](appkit/nstextselectionnavigation/destination/paragraph.md)
- [NSTextSelectionNavigation.Destination.container](appkit/nstextselectionnavigation/destination/container.md)
- [NSTextSelectionNavigation.Destination.document](appkit/nstextselectionnavigation/destination/document.md)
