---
title: debugDescription
framework: swift
role: symbol
role_heading: Instance Property
path: swift/character/debugdescription
---

# debugDescription

A textual representation of the character, suitable for debugging.

## Declaration

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

## See Also

### Describing a Character

- [description](swift/character/description.md)
- [customMirror](swift/character/custommirror.md)
- [customPlaygroundQuickLook](swift/character/customplaygroundquicklook.md)
- [hash(into:)](swift/character/hash(into:).md)
