<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.12.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/MeasurementFormatter/UnitOptions-swift.struct/temperatureWithoutUnit",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:@E@NSMeasurementFormatterUnitOptions@NSMeasurementFormatterUnitOptionsTemperatureWithoutUnit"
  },
  "title" : "temperatureWithoutUnit"
}
-->

# temperatureWithoutUnit

```
static var temperatureWithoutUnit: MeasurementFormatter.UnitOptions { get }
```

## Discussion

Specifies that representations of a measurement with the `NSTemperatureUnit` unit omit the letter denoting the temperature scale. For example, a temperature measurement with value equal to 72 using the <doc://com.apple.documentation/documentation/HealthKit/HKUnit/degreeFahrenheit()> would be represented as `72°` rather than `72°F`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)