---
title: narrow
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/measurement/formatstyle/unitwidth/narrow
---

# narrow

The shortest unit width.

## Declaration

```swift
static var narrow: Measurement<UnitType>.FormatStyle.UnitWidth { get }
```

## Discussion

Discussion This width may condense the spacing between the value and the unit; for example, 37.20Cal or 37,2L.

## See Also

### Unit widths

- [wide](foundation/measurement/formatstyle/unitwidth/wide.md)
- [abbreviated](foundation/measurement/formatstyle/unitwidth/abbreviated.md)
