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

# isSoftDotted

A Boolean value indicating whether the scalar has a “soft dot” that disappears when a diacritic is placed over the scalar.

## Declaration

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

## Discussion

Discussion For example, “i” is soft dotted because the dot disappears when adding an accent mark, as in “í”. This property corresponds to the “Soft_Dotted” property in the Unicode Standard.
