---
title: isQuotationMark
framework: swift
role: symbol
role_heading: Instance Property
path: swift/unicode/scalar/properties-swift.struct/isquotationmark
---

# isQuotationMark

A Boolean value indicating whether the scalar is one that is used in writing to surround quoted text.

## Declaration

```swift
var isQuotationMark: Bool { get }
```

## Discussion

Discussion This property corresponds to the “Quotation_Mark” property in the Unicode Standard.
