---
title: Unicode.GeneralCategory.paragraphSeparator
framework: swift
role: symbol
role_heading: Case
path: swift/unicode/generalcategory/paragraphseparator
---

# Unicode.GeneralCategory.paragraphSeparator

A paragraph separator, which is specifically (and only) U+2029 PARAGRAPH SEPARATOR.

## Declaration

```swift
case paragraphSeparator
```

## Discussion

Discussion This value corresponds to the category Paragraph_Separator (abbreviated Zp) in the Unicode Standard.
