Units Reference
Searchable table of all 2,134 unit constants in openhtf.util.units — name, UNECE code and suffix — with how to attach units to measurements and dimensions and how to look a unit up by string.
Last updated · Verified with OpenHTF 1.6.1
openhtf.util.units defines one UnitDescriptor constant per unit of measure, generated from the UNECE Recommendation 20 code list. Attach one to a measurement with .with_units(); it is stored in the record as {name, code, suffix} so downstream tools can label and convert values.
import openhtf as htf
from openhtf.util import units
@htf.measures(
htf.Measurement("supply_voltage").in_range(3.2, 3.4).with_units(units.VOLT),
htf.Measurement("board_temp").in_range(0, 60).with_units(units.DEGREE_CELSIUS),
htf.Measurement("boot_time").in_range(maximum=2.5).with_units(units.SECOND),
htf.Measurement("rssi").in_range(-70, 0).with_units(units.DECIBEL_MILLIWATTS),
)
def measure(test):
...Look up by string
units.Unit() resolves a unit from its name, suffix or code, and .with_units() accepts a string directly:
units.Unit('V') # -> units.VOLT
units.Unit('metre per second') # -> units.METRE_PER_SECOND
htf.Measurement('r').with_units('ohm') # string form, same resultTwo special constants: units.NONE (no unit) and units.NO_DIMENSION (a ratio or count that has a unit conceptually but no dimension).
Common units
| Quantity | Constants |
|---|---|
| Voltage | VOLT, MILLIVOLT, MICROVOLT, KILOVOLT |
| Current | AMPERE, MILLIAMPERE, MICROAMPERE |
| Resistance | OHM, KILOOHM, MEGAOHM, MILLIOHM |
| Power | WATT, MILLIWATT, KILOWATT, DECIBEL_MILLIWATTS, WATT_HOUR |
| Frequency | HERTZ, KILOHERTZ, MEGAHERTZ, GIGAHERTZ |
| Time | SECOND, MILLISECOND, MICROSECOND, MINUTE, HOUR |
| Temperature | DEGREE_CELSIUS, DEGREE_FAHRENHEIT, KELVIN |
| Length | METRE, MILLIMETRE, MICROMETRE_MICRON, INCH |
| Pressure | PASCAL, KILOPASCAL, BAR_UNIT_OF_PRESSURE, POUND_PER_SQUARE_INCH_GAUGE, POUND_PER_SQUARE_INCH_ABSOLUTE |
| Data | BYTE, KILOBYTE, MEGABYTE, GIGABYTE, BIT_PER_SECOND |
| Ratio | PERCENT, DECIBEL, PART_PER_MILLION |
| Angle | DEGREE_UNIT_OF_ANGLE, RADIAN |
Spellings follow the UNECE names, which are not always what you would guess (KILOOHM, MEGAOHM, DECIBEL_MILLIWATTS, MICROMETRE_MICRON, BAR_UNIT_OF_PRESSURE); use the filter below to confirm before you type.
All units
2,134 of 2,134 units
| Constant | Name | Suffix | UNECE code |
|---|---|---|---|
| units.ACCESS_LINE | access line | AL | |
| units.ACCOUNTING_UNIT | accounting unit | E50 | |
| units.ACRE | acre | acre | ACR |
| units.ACRE_FOOT_BASED_ON_U_S_SURVEY_FOOT | acre-foot (based on U.S. survey foot) | acre-ft (US survey) | M67 |
| units.ACTIVE_UNIT | active unit | E25 | |
| units.ACTIVITY | activity | ACT | |
| units.ACTUAL_PER_360 | actual/360 | y (360 days) | M37 |
| units.ACTUAL_TON | actual ton | 26 | |
| units.ADDITIONAL_MINUTE | additional minute | AH | |
| units.AIR_DRY_METRIC_TON | air dry metric ton | MD | |
| units.AIR_DRY_TON | air dry ton | E28 | |
| units.ALCOHOLIC_STRENGTH_BY_MASS | alcoholic strength by mass | ASM | |
| units.ALCOHOLIC_STRENGTH_BY_VOLUME | alcoholic strength by volume | ASU | |
| units.ALUMINIUM_POUND_ONLY | aluminium pound only | AP | |
| units.AMERICAN_WIRE_GAUGE | american wire gauge | AWG | AWG |
| units.AMPERE | ampere | A | AMP |
| units.AMPERE_HOUR | ampere hour | A·h | AMH |
| units.AMPERE_MINUTE | ampere minute | A·min | N95 |
| units.AMPERE_PER_CENTIMETRE | ampere per centimetre | A/cm | A2 |
| units.AMPERE_PER_KILOGRAM | ampere per kilogram | A/kg | H31 |
| units.AMPERE_PER_METRE | ampere per metre | A/m | AE |
| units.AMPERE_PER_MILLIMETRE | ampere per millimetre | A/mm | A3 |
| units.AMPERE_PER_PASCAL | ampere per pascal | A/Pa | N93 |
| units.AMPERE_PER_SQUARE_CENTIMETRE | ampere per square centimetre | A/cm² | A4 |
| units.AMPERE_PER_SQUARE_METRE | ampere per square metre | A/m² | A41 |
| units.AMPERE_PER_SQUARE_METRE_KELVIN_SQUARED | ampere per square metre kelvin squared | A/(m²·K²) | A6 |
| units.AMPERE_PER_SQUARE_MILLIMETRE | ampere per square millimetre | A/mm² | A7 |
| units.AMPERE_SECOND | ampere second | A·s | A8 |
| units.AMPERE_SQUARED_SECOND | ampere squared second | A²·s | H32 |
| units.AMPERE_SQUARE_METRE | ampere square metre | A·m² | A5 |
| units.AMPERE_SQUARE_METRE_PER_JOULE_SECOND | ampere square metre per joule second | A·m²/(J·s) | A10 |
| units.AMPERE_TUM_PER_CENTIMETRE | ampere tum per centimetre | 73 | |
| units.AMPOULE | ampoule | AM | |
| units.ANGSTROM | angstrom | Å | A11 |
| units.ANTI_HEMOPHILIC_FACTOR_AHF_UNIT | anti-hemophilic factor (AHF) unit | AQ | |
| units.ARE | are | a | ARE |
| units.ASSEMBLY | assembly | AY | |
| units.ASSORTMENT | assortment | AS | |
| units.ASTRONOMICAL_UNIT | astronomical unit | ua | A12 |
| units.ATTOFARAD | attofarad | aF | H48 |
| units.ATTOJOULE | attojoule | aJ | A13 |
| units.AVERAGE_MINUTE_PER_CALL | average minute per call | AI | |
| units.BAG | bag | BG | |
| units.BALE | bale | BL | |
| units.BALL | ball | AA | |
| units.BAND | band | D92 | |
| units.BARGE | barge | NB | |
| units.BARN | barn | b | A14 |
| units.BARN_PER_ELECTRONVOLT | barn per electronvolt | b/eV | A15 |
| units.BARN_PER_STERADIAN | barn per steradian | b/sr | A17 |
| units.BARN_PER_STERADIAN_ELECTRONVOLT | barn per steradian electronvolt | b/(sr·eV) | A16 |
| units.BARREL_IMPERIAL | barrel, imperial | B4 | |
| units.BARREL_UK_PETROLEUM | barrel (UK petroleum) | bbl (UK liq.) | J57 |
| units.BARREL_UK_PETROLEUM_PER_DAY | barrel (UK petroleum) per day | bbl (UK liq.)/d | J59 |
| units.BARREL_UK_PETROLEUM_PER_HOUR | barrel (UK petroleum) per hour | bbl (UK liq.)/h | J60 |
| units.BARREL_UK_PETROLEUM_PER_MINUTE | barrel (UK petroleum) per minute | bbl (UK liq.)/min | J58 |
| units.BARREL_UK_PETROLEUM_PER_SECOND | barrel (UK petroleum) per second | bbl (UK liq.)/s | J61 |
| units.BARREL_US | barrel (US) | barrel (US) | BLL |
| units.BARREL_US_PER_DAY | barrel (US) per day | barrel (US)/d | B1 |
| units.BARREL_US_PER_MINUTE | barrel (US) per minute | barrel (US)/min | 5A |
| units.BARREL_US_PETROLEUM_PER_HOUR | barrel (US petroleum) per hour | bbl (US)/h | J62 |
| units.BARREL_US_PETROLEUM_PER_SECOND | barrel (US petroleum) per second | bbl (US)/s | J63 |
| units.BAR_CUBIC_METRE_PER_SECOND | bar cubic metre per second | bar·m³/s | F92 |
| units.BAR_LITRE_PER_SECOND | bar litre per second | bar·l/s | F91 |
| units.BAR_PER_BAR | bar per bar | bar/bar | J56 |
| units.BAR_PER_KELVIN | bar per kelvin | bar/K | F81 |
| units.BAR_UNIT_OF_PACKAGING | bar [unit of packaging] | BR | |
| units.BAR_UNIT_OF_PRESSURE | bar [unit of pressure] | bar | BAR |
| units.BASE_BOX | base box | BB | |
| units.BASE_WEIGHT | base weight | BW | |
| units.BASKET | basket | BK | |
| units.BATCH | batch | 5B | |
| units.BATT | batt | B9 | |
| units.BATTING_POUND | batting pound | B3 | |
| units.BAUD | baud | Bd | J38 |
| units.BEAM | beam | D79 | |
| units.BEATS_PER_MINUTE | beats per minute | BPM | BPM |
| units.BEAUFORT | Beaufort | Bft | M19 |
| units.BECQUEREL | becquerel | Bq | BQL |
| units.BECQUEREL_PER_CUBIC_METRE | becquerel per cubic metre | Bq/m³ | A19 |
| units.BECQUEREL_PER_KILOGRAM | becquerel per kilogram | Bq/kg | A18 |
| units.BEL | bel | B | M72 |
| units.BELT | belt | E2 | |
| units.BEL_PER_METRE | bel per metre | B/m | P43 |
| units.BIG_POINT | big point | bp | H82 |
| units.BILLET | billet | B5 | |
| units.BILLION_EUR | billion (EUR) | BIL | |
| units.BIN | bin | 2W | |
| units.BIOT | biot | Bi | N96 |
| units.BIT | bit | bit | A99 |
| units.BIT_PER_CUBIC_METRE | bit per cubic metre | bit/m³ | F01 |
| units.BIT_PER_METRE | bit per metre | bit/m | E88 |
| units.BIT_PER_SECOND | bit per second | bit/s | B10 |
| units.BIT_PER_SQUARE_METRE | bit per square metre | bit/m² | E89 |
| units.BLANK | blank | H21 | |
| units.BLOCK | block | D64 | |
| units.BOARD | board | BD | |
| units.BOARD_FOOT | board foot | fbm | BFT |
| units.BOBBIN | bobbin | 4A | |
| units.BOLT | bolt | BT | |
| units.BOOK | book | D63 | |
| units.BOTTLE | bottle | BO | |
| units.BOX | box | BX | |
| units.BRAKE_HORSE_POWER | brake horse power | BHP | BHP |
| units.BRITISH_THERMAL_UNIT_39_DEG_F | British thermal unit (39 ºF) | Btu (39 ºF) | N66 |
| units.BRITISH_THERMAL_UNIT_59_DEG_F | British thermal unit (59 ºF) | Btu (59 ºF) | N67 |
| units.BRITISH_THERMAL_UNIT_60_DEG_F | British thermal unit (60 ºF) | Btu (60 ºF) | N68 |
| units.BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE | British thermal unit (international table) | BtuIT | BTU |
| units.BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE_FOOT_PER_HOUR_SQUARE_FOOT_DEGREE_FAHRENHEIT | British thermal unit (international table) foot per hour square foot degree Fahrenheit | BtuIT·ft/(h·ft²·°F) | J40 |
| units.BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE_INCH_PER_HOUR_SQUARE_FOOT_DEGREE_FAHRENHEIT | British thermal unit (international table) inch per hour square foot degree Fahrenheit | BtuIT·in/(h·ft²·°F) | J41 |
| units.BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE_INCH_PER_SECOND_SQUARE_FOOT_DEGREE_FAHRENHEIT | British thermal unit (international table) inch per second square foot degree Fahrenheit | BtuIT·in/(s·ft²·°F) | J42 |
| units.BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE_PER_CUBIC_FOOT | British thermal unit (international table) per cubic foot | BtuIT/ft³ | N58 |
| units.BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE_PER_DEGREE_FAHRENHEIT | British thermal unit (international table) per degree Fahrenheit | BtuIT/ºF | N60 |
| units.BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE_PER_DEGREE_RANKINE | British thermal unit (international table) per degree Rankine | BtuIT/ºR | N62 |
| units.BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE_PER_HOUR | British thermal unit (international table) per hour | BtuIT/h | 2I |
| units.BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE_PER_HOUR_SQUARE_FOOT_DEGREE_FAHRENHEIT | British thermal unit (international table) per hour square foot degree Fahrenheit | BtuIT/(h·ft²·ºF) | N74 |
| units.BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE_PER_HOUR_SQUARE_FOOT_DEGREE_RANKINE | British thermal unit (international table) per hour square foot degree Rankine | BtuIT/(h·ft²·°R) | A23 |
| units.BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE_PER_MINUTE | British thermal unit (international table) per minute | BtuIT/min | J44 |
| units.BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE_PER_POUND | British thermal unit (international table) per pound | BtuIT/lb | AZ |
| units.BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE_PER_POUND_DEGREE_FAHRENHEIT | British thermal unit (international table) per pound degree Fahrenheit | BtuIT/(lb·°F) | J43 |
| units.BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE_PER_POUND_DEGREE_RANKINE | British thermal unit (international table) per pound degree Rankine | BtuIT/(lb·°R) | A21 |
| units.BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE_PER_SECOND | British thermal unit (international table) per second | BtuIT/s | J45 |
| units.BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE_PER_SECOND_FOOT_DEGREE_RANKINE | British thermal unit (international table) per second foot degree Rankine | BtuIT/(s·ft·°R) | A22 |
| units.BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE_PER_SECOND_SQUARE_FOOT_DEGREE_FAHRENHEIT | British thermal unit (international table) per second square foot degree Fahrenheit | BtuIT/(s·ft²·ºF) | N76 |
| units.BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE_PER_SECOND_SQUARE_FOOT_DEGREE_RANKINE | British thermal unit (international table) per second square foot degree Rankine | BtuIT/(s·ft²·°R) | A20 |
| units.BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE_PER_SQUARE_FOOT | British thermal unit (international table) per square foot | BtuIT/ft² | P37 |
| units.BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE_PER_SQUARE_FOOT_HOUR | British thermal unit (international table) per square foot hour | BtuIT/(ft²·h) | N50 |
| units.BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE_PER_SQUARE_FOOT_SECOND | British thermal unit (international table) per square foot second | BtuIT/(ft²·s) | N53 |
| units.BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE_PER_SQUARE_INCH_SECOND | British thermal unit (international table) per square inch second | BtuIT/(in²·s) | N55 |
| units.BRITISH_THERMAL_UNIT_MEAN | British thermal unit (mean) | Btu | J39 |
| units.BRITISH_THERMAL_UNIT_THERMOCHEMICAL_FOOT_PER_HOUR_SQUARE_FOOT_DEGREE_FAHRENHEIT | British thermal unit (thermochemical) foot per hour square foot degree Fahrenheit | Btuth·ft/(h·ft²·°F) | J46 |
| units.BRITISH_THERMAL_UNIT_THERMOCHEMICAL_INCH_PER_HOUR_SQUARE_FOOT_DEGREE_FAHRENHEIT | British thermal unit (thermochemical) inch per hour square foot degree Fahrenheit | Btuth·in/(h·ft²·°F) | J48 |
| units.BRITISH_THERMAL_UNIT_THERMOCHEMICAL_INCH_PER_SECOND_SQUARE_FOOT_DEGREE_FAHRENHEIT | British thermal unit (thermochemical) inch per second square foot degree Fahrenheit | Btuth·in/(s·ft²·°F) | J49 |
| units.BRITISH_THERMAL_UNIT_THERMOCHEMICAL_PER_CUBIC_FOOT | British thermal unit (thermochemical) per cubic foot | Btuth/ft³ | N59 |
| units.BRITISH_THERMAL_UNIT_THERMOCHEMICAL_PER_DEGREE_FAHRENHEIT | British thermal unit (thermochemical) per degree Fahrenheit | Btuth/ºF | N61 |
| units.BRITISH_THERMAL_UNIT_THERMOCHEMICAL_PER_DEGREE_RANKINE | British thermal unit (thermochemical) per degree Rankine | Btuth/ºR | N63 |
| units.BRITISH_THERMAL_UNIT_THERMOCHEMICAL_PER_HOUR | British thermal unit (thermochemical) per hour | Btuth/h | J47 |
| units.BRITISH_THERMAL_UNIT_THERMOCHEMICAL_PER_HOUR_SQUARE_FOOT_DEGREE_FAHRENHEIT | British thermal unit (thermochemical) per hour square foot degree Fahrenheit | Btuth/(h·ft²·ºF) | N75 |
| units.BRITISH_THERMAL_UNIT_THERMOCHEMICAL_PER_MINUTE | British thermal unit (thermochemical) per minute | Btuth/min | J51 |
| units.BRITISH_THERMAL_UNIT_THERMOCHEMICAL_PER_POUND | British thermal unit (thermochemical) per pound | Btuth/lb | N73 |
| units.BRITISH_THERMAL_UNIT_THERMOCHEMICAL_PER_POUND_DEGREE_FAHRENHEIT | British thermal unit (thermochemical) per pound degree Fahrenheit | Btuth/(lb·°F) | J50 |
| units.BRITISH_THERMAL_UNIT_THERMOCHEMICAL_PER_POUND_DEGREE_RANKINE | British thermal unit (thermochemical) per pound degree Rankine | (Btuth/°R)/lb | N64 |
| units.BRITISH_THERMAL_UNIT_THERMOCHEMICAL_PER_SECOND | British thermal unit (thermochemical) per second | Btuth/s | J52 |
| units.BRITISH_THERMAL_UNIT_THERMOCHEMICAL_PER_SECOND_SQUARE_FOOT_DEGREE_FAHRENHEIT | British thermal unit (thermochemical) per second square foot degree Fahrenheit | Btuth/(s·ft²·ºF) | N77 |
| units.BRITISH_THERMAL_UNIT_THERMOCHEMICAL_PER_SQUARE_FOOT | British thermal unit (thermochemical) per square foot | Btuth/ft² | P38 |
| units.BRITISH_THERMAL_UNIT_THERMOCHEMICAL_PER_SQUARE_FOOT_HOUR | British thermal unit (thermochemical) per square foot hour | Btuth/(ft²·h) | N51 |
| units.BRITISH_THERMAL_UNIT_THERMOCHEMICAL_PER_SQUARE_FOOT_MINUTE | British thermal unit (thermochemical) per square foot minute | Btuth/(ft²·min) | N52 |
| units.BRITISH_THERMAL_UNIT_THERMOCHEMICAL_PER_SQUARE_FOOT_SECOND | British thermal unit (thermochemical) per square foot second | Btuth/(ft²·s) | N54 |
| units.BRUSH | brush | BH | |
| units.BTU_PER_CUBIC_FOOT | Btu per cubic foot | BTU/ft³ | B0 |
| units.BUCKET | bucket | BJ | |
| units.BULK | bulk | VQ | |
| units.BULK_CAR_LOAD | bulk car load | 48 | |
| units.BULK_PACK | bulk pack | pk | AB |
| units.BUN | bun | B6 | |
| units.BUNDLE | bundle | BE | |
| units.BUNK | bunk | B2 | |
| units.BUSHEL_UK | bushel (UK) | bushel (UK) | BUI |
| units.BUSHEL_UK_PER_DAY | bushel (UK) per day | bu (UK)/d | J64 |
| units.BUSHEL_UK_PER_HOUR | bushel (UK) per hour | bu (UK)/h | J65 |
| units.BUSHEL_UK_PER_MINUTE | bushel (UK) per minute | bu (UK)/min | J66 |
| units.BUSHEL_UK_PER_SECOND | bushel (UK) per second | bu (UK)/s | J67 |
| units.BUSHEL_US | bushel (US) | bu (US) | BUA |
| units.BUSHEL_US_DRY_PER_DAY | bushel (US dry) per day | bu (US dry)/d | J68 |
| units.BUSHEL_US_DRY_PER_HOUR | bushel (US dry) per hour | bu (US dry)/h | J69 |
| units.BUSHEL_US_DRY_PER_MINUTE | bushel (US dry) per minute | bu (US dry)/min | J70 |
| units.BUSHEL_US_DRY_PER_SECOND | bushel (US dry) per second | bu (US dry)/s | J71 |
| units.BYTE | byte | byte | AD |
| units.BYTE_PER_SECOND | byte per second | byte/s | P93 |
| units.CABOOSE_COUNT | caboose count | 1D | |
| units.CABOOSE_MILE | caboose mile | 1H | |
| units.CAKE | cake | KA | |
| units.CALL | call | C0 | |
| units.CALORIE | calorie | cal | R4 |
| units.CALORIE_20_DEG_C | calorie (20 ºC) | cal₂₀ | N69 |
| units.CALORIE_INTERNATIONAL_TABLE | calorie (international table) | calIT | D70 |
| units.CALORIE_INTERNATIONAL_TABLE_PER_GRAM | calorie (international table) per gram | calIT/g | D75 |
| units.CALORIE_INTERNATIONAL_TABLE_PER_GRAM_DEGREE_CELSIUS | calorie (international table) per gram degree Celsius | calIT/(g·°C) | J76 |
| units.CALORIE_INTERNATIONAL_TABLE_PER_GRAM_KELVIN | calorie (international table) per gram kelvin | calIT/(g·K) | D76 |
| units.CALORIE_INTERNATIONAL_TABLE_PER_SECOND_CENTIMETRE_KELVIN | calorie (international table) per second centimetre kelvin | calIT/(s·cm·K) | D71 |
| units.CALORIE_INTERNATIONAL_TABLE_PER_SECOND_SQUARE_CENTIMETRE_KELVIN | calorie (international table) per second square centimetre kelvin | calIT/(s·cm²·K) | D72 |
| units.CALORIE_MEAN | calorie (mean) | cal | J75 |
| units.CALORIE_PER_CUBIC_CENTIMETRE | calorie per cubic centimetre | 92 | |
| units.CALORIE_PER_GRAM | calorie per gram | cal/g | 93 |
| units.CALORIE_THERMOCHEMICAL | calorie (thermochemical) | calth | D35 |
| units.CALORIE_THERMOCHEMICAL_PER_CENTIMETRE_SECOND_DEGREE_CELSIUS | calorie (thermochemical) per centimetre second degree Celsius | calth/(cm·s·°C) | J78 |
| units.CALORIE_THERMOCHEMICAL_PER_GRAM | calorie (thermochemical) per gram | calth/g | B36 |
| units.CALORIE_THERMOCHEMICAL_PER_GRAM_DEGREE_CELSIUS | calorie (thermochemical) per gram degree Celsius | calth/(g·°C) | J79 |
| units.CALORIE_THERMOCHEMICAL_PER_GRAM_KELVIN | calorie (thermochemical) per gram kelvin | calth/(g·K) | D37 |
| units.CALORIE_THERMOCHEMICAL_PER_MINUTE | calorie (thermochemical) per minute | calth/min | J81 |
| units.CALORIE_THERMOCHEMICAL_PER_SECOND | calorie (thermochemical) per second | calth/s | J82 |
| units.CALORIE_THERMOCHEMICAL_PER_SECOND_CENTIMETRE_KELVIN | calorie (thermochemical) per second centimetre kelvin | calth/(s·cm·K) | D38 |
| units.CALORIE_THERMOCHEMICAL_PER_SECOND_SQUARE_CENTIMETRE_KELVIN | calorie (thermochemical) per second square centimetre kelvin | calth/(s·cm²·K) | D39 |
| units.CALORIE_THERMOCHEMICAL_PER_SQUARE_CENTIMETRE | calorie (thermochemical) per square centimetre | calth/cm² | P39 |
| units.CALORIE_THERMOCHEMICAL_PER_SQUARE_CENTIMETRE_MINUTE | calorie (thermochemical) per square centimetre minute | calth/(cm²·min) | N56 |
| units.CALORIE_THERMOCHEMICAL_PER_SQUARE_CENTIMETRE_SECOND | calorie (thermochemical) per square centimetre second | calth/(cm²·s) | N57 |
| units.CAN | can | CA | |
| units.CANDELA | candela | cd | CDL |
| units.CANDELA_PER_SQUARE_FOOT | candela per square foot | cd/ft² | P32 |
| units.CANDELA_PER_SQUARE_INCH | candela per square inch | cd/in² | P28 |
| units.CANDELA_PER_SQUARE_METRE | candela per square metre | cd/m² | A24 |
| units.CAP | cap | 4B | |
| units.CAPSULE | capsule | AV | |
| units.CAR | car | NC | |
| units.CARBOY | carboy | CO | |
| units.CARD | card | CG | |
| units.CARLOAD | carload | C4 | |
| units.CARRYING_CAPACITY_IN_METRIC_TON | carrying capacity in metric ton | CCT | |
| units.CARSET | carset | C2 | |
| units.CARTON | carton | CT | |
| units.CARTRIDGE | cartridge | CQ | |
| units.CAR_COUNT | car count | 1B | |
| units.CAR_MILE | car mile | 1A | |
| units.CASE | case | CS | |
| units.CASK | cask | Z3 | |
| units.CASSETTE | cassette | D66 | |
| units.CATCH_WEIGHT | catch weight | 31 | |
| units.CELL | cell | C6 | |
| units.CENTAL_UK | cental (UK) | CNT | |
| units.CENTIGRAM | centigram | cg | CGM |
| units.CENTILITRE | centilitre | cl | CLT |
| units.CENTIMETRE | centimetre | cm | CMT |
| units.CENTIMETRE_OF_MERCURY | centimetre of mercury | cm Hg | J89 |
| units.CENTIMETRE_OF_MERCURY_0_DEG_C | centimetre of mercury (0 ºC) | cmHg (0 ºC) | N13 |
| units.CENTIMETRE_OF_WATER_4_DEG_C | centimetre of water (4 ºC) | cmH₂O (4 °C) | N14 |
| units.CENTIMETRE_PER_BAR | centimetre per bar | cm/bar | G04 |
| units.CENTIMETRE_PER_HOUR | centimetre per hour | cm/h | H49 |
| units.CENTIMETRE_PER_KELVIN | centimetre per kelvin | cm/K | F51 |
| units.CENTIMETRE_PER_SECOND | centimetre per second | cm/s | 2M |
| units.CENTIMETRE_PER_SECOND_BAR | centimetre per second bar | (cm/s)/bar | J85 |
| units.CENTIMETRE_PER_SECOND_KELVIN | centimetre per second kelvin | (cm/s)/K | J84 |
| units.CENTIMETRE_PER_SECOND_SQUARED | centimetre per second squared | cm/s² | M39 |
| units.CENTINEWTON_METRE | centinewton metre | cN·m | J72 |
| units.CENTIPOISE | centipoise | cP | C7 |
| units.CENTIPOISE_PER_BAR | centipoise per bar | cP/bar | J74 |
| units.CENTIPOISE_PER_KELVIN | centipoise per kelvin | cP/K | J73 |
| units.CENTISTOKES | centistokes | cSt | 4C |
| units.CHAIN_BASED_ON_U_S_SURVEY_FOOT | chain (based on U.S. survey foot) | ch (US survey) | M49 |
| units.CHEST | chest | Z2 | |
| units.CHEVAL_VAPEUR | cheval vapeur | CV | A25 |
| units.CIRCULAR_MIL | circular mil | cmil | M47 |
| units.CLO | clo | clo | J83 |
| units.COIL | coil | CL | |
| units.COIL_GROUP | coil group | C9 | |
| units.COLUMN_INCH | column inch | II | |
| units.COMBO | combo | CZ | |
| units.COMMON_YEAR | common year | y (365 days) | L95 |
| units.COMPOSITE_PRODUCT_POUND_TOTAL_WEIGHT | composite product pound (total weight) | C1 | |
| units.CONE | cone | CJ | |
| units.CONFERENCE_POINT | conference point | Z6 | |
| units.CONNECTOR | connector | CK | |
| units.CONTAINER | container | CH | |
| units.CONTENT_GRAM | content gram | CTG | |
| units.CONTENT_TON_METRIC | content ton (metric) | CTN | |
| units.CONVENTIONAL_CENTIMETRE_OF_WATER | conventional centimetre of water | cm H₂O | H78 |
| units.CONVENTIONAL_METRE_OF_WATER | conventional metre of water | mH₂O | N23 |
| units.CONVENTIONAL_MILLIMETRE_OF_MERCURY | conventional millimetre of mercury | mm Hg | HN |
| units.CONVENTIONAL_MILLIMETRE_OF_WATER | conventional millimetre of water | mm H₂O | HP |
| units.COP | cop | AJ | |
| units.CORD | cord | WCD | |
| units.CORD_12EIGHT_FT3 | cord (128 ft3) | cord | M68 |
| units.COST | cost | C5 | |
| units.COULOMB | coulomb | C | COU |
| units.COULOMB_METRE | coulomb metre | C·m | A26 |
| units.COULOMB_METRE_SQUARED_PER_VOLT | coulomb metre squared per volt | C·m²/V | A27 |
| units.COULOMB_PER_CUBIC_CENTIMETRE | coulomb per cubic centimetre | C/cm³ | A28 |
| units.COULOMB_PER_CUBIC_METRE | coulomb per cubic metre | C/m³ | A29 |
| units.COULOMB_PER_CUBIC_MILLIMETRE | coulomb per cubic millimetre | C/mm³ | A30 |
| units.COULOMB_PER_KILOGRAM | coulomb per kilogram | C/kg | CKG |
| units.COULOMB_PER_KILOGRAM_SECOND | coulomb per kilogram second | C/(kg·s) | A31 |
| units.COULOMB_PER_METRE | coulomb per metre | C/m | P10 |
| units.COULOMB_PER_MOLE | coulomb per mole | C/mol | A32 |
| units.COULOMB_PER_SQUARE_CENTIMETRE | coulomb per square centimetre | C/cm² | A33 |
| units.COULOMB_PER_SQUARE_METRE | coulomb per square metre | C/m² | A34 |
| units.COULOMB_PER_SQUARE_MILLIMETRE | coulomb per square millimetre | C/mm² | A35 |
| units.COULOMB_SQUARE_METRE_PER_KILOGRAM | coulomb square metre per kilogram | C·m²/kg | J53 |
| units.COUNT_PER_CENTIMETRE | count per centimetre | IT | |
| units.COUNT_PER_INCH | count per inch | IC | |
| units.COUNT_PER_MINUTE | count per minute | 5K | |
| units.COVER | cover | CV | |
| units.CRATE | crate | CR | |
| units.CREDIT | credit | B17 | |
| units.CUBIC_CENTIMETRE | cubic centimetre | cm³ | CMQ |
| units.CUBIC_CENTIMETRE_PER_BAR | cubic centimetre per bar | cm³/bar | G94 |
| units.CUBIC_CENTIMETRE_PER_CUBIC_METRE | cubic centimetre per cubic metre | cm³/m³ | J87 |
| units.CUBIC_CENTIMETRE_PER_DAY | cubic centimetre per day | cm³/d | G47 |
| units.CUBIC_CENTIMETRE_PER_DAY_BAR | cubic centimetre per day bar | cm³/(d·bar) | G78 |
| units.CUBIC_CENTIMETRE_PER_DAY_KELVIN | cubic centimetre per day kelvin | cm³/(d·K) | G61 |
| units.CUBIC_CENTIMETRE_PER_HOUR | cubic centimetre per hour | cm³/h | G48 |
| units.CUBIC_CENTIMETRE_PER_HOUR_BAR | cubic centimetre per hour bar | cm³/(h·bar) | G79 |
| units.CUBIC_CENTIMETRE_PER_HOUR_KELVIN | cubic centimetre per hour kelvin | cm³/(h·K) | G62 |
| units.CUBIC_CENTIMETRE_PER_KELVIN | cubic centimetre per kelvin | cm³/K | G27 |
| units.CUBIC_CENTIMETRE_PER_MINUTE | cubic centimetre per minute | cm³/min | G49 |
| units.CUBIC_CENTIMETRE_PER_MINUTE_BAR | cubic centimetre per minute bar | cm³/(min·bar) | G80 |
| units.CUBIC_CENTIMETRE_PER_MINUTE_KELVIN | cubic centimetre per minute kelvin | cm³/(min·K) | G63 |
| units.CUBIC_CENTIMETRE_PER_MOLE | cubic centimetre per mole | cm³/mol | A36 |
| units.CUBIC_CENTIMETRE_PER_SECOND | cubic centimetre per second | cm³/s | 2J |
| units.CUBIC_CENTIMETRE_PER_SECOND_BAR | cubic centimetre per second bar | cm³/(s·bar) | G81 |
| units.CUBIC_CENTIMETRE_PER_SECOND_KELVIN | cubic centimetre per second kelvin | cm³/(s·K) | G64 |
| units.CUBIC_DECAMETRE | cubic decametre | dam³ | DMA |
| units.CUBIC_DECIMETRE | cubic decimetre | dm³ | DMQ |
| units.CUBIC_DECIMETRE_PER_CUBIC_METRE | cubic decimetre per cubic metre | dm³/m³ | J91 |
| units.CUBIC_DECIMETRE_PER_DAY | cubic decimetre per day | dm³/d | J90 |
| units.CUBIC_DECIMETRE_PER_HOUR | cubic decimetre per hour | dm³/h | E92 |
| units.CUBIC_DECIMETRE_PER_KILOGRAM | cubic decimetre per kilogram | dm³/kg | N28 |
| units.CUBIC_DECIMETRE_PER_MINUTE | cubic decimetre per minute | dm³/min | J92 |
| units.CUBIC_DECIMETRE_PER_MOLE | cubic decimetre per mole | dm³/mol | A37 |
| units.CUBIC_DECIMETRE_PER_SECOND | cubic decimetre per second | dm³/s | J93 |
| units.CUBIC_FOOT | cubic foot | ft³ | FTQ |
| units.CUBIC_FOOT_PER_DAY | cubic foot per day | ft³/d | K22 |
| units.CUBIC_FOOT_PER_DEGREE_FAHRENHEIT | cubic foot per degree Fahrenheit | ft³/°F | K21 |
| units.CUBIC_FOOT_PER_HOUR | cubic foot per hour | ft³/h | 2K |
| units.CUBIC_FOOT_PER_MINUTE | cubic foot per minute | ft³/min | 2L |
| units.CUBIC_FOOT_PER_MINUTE_PER_SQUARE_FOOT | cubic foot per minute per square foot | ft³/(min/ft²) | 36 |
| units.CUBIC_FOOT_PER_POUND | cubic foot per pound | ft³/lb | N29 |
| units.CUBIC_FOOT_PER_PSI | cubic foot per psi | ft³/psi | K23 |
| units.CUBIC_FOOT_PER_SECOND | cubic foot per second | ft³/s | E17 |
| units.CUBIC_HECTOMETRE | cubic hectometre | hm³ | H19 |
| units.CUBIC_INCH | cubic inch | in³ | INQ |
| units.CUBIC_INCH_PER_HOUR | cubic inch per hour | in³/h | G56 |
| units.CUBIC_INCH_PER_MINUTE | cubic inch per minute | in³/min | G57 |
| units.CUBIC_INCH_PER_POUND | cubic inch per pound | in³/lb | N30 |
| units.CUBIC_INCH_PER_SECOND | cubic inch per second | in³/s | G58 |
| units.CUBIC_KILOMETRE | cubic kilometre | km³ | H20 |
| units.CUBIC_METRE | cubic metre | m³ | MTQ |
| units.CUBIC_METRE_DAY | Cubic Metre Day | m³·d | MQD |
| units.CUBIC_METRE_MONTH | Cubic Metre Month | m³·mo | MQM |
| units.CUBIC_METRE_NET | cubic metre (net) | D90 | |
| units.CUBIC_METRE_PER_BAR | cubic metre per bar | m³/bar | G96 |
| units.CUBIC_METRE_PER_COULOMB | cubic metre per coulomb | m³/C | A38 |
| units.CUBIC_METRE_PER_CUBIC_METRE | cubic metre per cubic metre | m³/m³ | H60 |
| units.CUBIC_METRE_PER_DAY | cubic metre per day | m³/d | G52 |
| units.CUBIC_METRE_PER_DAY_BAR | cubic metre per day bar | m³/(d·bar) | G86 |
| units.CUBIC_METRE_PER_DAY_KELVIN | cubic metre per day kelvin | m³/(d·K) | G69 |
| units.CUBIC_METRE_PER_HOUR | cubic metre per hour | m³/h | MQH |
| units.CUBIC_METRE_PER_HOUR_BAR | cubic metre per hour bar | m³/(h·bar) | G87 |
| units.CUBIC_METRE_PER_HOUR_KELVIN | cubic metre per hour kelvin | m³/(h·K) | G70 |
| units.CUBIC_METRE_PER_KELVIN | cubic metre per kelvin | m³/K | G29 |
| units.CUBIC_METRE_PER_KILOGRAM | cubic metre per kilogram | m³/kg | A39 |
| units.CUBIC_METRE_PER_MINUTE | cubic metre per minute | m³/min | G53 |
| units.CUBIC_METRE_PER_MINUTE_BAR | cubic metre per minute bar | m³/(min·bar) | G88 |
| units.CUBIC_METRE_PER_MINUTE_KELVIN | cubic metre per minute kelvin | m³/(min·K) | G71 |
| units.CUBIC_METRE_PER_MOLE | cubic metre per mole | m³/mol | A40 |
| units.CUBIC_METRE_PER_PASCAL | cubic metre per pascal | m³/Pa | M71 |
| units.CUBIC_METRE_PER_SECOND | cubic metre per second | m³/s | MQS |
| units.CUBIC_METRE_PER_SECOND_BAR | cubic metre per second bar | m³/(s·bar) | G89 |
| units.CUBIC_METRE_PER_SECOND_KELVIN | cubic metre per second kelvin | m³/(s·K) | G72 |
| units.CUBIC_METRE_PER_SECOND_PASCAL | cubic metre per second pascal | (m³/s)/Pa | N45 |
| units.CUBIC_METRE_PER_SECOND_SQUARE_METRE | cubic metre per second square metre | (m³/s)/m² | P87 |
| units.CUBIC_METRE_WEEK | Cubic Metre Week | m³·wk | MQW |
| units.CUBIC_MILE_UK_STATUTE | cubic mile (UK statute) | mi³ | M69 |
| units.CUBIC_MILLIMETRE | cubic millimetre | mm³ | MMQ |
| units.CUBIC_MILLIMETRE_PER_CUBIC_METRE | cubic millimetre per cubic metre | mm³/m³ | L21 |
| units.CUBIC_YARD | cubic yard | yd³ | YDQ |
| units.CUBIC_YARD_PER_DAY | cubic yard per day | yd³/d | M12 |
| units.CUBIC_YARD_PER_DEGREE_FAHRENHEIT | cubic yard per degree Fahrenheit | yd³/°F | M11 |
| units.CUBIC_YARD_PER_HOUR | cubic yard per hour | yd³/h | M13 |
| units.CUBIC_YARD_PER_MINUTE | cubic yard per minute | yd³/min | M15 |
| units.CUBIC_YARD_PER_PSI | cubic yard per psi | yd³/psi | M14 |
| units.CUBIC_YARD_PER_SECOND | cubic yard per second | yd³/s | M16 |
| units.CUP | cup | CU | |
| units.CUP_UNIT_OF_VOLUME | cup [unit of volume] | cup (US) | G21 |
| units.CURIE | curie | Ci | CUR |
| units.CURIE_PER_KILOGRAM | curie per kilogram | Ci/kg | A42 |
| units.CURL_UNIT | curl unit | 94 | |
| units.CYCLE | cycle | B7 | |
| units.CYLINDER | cylinder | CY | |
| units.DATA_RECORD | data record | DQ | |
| units.DAY | day | d | DAY |
| units.DEADWEIGHT_TONNAGE | deadweight tonnage | dwt | A43 |
| units.DEAL | deal | DE | |
| units.DECADE | decade | DEC | |
| units.DECADE_LOGARITHMIC | decade (logarithmic) | dec | P41 |
| units.DECAGRAM | decagram | dag | DJ |
| units.DECALITRE | decalitre | dal | A44 |
| units.DECAMETRE | decametre | dam | A45 |
| units.DECAPASCAL | decapascal | daPa | H75 |
| units.DECARE | decare | daa | DAA |
| units.DECIBEL | decibel | dB | 2N |
| units.DECIBEL_MILLIWATTS | Decibel-milliwatts | dBm | DBM |
| units.DECIBEL_PER_KILOMETRE | decibel per kilometre | dB/km | H51 |
| units.DECIBEL_PER_METRE | decibel per metre | dB/m | H52 |
| units.DECIBEL_WATT | Decibel watt | dBW | DBW |
| units.DECIGRAM | decigram | dg | DG |
| units.DECILITRE | decilitre | dl | DLT |
| units.DECILITRE_PER_GRAM | decilitre per gram | dl/g | 22 |
| units.DECIMETRE | decimetre | dm | DMT |
| units.DECINEWTON_METRE | decinewton metre | dN·m | DN |
| units.DECITEX | decitex | dtex (g/10km) | A47 |
| units.DECITONNE | decitonne | dtn | DTN |
| units.DEGREE_API | degree API | °API | J13 |
| units.DEGREE_BALLING | degree Balling | °Balling | J17 |
| units.DEGREE_BAUME_ORIGIN_SCALE | degree Baume (origin scale) | °Bé | J14 |
| units.DEGREE_BAUME_US_HEAVY | degree Baume (US heavy) | °Bé (US heavy) | J15 |
| units.DEGREE_BAUME_US_LIGHT | degree Baume (US light) | °Bé (US light) | J16 |
| units.DEGREE_BRIX | degree Brix | °Bx | J18 |
| units.DEGREE_CELSIUS | degree Celsius | °C | CEL |
| units.DEGREE_CELSIUS_PER_BAR | degree Celsius per bar | °C/bar | F60 |
| units.DEGREE_CELSIUS_PER_HOUR | degree Celsius per hour | °C/h | H12 |
| units.DEGREE_CELSIUS_PER_KELVIN | degree Celsius per kelvin | °C/K | E98 |
| units.DEGREE_CELSIUS_PER_MINUTE | degree Celsius per minute | °C/min | H13 |
| units.DEGREE_CELSIUS_PER_SECOND | degree Celsius per second | °C/s | H14 |
| units.DEGREE_DAY | degree day | deg da | E10 |
| units.DEGREE_FAHRENHEIT | degree Fahrenheit | °F | FAH |
| units.DEGREE_FAHRENHEIT_HOUR_PER_BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE | degree Fahrenheit hour per British thermal unit (international table) | ºF/(BtuIT/h) | N84 |
| units.DEGREE_FAHRENHEIT_HOUR_PER_BRITISH_THERMAL_UNIT_THERMOCHEMICAL | degree Fahrenheit hour per British thermal unit (thermochemical) | ºF/(Btuth/h) | N85 |
| units.DEGREE_FAHRENHEIT_HOUR_SQUARE_FOOT_PER_BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE | degree Fahrenheit hour square foot per British thermal unit (international table) | °F·h·ft²/BtuIT | J22 |
| units.DEGREE_FAHRENHEIT_HOUR_SQUARE_FOOT_PER_BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE_INCH | degree Fahrenheit hour square foot per British thermal unit (international table) inch | ºF·h·ft²/(BtuIT·in) | N88 |
| units.DEGREE_FAHRENHEIT_HOUR_SQUARE_FOOT_PER_BRITISH_THERMAL_UNIT_THERMOCHEMICAL | degree Fahrenheit hour square foot per British thermal unit (thermochemical) | °F·h·ft²/Btuth | J19 |
| units.DEGREE_FAHRENHEIT_HOUR_SQUARE_FOOT_PER_BRITISH_THERMAL_UNIT_THERMOCHEMICAL_INCH | degree Fahrenheit hour square foot per British thermal unit (thermochemical) inch | ºF·h·ft²/(Btuth·in) | N89 |
| units.DEGREE_FAHRENHEIT_PER_BAR | degree Fahrenheit per bar | °F/bar | J21 |
| units.DEGREE_FAHRENHEIT_PER_HOUR | degree Fahrenheit per hour | °F/h | J23 |
| units.DEGREE_FAHRENHEIT_PER_KELVIN | degree Fahrenheit per kelvin | °F/K | J20 |
| units.DEGREE_FAHRENHEIT_PER_MINUTE | degree Fahrenheit per minute | °F/min | J24 |
| units.DEGREE_FAHRENHEIT_PER_SECOND | degree Fahrenheit per second | °F/s | J25 |
| units.DEGREE_FAHRENHEIT_SECOND_PER_BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE | degree Fahrenheit second per British thermal unit (international table) | ºF/(BtuIT/s) | N86 |
| units.DEGREE_FAHRENHEIT_SECOND_PER_BRITISH_THERMAL_UNIT_THERMOCHEMICAL | degree Fahrenheit second per British thermal unit (thermochemical) | ºF/(Btuth/s) | N87 |
| units.DEGREE_OECHSLE | degree Oechsle | °Oechsle | J27 |
| units.DEGREE_PER_METRE | degree per metre | °/m | H27 |
| units.DEGREE_PER_SECOND | degree per second | °/s | E96 |
| units.DEGREE_PLATO | degree Plato | °P | PLA |
| units.DEGREE_RANKINE | degree Rankine | °R | A48 |
| units.DEGREE_RANKINE_PER_HOUR | degree Rankine per hour | °R/h | J28 |
| units.DEGREE_RANKINE_PER_MINUTE | degree Rankine per minute | °R/min | J29 |
| units.DEGREE_RANKINE_PER_SECOND | degree Rankine per second | °R/s | J30 |
| units.DEGREE_TWADDELL | degree Twaddell | °Tw | J31 |
| units.DEGREE_UNIT_OF_ANGLE | degree [unit of angle] | ° | DD |
| units.DEGREE_UNIT_OF_ANGLE_PER_SECOND_SQUARED | degree [unit of angle] per second squared | °/s² | M45 |
| units.DENIER | denier | den (g/9 km) | A49 |
| units.DIGIT | digit | B19 | |
| units.DIOPTRE | dioptre | dpt | Q25 |
| units.DIRECTORY_BOOK | directory book | DY | |
| units.DISK_DISC | disk (disc) | DC | |
| units.DISPENSER | dispenser | DI | |
| units.DISPLACEMENT_TONNAGE | displacement tonnage | DPT | |
| units.DISPLAY | display | DS | |
| units.DOLLAR_PER_HOUR | dollar per hour | D67 | |
| units.DOSE | dose | E27 | |
| units.DOTS_PER_INCH | dots per inch | dpi | E39 |
| units.DOZEN | dozen | DOZ | DZN |
| units.DOZEN_PACK | dozen pack | DZP | |
| units.DOZEN_PAIR | dozen pair | DPR | |
| units.DOZEN_PIECE | dozen piece | DPC | |
| units.DOZEN_ROLL | dozen roll | DRL | |
| units.DRACHM_UK | drachm (UK) | DRM | |
| units.DRAIZE_SCORE | draize score | D8 | |
| units.DRAM_UK | dram (UK) | DRI | |
| units.DRAM_US | dram (US) | DRA | |
| units.DRUM | drum | DR | |
| units.DRY_BARREL_US | dry barrel (US) | bbl (US) | BLD |
| units.DRY_GALLON_US | dry gallon (US) | dry gal (US) | GLD |
| units.DRY_PINT_US | dry pint (US) | dry pt (US) | PTD |
| units.DRY_POUND | dry pound | DB | |
| units.DRY_QUART_US | dry quart (US) | dry qt (US) | QTD |
| units.DRY_TON | dry ton | DT | |
| units.DYNE | dyne | dyn | DU |
| units.DYNE_CENTIMETRE | dyne centimetre | dyn·cm | J94 |
| units.DYNE_METRE | dyne metre | dyn·m | M97 |
| units.DYNE_PER_CENTIMETRE | dyne per centimetre | dyn/cm | DX |
| units.DYNE_PER_SQUARE_CENTIMETRE | dyne per square centimetre | dyn/cm² | D9 |
| units.DYNE_SECOND_PER_CENTIMETRE | dyne second per centimetre | dyn·s/cm | A51 |
| units.DYNE_SECOND_PER_CENTIMETRE_TO_THE_FIFTH_POWER | dyne second per centimetre to the fifth power | dyn·s/cm⁵ | A52 |
| units.DYNE_SECOND_PER_CUBIC_CENTIMETRE | dyne second per cubic centimetre | dyn·s/cm³ | A50 |
| units.EACH | each | EA | |
| units.EACH_PER_MONTH | each per month | EC | |
| units.EIGHT_PACK | eight pack | P8 | |
| units.EIGHT_PART_CLOUD_COVER | 8-part cloud cover | A59 | |
| units.ELECTRONIC_MAIL_BOX | electronic mail box | EB | |
| units.ELECTRONVOLT | electronvolt | eV | A53 |
| units.ELECTRONVOLT_PER_METRE | electronvolt per metre | eV/m | A54 |
| units.ELECTRONVOLT_SQUARE_METRE | electronvolt square metre | eV·m² | A55 |
| units.ELECTRONVOLT_SQUARE_METRE_PER_KILOGRAM | electronvolt square metre per kilogram | eV·m²/kg | A56 |
| units.ELEVEN_PACK | eleven pack | EP | |
| units.EMPTY_CAR | empty car | 1E | |
| units.ENVELOPE | envelope | EV | |
| units.EQUIVALENT_GALLON | equivalent gallon | EQ | |
| units.ERG | erg | erg | A57 |
| units.ERG_PER_CENTIMETRE | erg per centimetre | erg/cm | A58 |
| units.ERG_PER_CUBIC_CENTIMETRE | erg per cubic centimetre | erg/cm³ | A60 |
| units.ERG_PER_GRAM | erg per gram | erg/g | A61 |
| units.ERG_PER_GRAM_SECOND | erg per gram second | erg/g·s | A62 |
| units.ERG_PER_SECOND | erg per second | erg/s | A63 |
| units.ERG_PER_SECOND_SQUARE_CENTIMETRE | erg per second square centimetre | erg/(s·cm²) | A64 |
| units.ERG_PER_SQUARE_CENTIMETRE_SECOND | erg per square centimetre second | erg/(cm²·s) | A65 |
| units.ERG_SQUARE_CENTIMETRE | erg square centimetre | erg·cm² | A66 |
| units.ERG_SQUARE_CENTIMETRE_PER_GRAM | erg square centimetre per gram | erg·cm²/g | A67 |
| units.ERLANG | erlang | E | Q11 |
| units.EXABIT_PER_SECOND | exabit per second | Ebit/s | E58 |
| units.EXAJOULE | exajoule | EJ | A68 |
| units.EXBIBIT_PER_CUBIC_METRE | exbibit per cubic metre | Eibit/m³ | E67 |
| units.EXBIBIT_PER_METRE | exbibit per metre | Eibit/m | E65 |
| units.EXBIBIT_PER_SQUARE_METRE | exbibit per square metre | Eibit/m² | E66 |
| units.EXBIBYTE | exbibyte | Eibyte | E59 |
| units.FAILURES_IN_TIME | failures in time | FIT | FIT |
| units.FAILURE_RATE_IN_TIME | failure rate in time | 63 | |
| units.FARAD | farad | F | FAR |
| units.FARAD_PER_KILOMETRE | farad per kilometre | F/km | H33 |
| units.FARAD_PER_METRE | farad per metre | F/m | A69 |
| units.FATHOM | fathom | fth | AK |
| units.FEMTOJOULE | femtojoule | fJ | A70 |
| units.FEMTOLITRE | femtolitre | fl | Q32 |
| units.FEMTOMETRE | femtometre | fm | A71 |
| units.FIBRE_METRE | fibre metre | FBM | |
| units.FIBRE_PER_CUBIC_CENTIMETRE_OF_AIR | fibre per cubic centimetre of air | F9 | |
| units.FIELD | field | FB | |
| units.FIFTEEN_DEG_C_CALORIE | 15 °C calorie | cal₁₅ | A1 |
| units.FIFTEEN_KG_DRUM | fifteen kg drum | 98 | |
| units.FIFTYFIVE_GALLON_US_DRUM | fiftyfive gallon (US) drum | 18 | |
| units.FIFTY_LB_BAG | fifty lb bag | 47 | |
| units.FIFTY_LB_BULK_BAG | fifty lb bulk bag | 46 | |
| units.FIVEHUNDRED_KG_BULK_BAG | fivehundred kg bulk bag | 44 | |
| units.FIVE_PACK | five pack | P5 | |
| units.FIXED_RATE | fixed rate | 1I | |
| units.FLAKE_TON | flake ton | FL | |
| units.FLUID_OUNCE_UK | fluid ounce (UK) | fl oz (UK) | OZI |
| units.FLUID_OUNCE_US | fluid ounce (US) | fl oz (US) | OZA |
| units.FOOT | foot | ft | FOT |
| units.FOOTCANDLE | footcandle | ftc | P27 |
| units.FOOTLAMBERT | footlambert | ftL | P29 |
| units.FOOT_OF_MERCURY | foot of mercury | ft Hg | K25 |
| units.FOOT_OF_WATER | foot of water | ft H₂O | K24 |
| units.FOOT_OF_WATER_39_2_DEG_F | foot of water (39.2 ºF) | ftH₂O (39,2 ºF) | N15 |
| units.FOOT_PER_DEGREE_FAHRENHEIT | foot per degree Fahrenheit | ft/°F | K13 |
| units.FOOT_PER_HOUR | foot per hour | ft/h | K14 |
| units.FOOT_PER_MINUTE | foot per minute | ft/min | FR |
| units.FOOT_PER_PSI | foot per psi | ft/psi | K17 |
| units.FOOT_PER_SECOND | foot per second | ft/s | FS |
| units.FOOT_PER_SECOND_DEGREE_FAHRENHEIT | foot per second degree Fahrenheit | (ft/s)/°F | K18 |
| units.FOOT_PER_SECOND_PSI | foot per second psi | (ft/s)/psi | K19 |
| units.FOOT_PER_SECOND_SQUARED | foot per second squared | ft/s² | A73 |
| units.FOOT_PER_THOUSAND | foot per thousand | E33 | |
| units.FOOT_POUNDAL | foot poundal | ft·pdl | N46 |
| units.FOOT_POUND_FORCE | foot pound-force | ft·lbf | 85 |
| units.FOOT_POUND_FORCE_PER_HOUR | foot pound-force per hour | ft·lbf/h | K15 |
| units.FOOT_POUND_FORCE_PER_MINUTE | foot pound-force per minute | ft·lbf/min | K16 |
| units.FOOT_POUND_FORCE_PER_SECOND | foot pound-force per second | ft·lbf/s | A74 |
| units.FOOT_TO_THE_FOURTH_POWER | foot to the fourth power | ft⁴ | N27 |
| units.FOOT_U_S_SURVEY | foot (U.S. survey) | ft (US survey) | M51 |
| units.FORMAZIN_NEPHELOMETRIC_UNIT | Formazin nephelometric unit | FNU | FNU |
| units.FORTY_FOOT_CONTAINER | forty foot container | 21 | |
| units.FOUR_PACK | four pack | P4 | |
| units.FRANKLIN | franklin | Fr | N94 |
| units.FREIGHT_TON | freight ton | A75 | |
| units.FRENCH_GAUGE | French gauge | Fg | H79 |
| units.FUEL_USAGE_GALLON_US | fuel usage gallon (US) | 1G | |
| units.FURLONG | furlong | fur | M50 |
| units.GAGE_SYSTEM | gage system | GZ | |
| units.GAL | gal | Gal | A76 |
| units.GALLONUS_PER_THOUSAND | gallon(US) per thousand | 5C | |
| units.GALLON_PER_THOUSAND_CUBIC_FOOT | gallon per thousand cubic foot | GW | |
| units.GALLON_UK | gallon (UK) | gal (UK) | GLI |
| units.GALLON_UK_PER_DAY | gallon (UK) per day | gal (UK)/d | K26 |
| units.GALLON_UK_PER_HOUR | gallon (UK) per hour | gal (UK)/h | K27 |
| units.GALLON_UK_PER_SECOND | gallon (UK) per second | gal (UK)/s | K28 |
| units.GALLON_US | gallon (US) | gal (US) | GLL |
| units.GALLON_US_LIQUID_PER_SECOND | gallon (US liquid) per second | gal (US liq.)/s | K30 |
| units.GALLON_US_PER_DAY | gallon (US) per day | gal (US)/d | GB |
| units.GALLON_US_PER_HOUR | gallon (US) per hour | gal/h | G50 |
| units.GAMMA | gamma | γ | P12 |
| units.GAUSS | gauss | Gs | 76 |
| units.GAUSSIAN_CGS_CENTIMETRE_GRAM_SECOND_SYSTEM_UNIT_OF_DISPLACEMENT | Gaussian CGS (Centimetre-Gram-Second system) unit of displacement | A77 | |
| units.GAUSSIAN_CGS_CENTIMETRE_GRAM_SECOND_SYSTEM_UNIT_OF_ELECTRIC_CHARGE | Gaussian CGS (Centimetre-Gram-Second system) unit of electric charge | A79 | |
| units.GAUSSIAN_CGS_CENTIMETRE_GRAM_SECOND_SYSTEM_UNIT_OF_ELECTRIC_CURRENT | Gaussian CGS (Centimetre-Gram-Second system) unit of electric current | A78 | |
| units.GAUSSIAN_CGS_CENTIMETRE_GRAM_SECOND_SYSTEM_UNIT_OF_ELECTRIC_FIELD_STRENGTH | Gaussian CGS (Centimetre-Gram-Second system) unit of electric field strength | A80 | |
| units.GAUSSIAN_CGS_CENTIMETRE_GRAM_SECOND_SYSTEM_UNIT_OF_ELECTRIC_POLARIZATION | Gaussian CGS (Centimetre-Gram-Second system) unit of electric polarization | A81 | |
| units.GAUSSIAN_CGS_CENTIMETRE_GRAM_SECOND_SYSTEM_UNIT_OF_ELECTRIC_POTENTIAL | Gaussian CGS (Centimetre-Gram-Second system) unit of electric potential | A82 | |
| units.GAUSSIAN_CGS_CENTIMETRE_GRAM_SECOND_SYSTEM_UNIT_OF_MAGNETIZATION | Gaussian CGS (Centimetre-Gram-Second system) unit of magnetization | A83 | |
| units.GIBIBIT | gibibit | Gibit | B30 |
| units.GIBIBIT_PER_CUBIC_METRE | gibibit per cubic metre | Gibit/m³ | E71 |
| units.GIBIBIT_PER_METRE | gibibit per metre | Gibit/m | E69 |
| units.GIBIBIT_PER_SQUARE_METRE | gibibit per square metre | Gibit/m² | E70 |
| units.GIBIBYTE | gibibyte | Gibyte | E62 |
| units.GIGABECQUEREL | gigabecquerel | GBq | GBQ |
| units.GIGABIT | gigabit | Gbit | B68 |
| units.GIGABIT_PER_SECOND | gigabit per second | Gbit/s | B80 |
| units.GIGABYTE | gigabyte | Gbyte | E34 |
| units.GIGABYTE_PER_SECOND | gigabyte per second | Gbyte/s | E68 |
| units.GIGACALORIE | gigacalorie | E11 | |
| units.GIGACOULOMB_PER_CUBIC_METRE | gigacoulomb per cubic metre | GC/m³ | A84 |
| units.GIGAELECTRONVOLT | gigaelectronvolt | GeV | A85 |
| units.GIGAHERTZ | gigahertz | GHz | A86 |
| units.GIGAHERTZ_METRE | gigahertz metre | GHz·m | M18 |
| units.GIGAJOULE | gigajoule | GJ | GV |
| units.GIGAOHM | gigaohm | GΩ | A87 |
| units.GIGAOHM_METRE | gigaohm metre | GΩ·m | A88 |
| units.GIGAOHM_PER_METRE | gigaohm per metre | GΩ/m | M26 |
| units.GIGAPASCAL | gigapascal | GPa | A89 |
| units.GIGAWATT | gigawatt | GW | A90 |
| units.GIGAWATT_HOUR | gigawatt hour | GW·h | GWH |
| units.GILBERT | gilbert | Gi | N97 |
| units.GILL_UK | gill (UK) | gi (UK) | GII |
| units.GILL_UK_PER_DAY | gill (UK) per day | gi (UK)/d | K32 |
| units.GILL_UK_PER_HOUR | gill (UK) per hour | gi (UK)/h | K33 |
| units.GILL_UK_PER_MINUTE | gill (UK) per minute | gi (UK)/min | K34 |
| units.GILL_UK_PER_SECOND | gill (UK) per second | gi (UK)/s | K35 |
| units.GILL_US | gill (US) | gi (US) | GIA |
| units.GILL_US_PER_DAY | gill (US) per day | gi (US)/d | K36 |
| units.GILL_US_PER_HOUR | gill (US) per hour | gi (US)/h | K37 |
| units.GILL_US_PER_MINUTE | gill (US) per minute | gi (US)/min | K38 |
| units.GILL_US_PER_SECOND | gill (US) per second | gi (US)/s | K39 |
| units.GON | gon | gon | A91 |
| units.GRAIN | grain | gr | GRN |
| units.GRAIN_PER_GALLON_US | grain per gallon (US) | gr/gal (US) | K41 |
| units.GRAM | gram | g | GRM |
| units.GRAM_CENTIMETRE_PER_SECOND | gram centimetre per second | g·(cm/s) | M99 |
| units.GRAM_DRY_WEIGHT | gram, dry weight | GDW | |
| units.GRAM_FORCE_PER_SQUARE_CENTIMETRE | gram-force per square centimetre | gf/cm² | K31 |
| units.GRAM_INCLUDING_CONTAINER | gram, including container | GIC | |
| units.GRAM_INCLUDING_INNER_PACKAGING | gram, including inner packaging | GIP | |
| units.GRAM_MILLIMETRE | gram millimetre | g·mm | H84 |
| units.GRAM_OF_FISSILE_ISOTOPE | gram of fissile isotope | gi F/S | GFI |
| units.GRAM_PER_100_GRAM | gram per 100 gram | GC | |
| units.GRAM_PER_BAR | gram per bar | g/bar | F74 |
| units.GRAM_PER_CENTIMETRE_SECOND | gram per centimetre second | g/(cm·s) | N41 |
| units.GRAM_PER_CUBIC_CENTIMETRE | gram per cubic centimetre | g/cm³ | 23 |
| units.GRAM_PER_CUBIC_CENTIMETRE_BAR | gram per cubic centimetre bar | g/(cm³·bar) | G11 |
| units.GRAM_PER_CUBIC_CENTIMETRE_KELVIN | gram per cubic centimetre kelvin | g/(cm³·K) | G33 |
| units.GRAM_PER_CUBIC_DECIMETRE | gram per cubic decimetre | g/dm³ | F23 |
| units.GRAM_PER_CUBIC_DECIMETRE_BAR | gram per cubic decimetre bar | g/(dm³·bar) | G12 |
| units.GRAM_PER_CUBIC_DECIMETRE_KELVIN | gram per cubic decimetre kelvin | g/(dm³·K) | G34 |
| units.GRAM_PER_CUBIC_METRE | gram per cubic metre | g/m³ | A93 |
| units.GRAM_PER_CUBIC_METRE_BAR | gram per cubic metre bar | g/(m³·bar) | G14 |
| units.GRAM_PER_CUBIC_METRE_KELVIN | gram per cubic metre kelvin | g/(m³·K) | G36 |
| units.GRAM_PER_DAY | gram per day | g/d | F26 |
| units.GRAM_PER_DAY_BAR | gram per day bar | g/(d·bar) | F62 |
| units.GRAM_PER_DAY_KELVIN | gram per day kelvin | g/(d·K) | F35 |
| units.GRAM_PER_HERTZ | gram per hertz | g/Hz | F25 |
| units.GRAM_PER_HOUR | gram per hour | g/h | F27 |
| units.GRAM_PER_HOUR_BAR | gram per hour bar | g/(h·bar) | F63 |
| units.GRAM_PER_HOUR_KELVIN | gram per hour kelvin | g/(h·K) | F36 |
| units.GRAM_PER_KELVIN | gram per kelvin | g/K | F14 |
| units.GRAM_PER_KILOGRAM | gram per kilogram | GK | |
| units.GRAM_PER_LITRE | gram per litre | g/l | GL |
| units.GRAM_PER_LITRE_BAR | gram per litre bar | g/(l·bar) | G13 |
| units.GRAM_PER_LITRE_KELVIN | gram per litre kelvin | g/(l·K) | G35 |
| units.GRAM_PER_METRE_GRAM_PER_100_CENTIMETRES | gram per metre (gram per 100 centimetres) | g/m | GF |
| units.GRAM_PER_MILLILITRE | gram per millilitre | g/ml | GJ |
| units.GRAM_PER_MILLILITRE_BAR | gram per millilitre bar | g/(ml·bar) | G15 |
| units.GRAM_PER_MILLILITRE_KELVIN | gram per millilitre kelvin | g/(ml·K) | G37 |
| units.GRAM_PER_MILLIMETRE | gram per millimetre | g/mm | H76 |
| units.GRAM_PER_MINUTE | gram per minute | g/min | F28 |
| units.GRAM_PER_MINUTE_BAR | gram per minute bar | g/(min·bar) | F64 |
| units.GRAM_PER_MINUTE_KELVIN | gram per minute kelvin | g/(min·K) | F37 |
| units.GRAM_PER_MOLE | gram per mole | g/mol | A94 |
| units.GRAM_PER_SECOND | gram per second | g/s | F29 |
| units.GRAM_PER_SECOND_BAR | gram per second bar | g/(s·bar) | F65 |
| units.GRAM_PER_SECOND_KELVIN | gram per second kelvin | g/(s·K) | F38 |
| units.GRAM_PER_SQUARE_CENTIMETRE | gram per square centimetre | g/cm² | 25 |
| units.GRAM_PER_SQUARE_METRE | gram per square metre | g/m² | GM |
| units.GRAM_PER_SQUARE_MILLIMETRE | gram per square millimetre | g/mm² | N24 |
| units.GRAY | gray | Gy | A95 |
| units.GRAY_PER_HOUR | gray per hour | Gy/h | P61 |
| units.GRAY_PER_MINUTE | gray per minute | Gy/min | P57 |
| units.GRAY_PER_SECOND | gray per second | Gy/s | A96 |
| units.GREAT_GROSS | great gross | GGR | |
| units.GROSS | gross | gr | GRO |
| units.GROSS_BARREL | gross barrel | GD | |
| units.GROSS_GALLON | gross gallon | GN | |
| units.GROSS_KILOGRAM | gross kilogram | E4 | |
| units.GROSS_REGISTER_TON | gross register ton | GRT | |
| units.GROSS_TON | gross ton | GT | |
| units.GROSS_YARD | gross yard | GY | |
| units.GROUP | group | 10 | |
| units.GUNTER_S_CHAIN | Gunter's chain | ch (UK) | X1 |
| units.HALF_DOZEN | half dozen | HD | |
| units.HALF_GALLON_US | half gallon (US) | GH | |
| units.HALF_HOUR | half hour | HT | |
| units.HALF_LITRE | half litre | H2 | |
| units.HALF_PAGE_ELECTRONIC | half page – electronic | H1 | |
| units.HALF_PINT_US | half pint (US) | PV | |
| units.HALF_YEAR_6_MONTHS | half year (6 months) | SAN | |
| units.HANGING_CONTAINER | hanging container | Z11 | |
| units.HANK | hank | HA | |
| units.HARTLEY | hartley | Hart | Q15 |
| units.HARTLEY_PER_SECOND | hartley per second | Hart/s | Q18 |
| units.HEAD | head | HEA | |
| units.HEAT_LOT | heat lot | 08 | |
| units.HECTARE | hectare | ha | HAR |
| units.HECTOBAR | hectobar | hbar | HBA |
| units.HECTOGRAM | hectogram | hg | HGM |
| units.HECTOLITRE | hectolitre | hl | HLT |
| units.HECTOLITRE_OF_PURE_ALCOHOL | hectolitre of pure alcohol | HPA | |
| units.HECTOMETRE | hectometre | hm | HMT |
| units.HECTOPASCAL | hectopascal | hPa | A97 |
| units.HECTOPASCAL_CUBIC_METRE_PER_SECOND | hectopascal cubic metre per second | hPa·m³/s | F94 |
| units.HECTOPASCAL_LITRE_PER_SECOND | hectopascal litre per second | hPa·l/s | F93 |
| units.HECTOPASCAL_PER_BAR | hectopascal per bar | hPa/bar | E99 |
| units.HECTOPASCAL_PER_KELVIN | hectopascal per kelvin | hPa/K | F82 |
| units.HECTOPASCAL_PER_METRE | hectopascal per metre | hPa/m | P82 |
| units.HEFNER_KERZE | Hefner-Kerze | HK | P35 |
| units.HENRY | henry | H | 81 |
| units.HENRY_PER_KILOOHM | henry per kiloohm | H/kΩ | H03 |
| units.HENRY_PER_METRE | henry per metre | H/m | A98 |
| units.HENRY_PER_OHM | henry per ohm | H/Ω | H04 |
| units.HERTZ | hertz | Hz | HTZ |
| units.HERTZ_METRE | hertz metre | Hz·m | H34 |
| units.HOGSHEAD | hogshead | Z4 | |
| units.HORSEPOWER_BOILER | horsepower (boiler) | boiler hp | K42 |
| units.HORSEPOWER_ELECTRIC | horsepower (electric) | electric hp | K43 |
| units.HORSE_POWER_DAY_PER_AIR_DRY_METRIC_TON | horse power day per air dry metric ton | 30 | |
| units.HOUR | hour | h | HUR |
| units.HUNDRED | hundred | CEN | |
| units.HUNDREDTH_OF_A_CARAT | hundredth of a carat | HE | |
| units.HUNDRED_BOARD_FOOT | hundred board foot | BP | |
| units.HUNDRED_BOXES | hundred boxes | HBX | |
| units.HUNDRED_COUNT | hundred count | HC | |
| units.HUNDRED_CUBIC_FOOT | hundred cubic foot | HH | |
| units.HUNDRED_CUBIC_METRE | hundred cubic metre | FF | |
| units.HUNDRED_FIFTEEN_KG_DRUM | hundred fifteen kg drum | 16 | |
| units.HUNDRED_FOOT | hundred foot | HF | |
| units.HUNDRED_FOOT_LINEAR | hundred foot (linear) | HL | |
| units.HUNDRED_INTERNATIONAL_UNIT | hundred international unit | HIU | |
| units.HUNDRED_KILOGRAM | hundred kilogram | HK | |
| units.HUNDRED_KILOGRAM_DRY_WEIGHT | hundred kilogram, dry weight | HDW | |
| units.HUNDRED_KILOGRAM_NET_MASS | hundred kilogram, net mass | HKM | |
| units.HUNDRED_LB_DRUM | hundred lb drum | 17 | |
| units.HUNDRED_LEAVE | hundred leave | CLF | |
| units.HUNDRED_LINEAR_YARD | hundred linear yard | YL | |
| units.HUNDRED_METRE | hundred metre | JPS | |
| units.HUNDRED_PACK | hundred pack | CNP | |
| units.HUNDRED_POUND_CWT_PER_HUNDRED_WEIGHT_US | hundred pound (cwt) / hundred weight (US) | cwt (US) | CWA |
| units.HUNDRED_SHEET | hundred sheet | HI | |
| units.HUNDRED_SQUARE_FOOT | hundred square foot | HS | |
| units.HUNDRED_TROY_OUNCE | hundred troy ounce | HO | |
| units.HUNDRED_WEIGHT_UK | hundred weight (UK) | cwt (UK) | CWI |
| units.HUNDRED_YARD | hundred yard | HY | |
| units.HYDRAULIC_HORSE_POWER | hydraulic horse power | 5J | |
| units.IMPERIAL_GALLON_PER_MINUTE | Imperial gallon per minute | gal (UK) /min | G3 |
| units.IMPRESSION | impression | IM | |
| units.INCH | inch | in | INH |
| units.INCHES_OF_WATER | inches of water | IF | |
| units.INCH_OF_MERCURY | inch of mercury | inHg | F79 |
| units.INCH_OF_MERCURY_32_DEG_F | inch of mercury (32 ºF) | inHG (32 ºF) | N16 |
| units.INCH_OF_MERCURY_60_DEG_F | inch of mercury (60 ºF) | inHg (60 ºF) | N17 |
| units.INCH_OF_WATER | inch of water | inH₂O | F78 |
| units.INCH_OF_WATER_39_2_DEG_F | inch of water (39.2 ºF) | inH₂O (39,2 ºF) | N18 |
| units.INCH_OF_WATER_60_DEG_F | inch of water (60 ºF) | inH₂O (60 ºF) | N19 |
| units.INCH_PER_DEGREE_FAHRENHEIT | inch per degree Fahrenheit | in/°F | K45 |
| units.INCH_PER_LINEAR_FOOT | inch per linear foot | B82 | |
| units.INCH_PER_MINUTE | inch per minute | IL | |
| units.INCH_PER_PSI | inch per psi | in/psi | K46 |
| units.INCH_PER_SECOND | inch per second | in/s | IU |
| units.INCH_PER_SECOND_DEGREE_FAHRENHEIT | inch per second degree Fahrenheit | (in/s)/°F | K47 |
| units.INCH_PER_SECOND_PSI | inch per second psi | (in/s)/psi | K48 |
| units.INCH_PER_SECOND_SQUARED | inch per second squared | in/s² | IV |
| units.INCH_PER_TWO_PI_RADIANT | inch per two pi radiant | in/revolution | H57 |
| units.INCH_PER_YEAR | inch per year | in/y | M61 |
| units.INCH_POUNDAL | inch poundal | in·pdl | N47 |
| units.INCH_POUND_POUND_INCH | inch pound (pound inch) | in·lb | IA |
| units.INCH_TO_THE_FOURTH_POWER | inch to the fourth power | in⁴ | D69 |
| units.INSURANCE_POLICY | insurance policy | IP | |
| units.INTERNATIONAL_CANDLE | international candle | IK | P36 |
| units.INTERNATIONAL_SUGAR_DEGREE | international sugar degree | ISD | |
| units.INTERNATIONAL_UNIT_PER_GRAM | international unit per gram | IUG | |
| units.JAR | jar | JR | |
| units.JOB | job | E51 | |
| units.JOINT | joint | JO | |
| units.JOULE | joule | J | JOU |
| units.JOULE_PER_CUBIC_METRE | joule per cubic metre | J/m³ | B8 |
| units.JOULE_PER_DAY | joule per day | J/d | P17 |
| units.JOULE_PER_GRAM | joule per gram | J/g | D95 |
| units.JOULE_PER_HOUR | joule per hour | J/h | P16 |
| units.JOULE_PER_KELVIN | joule per kelvin | J/K | JE |
| units.JOULE_PER_KILOGRAM | joule per kilogram | J/kg | J2 |
| units.JOULE_PER_KILOGRAM_KELVIN | joule per kilogram kelvin | J/(kg·K) | B11 |
| units.JOULE_PER_METRE | joule per metre | J/m | B12 |
| units.JOULE_PER_METRE_TO_THE_FOURTH_POWER | joule per metre to the fourth power | J/m⁴ | B14 |
| units.JOULE_PER_MINUTE | joule per minute | J/min | P15 |
| units.JOULE_PER_MOLE | joule per mole | J/mol | B15 |
| units.JOULE_PER_MOLE_KELVIN | joule per mole kelvin | J/(mol·K) | B16 |
| units.JOULE_PER_NORMALISED_CUBIC_METRE | Joule per normalised cubic metre | Q41 | |
| units.JOULE_PER_SECOND | joule per second | J/s | P14 |
| units.JOULE_PER_SQUARE_CENTIMETRE | joule per square centimetre | J/cm² | E43 |
| units.JOULE_PER_SQUARE_METRE | joule per square metre | J/m² | B13 |
| units.JOULE_PER_STANDARD_CUBIC_METRE | Joule per standard cubic metre | Q42 | |
| units.JOULE_PER_TESLA | joule per tesla | J/T | Q10 |
| units.JOULE_SECOND | joule second | J·s | B18 |
| units.JOULE_SQUARE_METRE | joule square metre | J·m² | D73 |
| units.JOULE_SQUARE_METRE_PER_KILOGRAM | joule square metre per kilogram | J·m²/kg | B20 |
| units.JUG | jug | JG | |
| units.JUMBO | jumbo | JB | |
| units.KATAL | katal | kat | KAT |
| units.KEG | keg | KG | |
| units.KELVIN | kelvin | K | KEL |
| units.KELVIN_METRE_PER_WATT | kelvin metre per watt | K·m/W | H35 |
| units.KELVIN_PER_BAR | kelvin per bar | K/bar | F61 |
| units.KELVIN_PER_HOUR | kelvin per hour | K/h | F10 |
| units.KELVIN_PER_KELVIN | kelvin per kelvin | K/K | F02 |
| units.KELVIN_PER_MINUTE | kelvin per minute | K/min | F11 |
| units.KELVIN_PER_PASCAL | kelvin per pascal | K/Pa | N79 |
| units.KELVIN_PER_SECOND | kelvin per second | K/s | F12 |
| units.KELVIN_PER_WATT | kelvin per watt | K/W | B21 |
| units.KIBIBIT | kibibit | Kibit | C21 |
| units.KIBIBIT_PER_CUBIC_METRE | kibibit per cubic metre | Kibit/m³ | E74 |
| units.KIBIBIT_PER_METRE | kibibit per metre | Kibit/m | E72 |
| units.KIBIBIT_PER_SQUARE_METRE | kibibit per square metre | Kibit/m² | E73 |
| units.KIBIBYTE | kibibyte | Kibyte | E64 |
| units.KILOAMPERE | kiloampere | kA | B22 |
| units.KILOAMPERE_HOUR_THOUSAND_AMPERE_HOUR | kiloampere hour (thousand ampere hour) | kA·h | TAH |
| units.KILOAMPERE_PER_METRE | kiloampere per metre | kA/m | B24 |
| units.KILOAMPERE_PER_SQUARE_METRE | kiloampere per square metre | kA/m² | B23 |
| units.KILOBAR | kilobar | kbar | KBA |
| units.KILOBAUD | kilobaud | kBd | K50 |
| units.KILOBECQUEREL | kilobecquerel | kBq | 2Q |
| units.KILOBECQUEREL_PER_KILOGRAM | kilobecquerel per kilogram | kBq/kg | B25 |
| units.KILOBIT | kilobit | kbit | C37 |
| units.KILOBIT_PER_SECOND | kilobit per second | kbit/s | C74 |
| units.KILOBYTE | kilobyte | kbyte | 2P |
| units.KILOBYTE_PER_SECOND | kilobyte per second | kbyte/s | P94 |
| units.KILOCALORIE_INTERNATIONAL_TABLE | kilocalorie (international table) | kcalIT | E14 |
| units.KILOCALORIE_INTERNATIONAL_TABLE_PER_GRAM_KELVIN | kilocalorie (international table) per gram kelvin | (kcalIT/K)/g | N65 |
| units.KILOCALORIE_INTERNATIONAL_TABLE_PER_HOUR_METRE_DEGREE_CELSIUS | kilocalorie (international table) per hour metre degree Celsius | kcal/(m·h·°C) | K52 |
| units.KILOCALORIE_MEAN | kilocalorie (mean) | kcal | K51 |
| units.KILOCALORIE_THERMOCHEMICAL | kilocalorie (thermochemical) | kcalth | K53 |
| units.KILOCALORIE_THERMOCHEMICAL_PER_HOUR | kilocalorie (thermochemical) per hour | kcalth/h | E15 |
| units.KILOCALORIE_THERMOCHEMICAL_PER_MINUTE | kilocalorie (thermochemical) per minute | kcalth/min | K54 |
| units.KILOCALORIE_THERMOCHEMICAL_PER_SECOND | kilocalorie (thermochemical) per second | kcalth/s | K55 |
| units.KILOCANDELA | kilocandela | kcd | P33 |
| units.KILOCHARACTER | kilocharacter | KB | |
| units.KILOCOULOMB | kilocoulomb | kC | B26 |
| units.KILOCOULOMB_PER_CUBIC_METRE | kilocoulomb per cubic metre | kC/m³ | B27 |
| units.KILOCOULOMB_PER_SQUARE_METRE | kilocoulomb per square metre | kC/m² | B28 |
| units.KILOCURIE | kilocurie | kCi | 2R |
| units.KILOELECTRONVOLT | kiloelectronvolt | keV | B29 |
| units.KILOFARAD | kilofarad | kF | N90 |
| units.KILOGAUSS | kilogauss | kGs | 78 |
| units.KILOGRAM | kilogram | kg | KGM |
| units.KILOGRAM_CENTIMETRE_PER_SECOND | kilogram centimetre per second | kg·(cm/s) | M98 |
| units.KILOGRAM_DECIMAL | kilogram decimal | KD | |
| units.KILOGRAM_DRAINED_NET_WEIGHT | kilogram drained net weight | kg/net eda | KDW |
| units.KILOGRAM_DRY_WEIGHT | kilogram, dry weight | MND | |
| units.KILOGRAM_FORCE | kilogram-force | kgf | B37 |
| units.KILOGRAM_FORCE_METRE | kilogram-force metre | kgf·m | B38 |
| units.KILOGRAM_FORCE_METRE_PER_SECOND | kilogram-force metre per second | kgf·m/s | B39 |
| units.KILOGRAM_FORCE_METRE_PER_SQUARE_CENTIMETRE | kilogram-force metre per square centimetre | kgf·m/cm² | E44 |
| units.KILOGRAM_FORCE_PER_SQUARE_CENTIMETRE | kilogram-force per square centimetre | kgf/cm² | E42 |
| units.KILOGRAM_FORCE_PER_SQUARE_METRE | kilogram-force per square metre | kgf/m² | B40 |
| units.KILOGRAM_FORCE_PER_SQUARE_MILLIMETRE | kilogram-force per square millimetre | kgf/mm² | E41 |
| units.KILOGRAM_INCLUDING_CONTAINER | kilogram, including container | KIC | |
| units.KILOGRAM_INCLUDING_INNER_PACKAGING | kilogram, including inner packaging | KIP | |
| units.KILOGRAM_METRE | kilogram metre | kg·m | M94 |
| units.KILOGRAM_METRE_PER_SECOND | kilogram metre per second | kg·m/s | B31 |
| units.KILOGRAM_METRE_PER_SECOND_SQUARED | kilogram metre per second squared | kg·m/s² | M77 |
| units.KILOGRAM_METRE_SQUARED | kilogram metre squared | kg·m² | B32 |
| units.KILOGRAM_METRE_SQUARED_PER_SECOND | kilogram metre squared per second | kg·m²/s | B33 |
| units.KILOGRAM_NAMED_SUBSTANCE | kilogram named substance | KNS | |
| units.KILOGRAM_OF_CHOLINE_CHLORIDE | kilogram of choline chloride | kg C₅ H₁₄ClNO | KCC |
| units.KILOGRAM_OF_HYDROGEN_PEROXIDE | kilogram of hydrogen peroxide | kg H₂O₂ | KHY |
| units.KILOGRAM_OF_IMPORTED_MEAT_LESS_OFFAL | kilogram of imported meat, less offal | TMS | |
| units.KILOGRAM_OF_METHYLAMINE | kilogram of methylamine | kg met.am. | KMA |
| units.KILOGRAM_OF_NITROGEN | kilogram of nitrogen | kg N | KNI |
| units.KILOGRAM_OF_PHOSPHORUS_PENTOXIDE_PHOSPHORIC_ANHYDRIDE | kilogram of phosphorus pentoxide (phosphoric anhydride) | KPP | |
| units.KILOGRAM_OF_POTASSIUM_HYDROXIDE_CAUSTIC_POTASH | kilogram of potassium hydroxide (caustic potash) | kg KOH | KPH |
| units.KILOGRAM_OF_POTASSIUM_OXIDE | kilogram of potassium oxide | kg K₂O | KPO |
| units.KILOGRAM_OF_SODIUM_HYDROXIDE_CAUSTIC_SODA | kilogram of sodium hydroxide (caustic soda) | kg NaOH | KSH |
| units.KILOGRAM_OF_SUBSTANCE_90_PERCENT_DRY | kilogram of substance 90 % dry | kg 90 % sdt | KSD |
| units.KILOGRAM_OF_TUNGSTEN_TRIOXIDE | kilogram of tungsten trioxide | kg WO₃ | KWO |
| units.KILOGRAM_OF_URANIUM | kilogram of uranium | kg U | KUR |
| units.KILOGRAM_PER_AIR_DRY_METRIC_TON | kilogram per air dry metric ton | 32 | |
| units.KILOGRAM_PER_BAR | kilogram per bar | kg/bar | H53 |
| units.KILOGRAM_PER_CUBIC_CENTIMETRE | kilogram per cubic centimetre | kg/cm³ | G31 |
| units.KILOGRAM_PER_CUBIC_CENTIMETRE_BAR | kilogram per cubic centimetre bar | kg/(cm³·bar) | G16 |
| units.KILOGRAM_PER_CUBIC_CENTIMETRE_KELVIN | kilogram per cubic centimetre kelvin | kg/(cm³·K) | G38 |
| units.KILOGRAM_PER_CUBIC_DECIMETRE | kilogram per cubic decimetre | kg/dm³ | B34 |
| units.KILOGRAM_PER_CUBIC_DECIMETRE_BAR | kilogram per cubic decimetre bar | (kg/dm³)/bar | H55 |
| units.KILOGRAM_PER_CUBIC_DECIMETRE_KELVIN | kilogram per cubic decimetre kelvin | (kg/dm³)/K | H54 |
| units.KILOGRAM_PER_CUBIC_METRE | kilogram per cubic metre | kg/m³ | KMQ |
| units.KILOGRAM_PER_CUBIC_METRE_BAR | kilogram per cubic metre bar | kg/(m³·bar) | G18 |
| units.KILOGRAM_PER_CUBIC_METRE_KELVIN | kilogram per cubic metre kelvin | kg/(m³·K) | G40 |
| units.KILOGRAM_PER_CUBIC_METRE_PASCAL | kilogram per cubic metre pascal | (kg/m³)/Pa | M73 |
| units.KILOGRAM_PER_DAY | kilogram per day | kg/d | F30 |
| units.KILOGRAM_PER_DAY_BAR | kilogram per day bar | kg/(d·bar) | F66 |
| units.KILOGRAM_PER_DAY_KELVIN | kilogram per day kelvin | kg/(d·K) | F39 |
| units.KILOGRAM_PER_HOUR | kilogram per hour | kg/h | E93 |
| units.KILOGRAM_PER_HOUR_BAR | kilogram per hour bar | kg/(h·bar) | F67 |
| units.KILOGRAM_PER_HOUR_KELVIN | kilogram per hour kelvin | kg/(h·K) | F40 |
| units.KILOGRAM_PER_KELVIN | kilogram per kelvin | kg/K | F15 |
| units.KILOGRAM_PER_KILOGRAM | kilogram per kilogram | kg/kg | M29 |
| units.KILOGRAM_PER_KILOGRAM_OF_PRODUCT | kilogram per kilogram of product | 3H | |
| units.KILOGRAM_PER_KILOMETRE | kilogram per kilometre | kg/km | M31 |
| units.KILOGRAM_PER_KILOMOL | kilogram per kilomol | kg/kmol | F24 |
| units.KILOGRAM_PER_LITRE | kilogram per litre | kg/L | B35 |
| units.KILOGRAM_PER_LITRE_BAR | kilogram per litre bar | kg/(l·bar) | G17 |
| units.KILOGRAM_PER_LITRE_KELVIN | kilogram per litre kelvin | kg/(l·K) | G39 |
| units.KILOGRAM_PER_METRE | kilogram per metre | kg/m | KL |
| units.KILOGRAM_PER_METRE_DAY | kilogram per metre day | kg/(m·d) | N39 |
| units.KILOGRAM_PER_METRE_HOUR | kilogram per metre hour | kg/(m·h) | N40 |
| units.KILOGRAM_PER_METRE_MINUTE | kilogram per metre minute | kg/(m·min) | N38 |
| units.KILOGRAM_PER_METRE_SECOND | kilogram per metre second | kg/(m·s) | N37 |
| units.KILOGRAM_PER_MILLIMETRE | kilogram per millimetre | kg/mm | KW |
| units.KILOGRAM_PER_MILLIMETRE_WIDTH | kilogram per millimetre width | KI | |
| units.KILOGRAM_PER_MINUTE | kilogram per minute | kg/min | F31 |
| units.KILOGRAM_PER_MINUTE_BAR | kilogram per minute bar | kg/(min·bar) | F68 |
| units.KILOGRAM_PER_MINUTE_KELVIN | kilogram per minute kelvin | kg/(min·K) | F41 |
| units.KILOGRAM_PER_MOLE | kilogram per mole | kg/mol | D74 |
| units.KILOGRAM_PER_PASCAL | kilogram per pascal | kg/Pa | M74 |
| units.KILOGRAM_PER_PIECE_OF_PRODUCT | kilogram per piece of product | 3I | |
| units.KILOGRAM_PER_SECOND | kilogram per second | kg/s | KGS |
| units.KILOGRAM_PER_SECOND_BAR | kilogram per second bar | kg/(s·bar) | F69 |
| units.KILOGRAM_PER_SECOND_KELVIN | kilogram per second kelvin | kg/(s·K) | F42 |
| units.KILOGRAM_PER_SECOND_PASCAL | kilogram per second pascal | (kg/s)/Pa | M87 |
| units.KILOGRAM_PER_SQUARE_CENTIMETRE | kilogram per square centimetre | kg/cm² | D5 |
| units.KILOGRAM_PER_SQUARE_METRE | kilogram per square metre | kg/m² | 28 |
| units.KILOGRAM_PER_SQUARE_METRE_PASCAL_SECOND | kilogram per square metre pascal second | kg/(m²·Pa·s) | Q28 |
| units.KILOGRAM_PER_SQUARE_METRE_SECOND | kilogram per square metre second | kg/(m²·s) | H56 |
| units.KILOGRAM_SQUARE_CENTIMETRE | kilogram square centimetre | kg·cm² | F18 |
| units.KILOGRAM_SQUARE_MILLIMETRE | kilogram square millimetre | kg·mm² | F19 |
| units.KILOHENRY | kilohenry | kH | P24 |
| units.KILOHERTZ | kilohertz | kHz | KHZ |
| units.KILOHERTZ_METRE | kilohertz metre | kHz·m | M17 |
| units.KILOJOULE | kilojoule | kJ | KJO |
| units.KILOJOULE_PER_DAY | kilojoule per day | kJ/d | P21 |
| units.KILOJOULE_PER_GRAM | kilojoule per gram | kJ/g | Q31 |
| units.KILOJOULE_PER_HOUR | kilojoule per hour | kJ/h | P20 |
| units.KILOJOULE_PER_KELVIN | kilojoule per kelvin | kJ/K | B41 |
| units.KILOJOULE_PER_KILOGRAM | kilojoule per kilogram | kJ/kg | B42 |
| units.KILOJOULE_PER_KILOGRAM_KELVIN | kilojoule per kilogram kelvin | kJ/(kg·K) | B43 |
| units.KILOJOULE_PER_MINUTE | kilojoule per minute | kJ/min | P19 |
| units.KILOJOULE_PER_MOLE | kilojoule per mole | kJ/mol | B44 |
| units.KILOJOULE_PER_SECOND | kilojoule per second | kJ/s | P18 |
| units.KILOLITRE | kilolitre | kl | K6 |
| units.KILOLITRE_PER_HOUR | kilolitre per hour | kl/h | 4X |
| units.KILOLUX | kilolux | klx | KLX |
| units.KILOMETRE | kilometre | km | KMT |
| units.KILOMETRE_PER_HOUR | kilometre per hour | km/h | KMH |
| units.KILOMETRE_PER_SECOND | kilometre per second | km/s | M62 |
| units.KILOMETRE_PER_SECOND_SQUARED | kilometre per second squared | km/s² | M38 |
| units.KILOMOLE | kilomole | kmol | B45 |
| units.KILOMOLE_PER_CUBIC_METRE | kilomole per cubic metre | kmol/m³ | B46 |
| units.KILOMOLE_PER_CUBIC_METRE_BAR | kilomole per cubic metre bar | (kmol/m³)/bar | K60 |
| units.KILOMOLE_PER_CUBIC_METRE_KELVIN | kilomole per cubic metre kelvin | (kmol/m³)/K | K59 |
| units.KILOMOLE_PER_HOUR | kilomole per hour | kmol/h | K58 |
| units.KILOMOLE_PER_KILOGRAM | kilomole per kilogram | kmol/kg | P47 |
| units.KILOMOLE_PER_MINUTE | kilomole per minute | kmol/min | K61 |
| units.KILOMOLE_PER_SECOND | kilomole per second | kmol/s | E94 |
| units.KILONEWTON | kilonewton | kN | B47 |
| units.KILONEWTON_METRE | kilonewton metre | kN·m | B48 |
| units.KILONEWTON_PER_METRE | kilonewton per metre | kN/m | N31 |
| units.KILONEWTON_PER_SQUARE_METRE | kilonewton per square metre | kN/m2 | KNM |
| units.KILOOHM | kiloohm | kΩ | B49 |
| units.KILOOHM_METRE | kiloohm metre | kΩ·m | B50 |
| units.KILOPACKET | kilopacket | KF | |
| units.KILOPASCAL | kilopascal | kPa | KPA |
| units.KILOPASCAL_PER_BAR | kilopascal per bar | kPa/bar | F03 |
| units.KILOPASCAL_PER_KELVIN | kilopascal per kelvin | kPa/K | F83 |
| units.KILOPASCAL_PER_METRE | kilopascal per metre | kPa/m | P81 |
| units.KILOPASCAL_PER_MILLIMETRE | kilopascal per millimetre | kPa/mm | 34 |
| units.KILOPASCAL_SQUARE_METRE_PER_GRAM | kilopascal square metre per gram | kPa·m²/g | 33 |
| units.KILOPOND | kilopond | kp | B51 |
| units.KILOPOUND_FORCE | kilopound-force | kip | M75 |
| units.KILOPOUND_FORCE_PER_SQUARE_INCH | kilopound-force per square inch | klbf/in² | 84 |
| units.KILOPOUND_PER_HOUR | kilopound per hour | klb/h | M90 |
| units.KILOROENTGEN | kiloroentgen | kR | KR |
| units.KILOSECOND | kilosecond | ks | B52 |
| units.KILOSEGMENT | kilosegment | KJ | |
| units.KILOSIEMENS | kilosiemens | kS | B53 |
| units.KILOSIEMENS_PER_METRE | kilosiemens per metre | kS/m | B54 |
| units.KILOTESLA | kilotesla | kT | P13 |
| units.KILOTONNE | kilotonne | kt | KTN |
| units.KILOVAR | kilovar | kvar | KVR |
| units.KILOVOLT | kilovolt | kV | KVT |
| units.KILOVOLT_AMPERE | kilovolt - ampere | kV·A | KVA |
| units.KILOVOLT_AMPERE_HOUR | kilovolt ampere hour | kVAh | C79 |
| units.KILOVOLT_AMPERE_REACTIVE | kilovolt ampere (reactive) | kvar | K5 |
| units.KILOVOLT_AMPERE_REACTIVE_DEMAND | kilovolt ampere reactive demand | K2 | |
| units.KILOVOLT_AMPERE_REACTIVE_HOUR | kilovolt ampere reactive hour | kvar·h | K3 |
| units.KILOVOLT_PER_METRE | kilovolt per metre | kV/m | B55 |
| units.KILOWATT | kilowatt | kW | KWT |
| units.KILOWATT_DEMAND | kilowatt demand | K1 | |
| units.KILOWATT_HOUR | kilowatt hour | kW·h | KWH |
| units.KILOWATT_HOUR_PER_CUBIC_METRE | kilowatt hour per cubic metre | kW·h/m³ | E46 |
| units.KILOWATT_HOUR_PER_HOUR | kilowatt hour per hour | kW·h/h | D03 |
| units.KILOWATT_HOUR_PER_KELVIN | kilowatt hour per kelvin | kW·h/K | E47 |
| units.KILOWATT_HOUR_PER_NORMALIZED_CUBIC_METRE | Kilowatt hour per normalized cubic metre | KWN | |
| units.KILOWATT_HOUR_PER_STANDARD_CUBIC_METRE | Kilowatt hour per standard cubic metre | KWS | |
| units.KILOWATT_PER_METRE_DEGREE_CELSIUS | kilowatt per metre degree Celsius | kW/(m·°C) | N82 |
| units.KILOWATT_PER_METRE_KELVIN | kilowatt per metre kelvin | kW/(m·K) | N81 |
| units.KILOWATT_PER_SQUARE_METRE_KELVIN | kilowatt per square metre kelvin | kW/(m²·K) | N78 |
| units.KILOWATT_YEAR | kilowatt year | kW/year | KWY |
| units.KILOWEBER | kiloweber | kWb | P11 |
| units.KILOWEBER_PER_METRE | kiloweber per metre | kWb/m | B56 |
| units.KIP_PER_SQUARE_INCH | kip per square inch | ksi | N20 |
| units.KIT | kit | KT | |
| units.KNOT | knot | kn | KNT |
| units.LABOUR_HOUR | labour hour | LH | |
| units.LACTIC_DRY_MATERIAL_PERCENTAGE | lactic dry material percentage | KLK | |
| units.LACTOSE_EXCESS_PERCENTAGE | lactose excess percentage | LAC | |
| units.LAMBERT | lambert | Lb | P30 |
| units.LANGLEY | langley | Ly | P40 |
| units.LARGE_SPRAY | large spray | LJ | |
| units.LAYER | layer | LR | |
| units.LEAF | leaf | LEF | |
| units.LENGTH | length | LN | |
| units.LIFT | lift | 05 | |
| units.LIFT_VAN | lift van | Z1 | |
| units.LIGHT_YEAR | light year | ly | B57 |
| units.LINEAR_CENTIMETRE | linear centimetre | LC | |
| units.LINEAR_FOOT | linear foot | LF | |
| units.LINEAR_INCH | linear inch | LI | |
| units.LINEAR_METRE | linear metre | LM | |
| units.LINEAR_YARD | linear yard | LY | |
| units.LINEAR_YARD_PER_POUND | linear yard per pound | LX | |
| units.LINK | link | LK | |
| units.LIQUID_PINT_US | liquid pint (US) | liq pt (US) | PTL |
| units.LIQUID_POUND | liquid pound | LP | |
| units.LIQUID_QUART_US | liquid quart (US) | liq qt (US) | QTL |
| units.LITE | lite | LE | |
| units.LITRE | litre | l | LTR |
| units.LITRE_OF_PURE_ALCOHOL | litre of pure alcohol | LPA | |
| units.LITRE_PER_BAR | litre per bar | l/bar | G95 |
| units.LITRE_PER_DAY | litre per day | l/d | LD |
| units.LITRE_PER_DAY_BAR | litre per day bar | l/(d·bar) | G82 |
| units.LITRE_PER_DAY_KELVIN | litre per day kelvin | l/(d·K) | G65 |
| units.LITRE_PER_HOUR | litre per hour | l/h | E32 |
| units.LITRE_PER_HOUR_BAR | litre per hour bar | l/(h·bar) | G83 |
| units.LITRE_PER_HOUR_KELVIN | litre per hour kelvin | l/(h·K) | G66 |
| units.LITRE_PER_KELVIN | litre per kelvin | l/K | G28 |
| units.LITRE_PER_KILOGRAM | litre per kilogram | l/kg | H83 |
| units.LITRE_PER_LITRE | litre per litre | l/l | K62 |
| units.LITRE_PER_MINUTE | litre per minute | l/min | L2 |
| units.LITRE_PER_MINUTE_BAR | litre per minute bar | l/(min·bar) | G84 |
| units.LITRE_PER_MINUTE_KELVIN | litre per minute kelvin | l/(min·K) | G67 |
| units.LITRE_PER_MOLE | litre per mole | l/mol | B58 |
| units.LITRE_PER_SECOND | litre per second | l/s | G51 |
| units.LITRE_PER_SECOND_BAR | litre per second bar | l/(s·bar) | G85 |
| units.LITRE_PER_SECOND_KELVIN | litre per second kelvin | l/(s·K) | G68 |
| units.LOAD | load | NL | |
| units.LOCOMOTIVE_COUNT | locomotive count | 1C | |
| units.LOCOMOTIVE_MILE | locomotive mile | 1K | |
| units.LOT_UNIT_OF_PROCUREMENT | lot [unit of procurement] | LO | |
| units.LOT_UNIT_OF_WEIGHT | lot [unit of weight] | D04 | |
| units.LUG | lug | Z5 | |
| units.LUMEN | lumen | lm | LUM |
| units.LUMEN_HOUR | lumen hour | lm·h | B59 |
| units.LUMEN_PER_SQUARE_FOOT | lumen per square foot | lm/ft² | P25 |
| units.LUMEN_PER_SQUARE_METRE | lumen per square metre | lm/m² | B60 |
| units.LUMEN_PER_WATT | lumen per watt | lm/W | B61 |
| units.LUMEN_SECOND | lumen second | lm·s | B62 |
| units.LUMP_SUM | lump sum | LS | |
| units.LUX | lux | lx | LUX |
| units.LUX_HOUR | lux hour | lx·h | B63 |
| units.LUX_SECOND | lux second | lx·s | B64 |
| units.MACHINE_PER_UNIT | machine per unit | MA | |
| units.MAGNETIC_TAPE | magnetic tape | M0 | |
| units.MANMONTH | manmonth | 3C | |
| units.MASS_POUND | mass pound | D98 | |
| units.MAT | mat | MT | |
| units.MAXWELL | maxwell | Mx | B65 |
| units.MEAL | meal | Q3 | |
| units.MEBIBIT | mebibit | Mibit | D11 |
| units.MEBIBIT_PER_CUBIC_METRE | mebibit per cubic metre | Mibit/m³ | E77 |
| units.MEBIBIT_PER_METRE | mebibit per metre | Mibit/m | E75 |
| units.MEBIBIT_PER_SQUARE_METRE | mebibit per square metre | Mibit/m² | E76 |
| units.MEBIBYTE | mebibyte | Mibyte | E63 |
| units.MEGAAMPERE | megaampere | MA | H38 |
| units.MEGAAMPERE_PER_SQUARE_METRE | megaampere per square metre | MA/m² | B66 |
| units.MEGABAUD | megabaud | MBd | J54 |
| units.MEGABECQUEREL | megabecquerel | MBq | 4N |
| units.MEGABECQUEREL_PER_KILOGRAM | megabecquerel per kilogram | MBq/kg | B67 |
| units.MEGABIT | megabit | Mbit | D36 |
| units.MEGABIT_PER_SECOND | megabit per second | Mbit/s | E20 |
| units.MEGABYTE | megabyte | Mbyte | 4L |
| units.MEGABYTE_PER_SECOND | megabyte per second | Mbyte/s | P95 |
| units.MEGACOULOMB | megacoulomb | MC | D77 |
| units.MEGACOULOMB_PER_CUBIC_METRE | megacoulomb per cubic metre | MC/m³ | B69 |
| units.MEGACOULOMB_PER_SQUARE_METRE | megacoulomb per square metre | MC/m² | B70 |
| units.MEGAELECTRONVOLT | megaelectronvolt | MeV | B71 |
| units.MEGAGRAM | megagram | Mg | 2U |
| units.MEGAGRAM_PER_CUBIC_METRE | megagram per cubic metre | Mg/m³ | B72 |
| units.MEGAGRAM_PER_HOUR | megagram per hour | Mg/h | 2V |
| units.MEGAHERTZ | megahertz | MHz | MHZ |
| units.MEGAHERTZ_KILOMETRE | megahertz kilometre | MHz·km | H39 |
| units.MEGAHERTZ_METRE | megahertz metre | MHz·m | M27 |
| units.MEGAJOULE | megajoule | MJ | 3B |
| units.MEGAJOULE_PER_CUBIC_METRE | megajoule per cubic metre | MJ/m³ | JM |
| units.MEGAJOULE_PER_KILOGRAM | megajoule per kilogram | MJ/kg | JK |
| units.MEGAJOULE_PER_SECOND | megajoule per second | MJ/s | D78 |
| units.MEGALITRE | megalitre | Ml | MAL |
| units.MEGAMETRE | megametre | Mm | MAM |
| units.MEGANEWTON | meganewton | MN | B73 |
| units.MEGANEWTON_METRE | meganewton metre | MN·m | B74 |
| units.MEGAOHM | megaohm | MΩ | B75 |
| units.MEGAOHM_KILOMETRE | megaohm kilometre | MΩ·km | H88 |
| units.MEGAOHM_METRE | megaohm metre | MΩ·m | B76 |
| units.MEGAOHM_PER_KILOMETRE | megaohm per kilometre | MΩ/km | H36 |
| units.MEGAOHM_PER_METRE | megaohm per metre | MΩ/m | H37 |
| units.MEGAPASCAL | megapascal | MPa | MPA |
| units.MEGAPASCAL_CUBIC_METRE_PER_SECOND | megapascal cubic metre per second | MPa·m³/s | F98 |
| units.MEGAPASCAL_LITRE_PER_SECOND | megapascal litre per second | MPa·l/s | F97 |
| units.MEGAPASCAL_PER_BAR | megapascal per bar | MPa/bar | F05 |
| units.MEGAPASCAL_PER_KELVIN | megapascal per kelvin | MPa/K | F85 |
| units.MEGAPIXEL | megapixel | E38 | |
| units.MEGASIEMENS_PER_METRE | megasiemens per metre | MS/m | B77 |
| units.MEGAVAR | megavar | Mvar | MAR |
| units.MEGAVOLT | megavolt | MV | B78 |
| units.MEGAVOLT_AMPERE | megavolt - ampere | MV·A | MVA |
| units.MEGAVOLT_AMPERE_REACTIVE_HOUR | megavolt ampere reactive hour | Mvar·h | MAH |
| units.MEGAVOLT_PER_METRE | megavolt per metre | MV/m | B79 |
| units.MEGAWATT | megawatt | MW | MAW |
| units.MEGAWATTS_PER_MINUTE | megawatts per minute | MW/min | Q35 |
| units.MEGAWATT_HOUR_1000_KW_H | megawatt hour (1000 kW.h) | MW·h | MWH |
| units.MEGAWATT_HOUR_PER_HOUR | megawatt hour per hour | MW·h/h | E07 |
| units.MEGAWATT_PER_HERTZ | megawatt per hertz | MW/Hz | E08 |
| units.MESH | mesh | 57 | |
| units.MESSAGE | message | NF | |
| units.MESSAGE_HOUR | message hour | NH | |
| units.METRE | metre | m | MTR |
| units.METRE_DAY | Metre Day | m·day | MRD |
| units.METRE_KELVIN | metre kelvin | m·K | D18 |
| units.METRE_MONTH | Metre Month | m·mo | MRM |
| units.METRE_PER_BAR | metre per bar | m/bar | G05 |
| units.METRE_PER_DEGREE_CELCIUS_METRE | metre per degree Celcius metre | m/(°C·m) | N83 |
| units.METRE_PER_HOUR | metre per hour | m/h | M60 |
| units.METRE_PER_KELVIN | metre per kelvin | m/K | F52 |
| units.METRE_PER_MINUTE | metre per minute | m/min | 2X |
| units.METRE_PER_PASCAL | metre per pascal | m/Pa | M53 |
| units.METRE_PER_RADIANT | metre per radiant | m/rad | M55 |
| units.METRE_PER_SECOND | metre per second | m/s | MTS |
| units.METRE_PER_SECOND_BAR | metre per second bar | (m/s)/bar | L13 |
| units.METRE_PER_SECOND_KELVIN | metre per second kelvin | (m/s)/K | L12 |
| units.METRE_PER_SECOND_PASCAL | metre per second pascal | (m/s)/Pa | M59 |
| units.METRE_PER_SECOND_SQUARED | metre per second squared | m/s² | MSK |
| units.METRE_PER_VOLT_SECOND | metre per volt second | m/(V·s) | H58 |
| units.METRE_TO_THE_FOURTH_POWER | metre to the fourth power | m⁴ | B83 |
| units.METRE_WEEK | Metre Week | m·wk | MRW |
| units.METRIC_CARAT | metric carat | CTM | |
| units.METRIC_HORSE_POWER | metric horse power | metric hp | HJ |
| units.METRIC_LONG_TON | metric long ton | E5 | |
| units.METRIC_TON_INCLUDING_CONTAINER | metric ton, including container | TIC | |
| units.METRIC_TON_INCLUDING_INNER_PACKAGING | metric ton, including inner packaging | TIP | |
| units.METRIC_TON_LUBRICATING_OIL | metric ton, lubricating oil | LUB | |
| units.MHO | mho | NQ | |
| units.MICROAMPERE | microampere | µA | B84 |
| units.MICROBAR | microbar | µbar | B85 |
| units.MICROBECQUEREL | microbecquerel | µBq | H08 |
| units.MICROCOULOMB | microcoulomb | µC | B86 |
| units.MICROCOULOMB_PER_CUBIC_METRE | microcoulomb per cubic metre | µC/m³ | B87 |
| units.MICROCOULOMB_PER_SQUARE_METRE | microcoulomb per square metre | µC/m² | B88 |
| units.MICROCURIE | microcurie | µCi | M5 |
| units.MICROFARAD | microfarad | µF | 4O |
| units.MICROFARAD_PER_KILOMETRE | microfarad per kilometre | µF/km | H28 |
| units.MICROFARAD_PER_METRE | microfarad per metre | µF/m | B89 |
| units.MICROFICHE_SHEET | microfiche sheet | G7 | |
| units.MICROGRAM | microgram | µg | MC |
| units.MICROGRAM_PER_CUBIC_METRE | microgram per cubic metre | µg/m³ | GQ |
| units.MICROGRAM_PER_CUBIC_METRE_BAR | microgram per cubic metre bar | (µg/m³)/bar | J35 |
| units.MICROGRAM_PER_CUBIC_METRE_KELVIN | microgram per cubic metre kelvin | (µg/m³)/K | J34 |
| units.MICROGRAM_PER_HECTOGRAM | microgram per hectogram | µg/hg | Q29 |
| units.MICROGRAM_PER_KILOGRAM | microgram per kilogram | µg/kg | J33 |
| units.MICROGRAM_PER_LITRE | microgram per litre | µg/l | H29 |
| units.MICROGRAY_PER_HOUR | microgray per hour | µGy/h | P63 |
| units.MICROGRAY_PER_MINUTE | microgray per minute | µGy/min | P59 |
| units.MICROGRAY_PER_SECOND | microgray per second | µGy/s | P55 |
| units.MICROHENRY | microhenry | µH | B90 |
| units.MICROHENRY_PER_KILOOHM | microhenry per kiloohm | µH/kΩ | G98 |
| units.MICROHENRY_PER_METRE | microhenry per metre | µH/m | B91 |
| units.MICROHENRY_PER_OHM | microhenry per ohm | µH/Ω | G99 |
| units.MICROLITRE | microlitre | µl | 4G |
| units.MICROLITRE_PER_LITRE | microlitre per litre | µl/l | J36 |
| units.MICROMETRE_MICRON | micrometre (micron) | µm | 4H |
| units.MICROMETRE_PER_KELVIN | micrometre per kelvin | µm/K | F50 |
| units.MICROMHO | micromho | NR | |
| units.MICROMOLE | micromole | µmol | FH |
| units.MICRONEWTON | micronewton | µN | B92 |
| units.MICRONEWTON_METRE | micronewton metre | µN·m | B93 |
| units.MICROOHM | microohm | µΩ | B94 |
| units.MICROOHM_METRE | microohm metre | µΩ·m | B95 |
| units.MICROPASCAL | micropascal | µPa | B96 |
| units.MICROPOISE | micropoise | µP | J32 |
| units.MICRORADIAN | microradian | µrad | B97 |
| units.MICROSECOND | microsecond | µs | B98 |
| units.MICROSIEMENS | microsiemens | µS | B99 |
| units.MICROSIEMENS_PER_CENTIMETRE | microsiemens per centimetre | µS/cm | G42 |
| units.MICROSIEMENS_PER_METRE | microsiemens per metre | µS/m | G43 |
| units.MICROSIEVERT_PER_HOUR | microsievert per hour | µSv/h | P72 |
| units.MICROSIEVERT_PER_MINUTE | microsievert per minute | µSv/min | P76 |
| units.MICROSIEVERT_PER_SECOND | microsievert per second | µSv/s | P67 |
| units.MICROTESLA | microtesla | µT | D81 |
| units.MICROVOLT | microvolt | µV | D82 |
| units.MICROVOLT_PER_METRE | microvolt per metre | µV/m | C3 |
| units.MICROWATT | microwatt | µW | D80 |
| units.MICROWATT_PER_SQUARE_METRE | microwatt per square metre | µW/m² | D85 |
| units.MICRO_INCH | micro-inch | µin | M7 |
| units.MIL | mil | mil | M43 |
| units.MILE_BASED_ON_U_S_SURVEY_FOOT | mile (based on U.S. survey foot) | mi (US survey) | M52 |
| units.MILE_PER_HOUR_STATUTE_MILE | mile per hour (statute mile) | mile/h | HM |
| units.MILE_PER_MINUTE | mile per minute | mi/min | M57 |
| units.MILE_PER_SECOND | mile per second | mi/s | M58 |
| units.MILE_STATUTE_MILE | mile (statute mile) | mile | SMI |
| units.MILE_STATUTE_MILE_PER_SECOND_SQUARED | mile (statute mile) per second squared | mi/s² | M42 |
| units.MILLE | mille | E12 | |
| units.MILLIAMPERE | milliampere | mA | 4K |
| units.MILLIAMPERE_HOUR | milliampere hour | mA·h | E09 |
| units.MILLIAMPERE_PER_BAR | milliampere per bar | mA/bar | F59 |
| units.MILLIAMPERE_PER_INCH | milliampere per inch | mA/in | F08 |
| units.MILLIAMPERE_PER_LITRE_MINUTE | milliampere per litre minute | mA/(l·min) | G59 |
| units.MILLIAMPERE_PER_MILLIMETRE | milliampere per millimetre | mA/mm | F76 |
| units.MILLIAMPERE_PER_POUND_FORCE_PER_SQUARE_INCH | milliampere per pound-force per square inch | mA/(lbf/in²) | F57 |
| units.MILLIARD | milliard | MLD | |
| units.MILLIBAR | millibar | mbar | MBR |
| units.MILLIBAR_CUBIC_METRE_PER_SECOND | millibar cubic metre per second | mbar·m³/s | F96 |
| units.MILLIBAR_LITRE_PER_SECOND | millibar litre per second | mbar·l/s | F95 |
| units.MILLIBAR_PER_BAR | millibar per bar | mbar/bar | F04 |
| units.MILLIBAR_PER_KELVIN | millibar per kelvin | mbar/K | F84 |
| units.MILLICANDELA | millicandela | mcd | P34 |
| units.MILLICOULOMB | millicoulomb | mC | D86 |
| units.MILLICOULOMB_PER_CUBIC_METRE | millicoulomb per cubic metre | mC/m³ | D88 |
| units.MILLICOULOMB_PER_KILOGRAM | millicoulomb per kilogram | mC/kg | C8 |
| units.MILLICOULOMB_PER_SQUARE_METRE | millicoulomb per square metre | mC/m² | D89 |
| units.MILLICURIE | millicurie | mCi | MCU |
| units.MILLIEQUIVALENCE_CAUSTIC_POTASH_PER_GRAM_OF_PRODUCT | milliequivalence caustic potash per gram of product | KO | |
| units.MILLIFARAD | millifarad | mF | C10 |
| units.MILLIGAL | milligal | mGal | C11 |
| units.MILLIGRAM | milligram | mg | MGM |
| units.MILLIGRAM_PER_BAR | milligram per bar | mg/bar | F75 |
| units.MILLIGRAM_PER_CUBIC_METRE | milligram per cubic metre | mg/m³ | GP |
| units.MILLIGRAM_PER_CUBIC_METRE_BAR | milligram per cubic metre bar | (mg/m³)/bar | L18 |
| units.MILLIGRAM_PER_CUBIC_METRE_KELVIN | milligram per cubic metre kelvin | (mg/m³)/K | L17 |
| units.MILLIGRAM_PER_DAY | milligram per day | mg/d | F32 |
| units.MILLIGRAM_PER_DAY_BAR | milligram per day bar | mg/(d·bar) | F70 |
| units.MILLIGRAM_PER_DAY_KELVIN | milligram per day kelvin | mg/(d·K) | F43 |
| units.MILLIGRAM_PER_GRAM | milligram per gram | mg/g | H64 |
| units.MILLIGRAM_PER_HOUR | milligram per hour | mg/h | 4M |
| units.MILLIGRAM_PER_HOUR_BAR | milligram per hour bar | mg/(h·bar) | F71 |
| units.MILLIGRAM_PER_HOUR_KELVIN | milligram per hour kelvin | mg/(h·K) | F44 |
| units.MILLIGRAM_PER_KELVIN | milligram per kelvin | mg/K | F16 |
| units.MILLIGRAM_PER_KILOGRAM | milligram per kilogram | mg/kg | NA |
| units.MILLIGRAM_PER_LITRE | milligram per litre | mg/l | M1 |
| units.MILLIGRAM_PER_METRE | milligram per metre | mg/m | C12 |
| units.MILLIGRAM_PER_MINUTE | milligram per minute | mg/min | F33 |
| units.MILLIGRAM_PER_MINUTE_BAR | milligram per minute bar | mg/(min·bar) | F72 |
| units.MILLIGRAM_PER_MINUTE_KELVIN | milligram per minute kelvin | mg/(min·K) | F45 |
| units.MILLIGRAM_PER_SECOND | milligram per second | mg/s | F34 |
| units.MILLIGRAM_PER_SECOND_BAR | milligram per second bar | mg/(s·bar) | F73 |
| units.MILLIGRAM_PER_SECOND_KELVIN | milligram per second kelvin | mg/(s·K) | F46 |
| units.MILLIGRAM_PER_SQUARE_CENTIMETRE | milligram per square centimetre | mg/cm² | H63 |
| units.MILLIGRAM_PER_SQUARE_FOOT_PER_SIDE | milligram per square foot per side | MF | |
| units.MILLIGRAM_PER_SQUARE_INCH | milligram per square inch | mg/in² | MK |
| units.MILLIGRAM_PER_SQUARE_METRE | milligram per square metre | mg/m² | GO |
| units.MILLIGRAY | milligray | mGy | C13 |
| units.MILLIGRAY_PER_HOUR | milligray per hour | mGy/h | P62 |
| units.MILLIGRAY_PER_MINUTE | milligray per minute | mGy/min | P58 |
| units.MILLIGRAY_PER_SECOND | milligray per second | mGy/s | P54 |
| units.MILLIHENRY | millihenry | mH | C14 |
| units.MILLIHENRY_PER_KILOOHM | millihenry per kiloohm | mH/kΩ | H05 |
| units.MILLIHENRY_PER_OHM | millihenry per ohm | mH/Ω | H06 |
| units.MILLIJOULE | millijoule | mJ | C15 |
| units.MILLILITRE | millilitre | ml | MLT |
| units.MILLILITRE_OF_WATER | millilitre of water | WW | |
| units.MILLILITRE_PER_BAR | millilitre per bar | ml/bar | G97 |
| units.MILLILITRE_PER_CUBIC_METRE | millilitre per cubic metre | ml/m³ | H65 |
| units.MILLILITRE_PER_DAY | millilitre per day | ml/d | G54 |
| units.MILLILITRE_PER_DAY_BAR | millilitre per day bar | ml/(d·bar) | G90 |
| units.MILLILITRE_PER_DAY_KELVIN | millilitre per day kelvin | ml/(d·K) | G73 |
| units.MILLILITRE_PER_HOUR | millilitre per hour | ml/h | G55 |
| units.MILLILITRE_PER_HOUR_BAR | millilitre per hour bar | ml/(h·bar) | G91 |
| units.MILLILITRE_PER_HOUR_KELVIN | millilitre per hour kelvin | ml/(h·K) | G74 |
| units.MILLILITRE_PER_KELVIN | millilitre per kelvin | ml/K | G30 |
| units.MILLILITRE_PER_KILOGRAM | millilitre per kilogram | ml/kg | KX |
| units.MILLILITRE_PER_LITRE | millilitre per litre | ml/l | L19 |
| units.MILLILITRE_PER_MINUTE | millilitre per minute | ml/min | 41 |
| units.MILLILITRE_PER_MINUTE_BAR | millilitre per minute bar | ml/(min·bar) | G92 |
| units.MILLILITRE_PER_MINUTE_KELVIN | millilitre per minute kelvin | ml/(min·K) | G75 |
| units.MILLILITRE_PER_SECOND | millilitre per second | ml/s | 40 |
| units.MILLILITRE_PER_SECOND_BAR | millilitre per second bar | ml/(s·bar) | G93 |
| units.MILLILITRE_PER_SECOND_KELVIN | millilitre per second kelvin | ml/(s·K) | G76 |
| units.MILLILITRE_PER_SQUARE_CENTIMETRE_MINUTE | millilitre per square centimetre minute | (ml/min)/cm² | M22 |
| units.MILLILITRE_PER_SQUARE_CENTIMETRE_SECOND | millilitre per square centimetre second | ml/(cm²·s) | 35 |
| units.MILLIMETRE | millimetre | mm | MMT |
| units.MILLIMETRE_PER_BAR | millimetre per bar | mm/bar | G06 |
| units.MILLIMETRE_PER_DEGREE_CELCIUS_METRE | millimetre per degree Celcius metre | mm/(°C·m) | E97 |
| units.MILLIMETRE_PER_HOUR | millimetre per hour | mm/h | H67 |
| units.MILLIMETRE_PER_KELVIN | millimetre per kelvin | mm/K | F53 |
| units.MILLIMETRE_PER_MINUTE | millimetre per minute | mm/min | H81 |
| units.MILLIMETRE_PER_SECOND | millimetre per second | mm/s | C16 |
| units.MILLIMETRE_PER_SECOND_SQUARED | millimetre per second squared | mm/s² | M41 |
| units.MILLIMETRE_PER_YEAR | millimetre per year | mm/y | H66 |
| units.MILLIMETRE_SQUARED_PER_SECOND | millimetre squared per second | mm²/s | C17 |
| units.MILLIMETRE_TO_THE_FOURTH_POWER | millimetre to the fourth power | mm⁴ | G77 |
| units.MILLIMOLE | millimole | mmol | C18 |
| units.MILLIMOLE_PER_GRAM | millimole per gram | mmol/g | H68 |
| units.MILLIMOLE_PER_KILOGRAM | millimole per kilogram | mmol/kg | D87 |
| units.MILLIMOLE_PER_LITRE | millimole per litre | mmol/l | M33 |
| units.MILLINEWTON | millinewton | mN | C20 |
| units.MILLINEWTON_METRE | millinewton metre | mN·m | D83 |
| units.MILLINEWTON_PER_METRE | millinewton per metre | mN/m | C22 |
| units.MILLIOHM | milliohm | mΩ | E45 |
| units.MILLIOHM_METRE | milliohm metre | mΩ·m | C23 |
| units.MILLIOHM_PER_METRE | milliohm per metre | mΩ/m | F54 |
| units.MILLION | million | MIO | |
| units.MILLION_BTUIT_PER_HOUR | million Btu(IT) per hour | BtuIT/h | E16 |
| units.MILLION_BTUS | million BTUs | BZ | |
| units.MILLION_BTU_PER_1000_CUBIC_FOOT | million Btu per 1000 cubic foot | MBTU/kft³ | M9 |
| units.MILLION_CUBIC_FOOT | million cubic foot | Mft³ | FM |
| units.MILLION_CUBIC_METRE | million cubic metre | Mm³ | HMQ |
| units.MILLION_INTERNATIONAL_UNIT | million international unit | MIU | |
| units.MILLION_PARTICLE_PER_CUBIC_FOOT | million particle per cubic foot | FD | |
| units.MILLION_UNIT | million unit | UM | |
| units.MILLIPASCAL | millipascal | mPa | 74 |
| units.MILLIPASCAL_PER_METRE | millipascal per metre | mPa/m | P80 |
| units.MILLIPASCAL_SECOND | millipascal second | mPa·s | C24 |
| units.MILLIPASCAL_SECOND_PER_BAR | millipascal second per bar | mPa·s/bar | L16 |
| units.MILLIPASCAL_SECOND_PER_KELVIN | millipascal second per kelvin | mPa·s/K | L15 |
| units.MILLIRADIAN | milliradian | mrad | C25 |
| units.MILLIROENTGEN | milliroentgen | mR | 2Y |
| units.MILLIROENTGEN_AEQUIVALENT_MEN | milliroentgen aequivalent men | mrem | L31 |
| units.MILLISECOND | millisecond | ms | C26 |
| units.MILLISIEMENS | millisiemens | mS | C27 |
| units.MILLISIEMENS_PER_CENTIMETRE | millisiemens per centimetre | mS/cm | H61 |
| units.MILLISIEVERT | millisievert | mSv | C28 |
| units.MILLISIEVERT_PER_HOUR | millisievert per hour | mSv/h | P71 |
| units.MILLISIEVERT_PER_MINUTE | millisievert per minute | mSv/min | P75 |
| units.MILLISIEVERT_PER_SECOND | millisievert per second | mSv/s | P66 |
| units.MILLITESLA | millitesla | mT | C29 |
| units.MILLIVOLT | millivolt | mV | 2Z |
| units.MILLIVOLT_AMPERE | millivolt - ampere | mV·A | M35 |
| units.MILLIVOLT_PER_KELVIN | millivolt per kelvin | mV/K | D49 |
| units.MILLIVOLT_PER_METRE | millivolt per metre | mV/m | C30 |
| units.MILLIVOLT_PER_MINUTE | millivolt per minute | mV/min | H62 |
| units.MILLIWATT | milliwatt | mW | C31 |
| units.MILLIWATT_PER_SQUARE_METRE | milliwatt per square metre | mW/m² | C32 |
| units.MILLIWEBER | milliweber | mWb | C33 |
| units.MILLI_INCH | milli-inch | mil | 77 |
| units.MINUTE | minute [unit of time] | min | MIN |
| units.MINUTE_UNIT_OF_ANGLE | minute [unit of angle] | ' | D61 |
| units.MINUTE_UNIT_OF_TIME | minute [unit of time] | min | MIN |
| units.MMSCF_PER_DAY | MMSCF/day | 5E | |
| units.MODULE_WIDTH | module width | MW | H77 |
| units.MOLE | mole | mol | C34 |
| units.MOLE_PER_CUBIC_DECIMETRE | mole per cubic decimetre | mol/dm³ | C35 |
| units.MOLE_PER_CUBIC_METRE | mole per cubic metre | mol/m³ | C36 |
| units.MOLE_PER_CUBIC_METRE_BAR | mole per cubic metre bar | (mol/m³)/bar | L29 |
| units.MOLE_PER_CUBIC_METRE_KELVIN | mole per cubic metre kelvin | (mol/m³)/K | L28 |
| units.MOLE_PER_CUBIV_METRE_TO_THE_POWER_SUM_OF_STOICHIOMETRIC_NUMBERS | mole per cubiv metre to the power sum of stoichiometric numbers | (mol/m³)∑νB | P99 |
| units.MOLE_PER_HOUR | mole per hour | mol/h | L23 |
| units.MOLE_PER_KILOGRAM | mole per kilogram | mol/kg | C19 |
| units.MOLE_PER_KILOGRAM_BAR | mole per kilogram bar | (mol/kg)/bar | L25 |
| units.MOLE_PER_KILOGRAM_KELVIN | mole per kilogram kelvin | (mol/kg)/K | L24 |
| units.MOLE_PER_LITRE | mole per litre | mol/l | C38 |
| units.MOLE_PER_LITRE_BAR | mole per litre bar | (mol/l)/bar | L27 |
| units.MOLE_PER_LITRE_KELVIN | mole per litre kelvin | (mol/l)/K | L26 |
| units.MOLE_PER_MINUTE | mole per minute | mol/min | L30 |
| units.MOLE_PER_SECOND | mole per second | mol/s | E95 |
| units.MOL_PER_CUBIC_METRE_PASCAL | mol per cubic metre pascal | (mol/m³)/Pa | P52 |
| units.MOL_PER_KILOGRAM_PASCAL | mol per kilogram pascal | (mol/kg)/Pa | P51 |
| units.MONETARY_VALUE | monetary value | M4 | |
| units.MONTH | month | mo | MON |
| units.MUTUALLY_DEFINED | mutually defined | ZZ | |
| units.NANOAMPERE | nanoampere | nA | C39 |
| units.NANOCOULOMB | nanocoulomb | nC | C40 |
| units.NANOFARAD | nanofarad | nF | C41 |
| units.NANOFARAD_PER_METRE | nanofarad per metre | nF/m | C42 |
| units.NANOGRAM_PER_KILOGRAM | nanogram per kilogram | ng/kg | L32 |
| units.NANOGRAY_PER_HOUR | nanogray per hour | nGy/h | P64 |
| units.NANOGRAY_PER_MINUTE | nanogray per minute | nGy/min | P60 |
| units.NANOGRAY_PER_SECOND | nanogray per second | nGy/s | P56 |
| units.NANOHENRY | nanohenry | nH | C43 |
| units.NANOHENRY_PER_METRE | nanohenry per metre | nH/m | C44 |
| units.NANOLITRE | nanolitre | nl | Q34 |
| units.NANOMETRE | nanometre | nm | C45 |
| units.NANOOHM | nanoohm | nΩ | P22 |
| units.NANOOHM_METRE | nanoohm metre | nΩ·m | C46 |
| units.NANOSECOND | nanosecond | ns | C47 |
| units.NANOSIEMENS_PER_CENTIMETRE | nanosiemens per centimetre | nS/cm | G44 |
| units.NANOSIEMENS_PER_METRE | nanosiemens per metre | nS/m | G45 |
| units.NANOSIEVERT_PER_HOUR | nanosievert per hour | nSv/h | P73 |
| units.NANOSIEVERT_PER_MINUTE | nanosievert per minute | nSv/min | P77 |
| units.NANOSIEVERT_PER_SECOND | nanosievert per second | nSv/s | P68 |
| units.NANOTESLA | nanotesla | nT | C48 |
| units.NANOWATT | nanowatt | nW | C49 |
| units.NATURAL_UNIT_OF_INFORMATION | natural unit of information | nat | Q16 |
| units.NATURAL_UNIT_OF_INFORMATION_PER_SECOND | natural unit of information per second | nat/s | Q19 |
| units.NAUTICAL_MILE | nautical mile | n mile | NMI |
| units.NEPER | neper | Np | C50 |
| units.NEPER_PER_SECOND | neper per second | Np/s | C51 |
| units.NEPHELOMETRIC_TURBIDITY_UNIT | Nephelometric turbidity unit | NTU | NTU |
| units.NET_BARREL | net barrel | ND | |
| units.NET_GALLON_US | net gallon (us) | NG | |
| units.NET_IMPERIAL_GALLON | net imperial gallon | NI | |
| units.NET_KILOGRAM | net kilogram | 58 | |
| units.NET_LITRE | net litre | NE | |
| units.NET_REGISTER_TON | net register ton | NTT | |
| units.NET_TON | net ton | NT | |
| units.NEWSPAGE_AGATE_LINE | newspage agate line | Z8 | |
| units.NEWTON | newton | N | NEW |
| units.NEWTON_CENTIMETRE | newton centimetre | N·cm | F88 |
| units.NEWTON_METRE | newton metre | N·m | NU |
| units.NEWTON_METRE_PER_AMPERE | newton metre per ampere | N·m/A | F90 |
| units.NEWTON_METRE_PER_DEGREE | newton metre per degree | Nm/° | F89 |
| units.NEWTON_METRE_PER_KILOGRAM | newton metre per kilogram | N·m/kg | G19 |
| units.NEWTON_METRE_PER_METRE | newton metre per metre | N·m/m² | Q27 |
| units.NEWTON_METRE_PER_RADIAN | newton metre per radian | N·m/rad | M93 |
| units.NEWTON_METRE_PER_SQUARE_METRE | newton metre per square metre | N·m/m² | M34 |
| units.NEWTON_METRE_SECOND | newton metre second | N·m·s | C53 |
| units.NEWTON_METRE_SQUARED_PER_KILOGRAM_SQUARED | newton metre squared per kilogram squared | N·m²/kg² | C54 |
| units.NEWTON_METRE_WATT_TO_THE_POWER_MINUS_0_5 | newton metre watt to the power minus 0,5 | N·m·W⁻⁰‧⁵ | H41 |
| units.NEWTON_PER_AMPERE | newton per ampere | N/A | H40 |
| units.NEWTON_PER_CENTIMETRE | newton per centimetre | N/cm | M23 |
| units.NEWTON_PER_METRE | newton per metre | N/m | 4P |
| units.NEWTON_PER_MILLIMETRE | newton per millimetre | N/mm | F47 |
| units.NEWTON_PER_SQUARE_CENTIMETRE | newton per square centimetre | N/cm² | E01 |
| units.NEWTON_PER_SQUARE_METRE | newton per square metre | N/m² | C55 |
| units.NEWTON_PER_SQUARE_MILLIMETRE | newton per square millimetre | N/mm² | C56 |
| units.NEWTON_SECOND | newton second | N·s | C57 |
| units.NEWTON_SECOND_PER_METRE | newton second per metre | N·s/m | C58 |
| units.NEWTON_SECOND_PER_SQUARE_METRE | newton second per square metre | (N/m²)·s | N36 |
| units.NEWTON_SQUARE_METRE_PER_AMPERE | newton square metre per ampere | N·m²/A | P49 |
| units.NIL | nil | () | NIL |
| units.NINE_PACK | nine pack | P9 | |
| units.NONE | None | ||
| units.NORMALISED_CUBIC_METRE | Normalised cubic metre | NM3 | |
| units.NORMALIZED_CUBIC_METRE_PER_DAY | Normalized cubic metre per day | Q39 | |
| units.NORMALIZED_CUBIC_METRE_PER_HOUR | Normalized cubic metre per hour | Q40 | |
| units.NO_DIMENSION | No dimension | NDL | |
| units.NUMBER_OF_ARTICLES | number of articles | NAR | |
| units.NUMBER_OF_BOBBINS | number of bobbins | NBB | |
| units.NUMBER_OF_CELLS | number of cells | NCL | |
| units.NUMBER_OF_INTERNATIONAL_UNITS | number of international units | NIU | |
| units.NUMBER_OF_JEWELS | number of jewels | JWL | |
| units.NUMBER_OF_LINES | number of lines | N2 | |
| units.NUMBER_OF_MULTS | number of mults | MV | |
| units.NUMBER_OF_PACKS | number of packs | NMP | |
| units.NUMBER_OF_PAIRS | number of pairs | NPR | |
| units.NUMBER_OF_PARCELS | number of parcels | NPL | |
| units.NUMBER_OF_PARTS | number of parts | NPT | |
| units.NUMBER_OF_ROLLS | number of rolls | NRL | |
| units.NUMBER_OF_SCREENS | number of screens | NJ | |
| units.NUMBER_OF_WORDS | number of words | D68 | |
| units.OCTAVE | octave | C59 | |
| units.OCTET | octet | o | Q12 |
| units.OCTET_PER_SECOND | octet per second | o/s | Q13 |
| units.ODS_GRAMS | ODS Grams | ODG | |
| units.ODS_KILOGRAMS | ODS Kilograms | ODK | |
| units.ODS_MILLIGRAMS | ODS Milligrams | ODM | |
| units.OERSTED | oersted | Oe | 66 |
| units.OHM | ohm | Ω | OHM |
| units.OHM_CENTIMETRE | ohm centimetre | Ω·cm | C60 |
| units.OHM_CIRCULAR_MIL_PER_FOOT | ohm circular-mil per foot | Ω·cmil/ft | P23 |
| units.OHM_KILOMETRE | ohm kilometre | Ω·km | M24 |
| units.OHM_METRE | ohm metre | Ω·m | C61 |
| units.OHM_PER_KILOMETRE | ohm per kilometre | Ω/km | F56 |
| units.OHM_PER_METRE | ohm per metre | Ω/m | H26 |
| units.OHM_PER_MILE_STATUTE_MILE | ohm per mile (statute mile) | Ω/mi | F55 |
| units.ONE | one | 1 | C62 |
| units.ONE_PER_ONE | one per one | 1/1 | Q26 |
| units.OSCILLATIONS_PER_MINUTE | oscillations per minute | o/min | OPM |
| units.OUNCE_AV | ounce av | OZ | |
| units.OUNCE_AVOIRDUPOIS | ounce (avoirdupois) | oz | ONZ |
| units.OUNCE_AVOIRDUPOIS_FORCE | ounce (avoirdupois)-force | ozf | L40 |
| units.OUNCE_AVOIRDUPOIS_FORCE_INCH | ounce (avoirdupois)-force inch | ozf·in | L41 |
| units.OUNCE_AVOIRDUPOIS_PER_CUBIC_INCH | ounce (avoirdupois) per cubic inch | oz/in³ | L39 |
| units.OUNCE_AVOIRDUPOIS_PER_CUBIC_YARD | ounce (avoirdupois) per cubic yard | oz/yd³ | G32 |
| units.OUNCE_AVOIRDUPOIS_PER_DAY | ounce (avoirdupois) per day | oz/d | L33 |
| units.OUNCE_AVOIRDUPOIS_PER_GALLON_UK | ounce (avoirdupois) per gallon (UK) | oz/gal (UK) | L37 |
| units.OUNCE_AVOIRDUPOIS_PER_GALLON_US | ounce (avoirdupois) per gallon (US) | oz/gal (US) | L38 |
| units.OUNCE_AVOIRDUPOIS_PER_HOUR | ounce (avoirdupois) per hour | oz/h | L34 |
| units.OUNCE_AVOIRDUPOIS_PER_MINUTE | ounce (avoirdupois) per minute | oz/min | L35 |
| units.OUNCE_AVOIRDUPOIS_PER_SECOND | ounce (avoirdupois) per second | oz/s | L36 |
| units.OUNCE_AVOIRDUPOIS_PER_SQUARE_INCH | ounce (avoirdupois) per square inch | oz/in² | N22 |
| units.OUNCE_FOOT | ounce foot | oz·ft | 4R |
| units.OUNCE_INCH | ounce inch | oz·in | 4Q |
| units.OUNCE_PER_SQUARE_FOOT | ounce per square foot | oz/ft² | 37 |
| units.OUNCE_PER_SQUARE_FOOT_PER_0_01INCH | ounce per square foot per 0,01inch | oz/(ft²/cin) | 38 |
| units.OUNCE_PER_SQUARE_YARD | ounce per square yard | oz/yd² | ON |
| units.OUNCE_UK_FLUID_PER_DAY | ounce (UK fluid) per day | fl oz (UK)/d | J95 |
| units.OUNCE_UK_FLUID_PER_HOUR | ounce (UK fluid) per hour | fl oz (UK)/h | J96 |
| units.OUNCE_UK_FLUID_PER_MINUTE | ounce (UK fluid) per minute | fl oz (UK)/min | J97 |
| units.OUNCE_UK_FLUID_PER_SECOND | ounce (UK fluid) per second | fl oz (UK)/s | J98 |
| units.OUNCE_US_FLUID_PER_DAY | ounce (US fluid) per day | fl oz (US)/d | J99 |
| units.OUNCE_US_FLUID_PER_HOUR | ounce (US fluid) per hour | fl oz (US)/h | K10 |
| units.OUNCE_US_FLUID_PER_MINUTE | ounce (US fluid) per minute | fl oz (US)/min | K11 |
| units.OUNCE_US_FLUID_PER_SECOND | ounce (US fluid) per second | fl oz (US)/s | K12 |
| units.OUTFIT | outfit | 11 | |
| units.OVERTIME_HOUR | overtime hour | OT | |
| units.OZONE_DEPLETION_EQUIVALENT | ozone depletion equivalent | ODE | |
| units.PACK | pack | PK | |
| units.PACKET | packet | PA | |
| units.PAD | pad | PD | |
| units.PAGE | page | ZP | |
| units.PAGE_ELECTRONIC | page - electronic | P0 | |
| units.PAGE_FACSIMILE | page - facsimile | QA | |
| units.PAGE_HARDCOPY | page - hardcopy | QB | |
| units.PAGE_PER_INCH | page per inch | ppi | PQ |
| units.PAIL | pail | PL | |
| units.PAIR | pair | PR | |
| units.PAIR_INCH | pair inch | PB | |
| units.PALLET_LIFT | pallet (lift) | PF | |
| units.PALLET_PER_UNIT_LOAD | pallet/unit load | D97 | |
| units.PANEL | panel | OA | |
| units.PARSEC | parsec | pc | C63 |
| units.PART_PER_BILLION_US | part per billion (US) | ppb | 61 |
| units.PART_PER_HUNDRED_THOUSAND | part per hundred thousand | ppht | E40 |
| units.PART_PER_MILLION | part per million | ppm | 59 |
| units.PART_PER_THOUSAND | part per thousand | ‰ | NX |
| units.PASCAL | pascal | Pa | PAL |
| units.PASCAL_CUBIC_METRE_PER_SECOND | pascal cubic metre per second | Pa·m³/s | G01 |
| units.PASCAL_LITRE_PER_SECOND | pascal litre per second | Pa·l/s | F99 |
| units.PASCAL_PER_BAR | pascal per bar | Pa/bar | F07 |
| units.PASCAL_PER_KELVIN | pascal per kelvin | Pa/K | C64 |
| units.PASCAL_PER_METRE | pascal per metre | Pa/m | H42 |
| units.PASCAL_SECOND | pascal second | Pa·s | C65 |
| units.PASCAL_SECOND_PER_BAR | pascal second per bar | Pa·s/bar | H07 |
| units.PASCAL_SECOND_PER_CUBIC_METRE | pascal second per cubic metre | Pa·s/m³ | C66 |
| units.PASCAL_SECOND_PER_KELVIN | pascal second per kelvin | Pa.s/K | F77 |
| units.PASCAL_SECOND_PER_LITRE | pascal second per litre | Pa·s/l | M32 |
| units.PASCAL_SECOND_PER_METRE | pascal second per metre | Pa· s/m | C67 |
| units.PASCAL_SQUARED_SECOND | pascal squared second | Pa²·s | P42 |
| units.PASCAL_SQUARE_METRE_PER_KILOGRAM | pascal square metre per kilogram | Pa/(kg/m²) | P79 |
| units.PASCAL_TO_THE_POWER_SUM_OF_STOICHIOMETRIC_NUMBERS | pascal to the power sum of stoichiometric numbers | PaΣνB | P98 |
| units.PEBIBIT_PER_CUBIC_METRE | pebibit per cubic metre | Pibit/m³ | E82 |
| units.PEBIBIT_PER_METRE | pebibit per metre | Pibit/m | E80 |
| units.PEBIBIT_PER_SQUARE_METRE | pebibit per square metre | Pibit/m² | E81 |
| units.PEBIBYTE | pebibyte | Pibyte | E60 |
| units.PECK | peck | pk (US) | G23 |
| units.PECK_DRY_UK | peck dry (UK) | PZ | |
| units.PECK_DRY_US | peck dry (US) | PY | |
| units.PECK_UK | peck (UK) | pk (UK) | L43 |
| units.PECK_UK_PER_DAY | peck (UK) per day | pk (UK)/d | L44 |
| units.PECK_UK_PER_HOUR | peck (UK) per hour | pk (UK)/h | L45 |
| units.PECK_UK_PER_MINUTE | peck (UK) per minute | pk (UK)/min | L46 |
| units.PECK_UK_PER_SECOND | peck (UK) per second | pk (UK)/s | L47 |
| units.PECK_US_DRY_PER_DAY | peck (US dry) per day | pk (US dry)/d | L48 |
| units.PECK_US_DRY_PER_HOUR | peck (US dry) per hour | pk (US dry)/h | L49 |
| units.PECK_US_DRY_PER_MINUTE | peck (US dry) per minute | pk (US dry)/min | L50 |
| units.PECK_US_DRY_PER_SECOND | peck (US dry) per second | pk (US dry)/s | L51 |
| units.PENNYWEIGHT | pennyweight | DWT | |
| units.PEN_CALORIE | pen calorie | N1 | |
| units.PEN_GRAM_PROTEIN | pen gram (protein) | D23 | |
| units.PERCENT | percent | pct | P1 |
| units.PERCENT_PER_1000_HOUR | percent per 1000 hour | 62 | |
| units.PERCENT_PER_BAR | percent per bar | %/bar | H96 |
| units.PERCENT_PER_DECAKELVIN | percent per decakelvin | %/daK | H73 |
| units.PERCENT_PER_DEGREE | percent per degree | %/° | H90 |
| units.PERCENT_PER_DEGREE_CELSIUS | percent per degree Celsius | %/°C | M25 |
| units.PERCENT_PER_HECTOBAR | percent per hectobar | %/hbar | H72 |
| units.PERCENT_PER_HUNDRED | percent per hundred | %/100 | H93 |
| units.PERCENT_PER_INCH | percent per inch | %/in | H98 |
| units.PERCENT_PER_KELVIN | percent per kelvin | %/K | H25 |
| units.PERCENT_PER_METRE | percent per metre | %/m | H99 |
| units.PERCENT_PER_MILLIMETRE | percent per millimetre | %/mm | J10 |
| units.PERCENT_PER_MONTH | percent per month | %/mo | H71 |
| units.PERCENT_PER_OHM | percent per ohm | %/Ω | H89 |
| units.PERCENT_PER_ONE_HUNDRED_THOUSAND | percent per one hundred thousand | %/100000 | H92 |
| units.PERCENT_PER_TEN_THOUSAND | percent per ten thousand | %/10000 | H91 |
| units.PERCENT_PER_THOUSAND | percent per thousand | %/1000 | H94 |
| units.PERCENT_PER_VOLT | percent per volt | %/V | H95 |
| units.PERCENT_VOLUME | percent volume | VP | |
| units.PERCENT_WEIGHT | percent weight | 60 | |
| units.PERM_0_DEG_C | perm (0 ºC) | perm (0 ºC) | P91 |
| units.PERM_23_DEG_C | perm (23 ºC) | perm (23 ºC) | P92 |
| units.PERSON | person | IE | |
| units.PER_MILLE_PER_PSI | per mille per psi | ‰/psi | J12 |
| units.PETABIT | petabit | Pbit | E78 |
| units.PETABIT_PER_SECOND | petabit per second | Pbit/s | E79 |
| units.PETABYTE | petabyte | Pbyte | E36 |
| units.PETAJOULE | petajoule | PJ | C68 |
| units.PFERDESTAERKE | Pferdestaerke | PS | N12 |
| units.PFUND | pfund | pfd | M86 |
| units.PHON | phon | C69 | |
| units.PHOT | phot | ph | P26 |
| units.PH_POTENTIAL_OF_HYDROGEN | pH (potential of Hydrogen) | pH | Q30 |
| units.PICA | pica | R1 | |
| units.PICOAMPERE | picoampere | pA | C70 |
| units.PICOCOULOMB | picocoulomb | pC | C71 |
| units.PICOFARAD | picofarad | pF | 4T |
| units.PICOFARAD_PER_METRE | picofarad per metre | pF/m | C72 |
| units.PICOHENRY | picohenry | pH | C73 |
| units.PICOLITRE | picolitre | pl | Q33 |
| units.PICOMETRE | picometre | pm | C52 |
| units.PICOPASCAL_PER_KILOMETRE | picopascal per kilometre | pPa/km | H69 |
| units.PICOSECOND | picosecond | ps | H70 |
| units.PICOSIEMENS | picosiemens | pS | N92 |
| units.PICOSIEMENS_PER_METRE | picosiemens per metre | pS/m | L42 |
| units.PICOVOLT | picovolt | pV | N99 |
| units.PICOWATT | picowatt | pW | C75 |
| units.PICOWATT_PER_SQUARE_METRE | picowatt per square metre | pW/m² | C76 |
| units.PIECE | piece | H87 | |
| units.PIECE_DAY | Piece Day | piece·d | HAD |
| units.PIECE_MONTH | Piece Month | piece·mo | HMO |
| units.PIECE_WEEK | Piece Week | piece·k | HWE |
| units.PING | ping | E19 | |
| units.PINT_UK | pint (UK) | pt (UK) | PTI |
| units.PINT_UK_PER_DAY | pint (UK) per day | pt (UK)/d | L53 |
| units.PINT_UK_PER_HOUR | pint (UK) per hour | pt (UK)/h | L54 |
| units.PINT_UK_PER_MINUTE | pint (UK) per minute | pt (UK)/min | L55 |
| units.PINT_UK_PER_SECOND | pint (UK) per second | pt (UK)/s | L56 |
| units.PINT_US | pint (US) | pt (US) | PT |
| units.PINT_US_DRY | pint (US dry) | pt (US dry) | L61 |
| units.PINT_US_LIQUID_PER_DAY | pint (US liquid) per day | pt (US liq.)/d | L57 |
| units.PINT_US_LIQUID_PER_HOUR | pint (US liquid) per hour | pt (US liq.)/h | L58 |
| units.PINT_US_LIQUID_PER_MINUTE | pint (US liquid) per minute | pt (US liq.)/min | L59 |
| units.PINT_US_LIQUID_PER_SECOND | pint (US liquid) per second | pt (US liq.)/s | L60 |
| units.PIPELINE_JOINT | pipeline joint | JNT | |
| units.PITCH | pitch | PI | |
| units.PIXEL | pixel | E37 | |
| units.PLATE | plate | PG | |
| units.POISE | poise | P | 89 |
| units.POISE_PER_BAR | poise per bar | P/bar | F06 |
| units.POISE_PER_KELVIN | poise per kelvin | P/K | F86 |
| units.POISE_PER_PASCAL | poise per pascal | P/Pa | N35 |
| units.POND | pond | p | M78 |
| units.PORTION | portion | PTN | PTN |
| units.POUND | pound | lb | LBR |
| units.POUNDAL | poundal | pdl | M76 |
| units.POUNDAL_FOOT | poundal foot | pdl·ft | M95 |
| units.POUNDAL_INCH | poundal inch | pdl·in | M96 |
| units.POUNDAL_PER_INCH | poundal per inch | pdl/in | N32 |
| units.POUNDAL_PER_SQUARE_FOOT | poundal per square foot | pdl/ft² | N21 |
| units.POUNDAL_PER_SQUARE_INCH | poundal per square inch | pdl/in² | N26 |
| units.POUNDAL_SECOND_PER_SQUARE_FOOT | poundal second per square foot | (pdl/ft²)·s | N34 |
| units.POUNDAL_SECOND_PER_SQUARE_INCH | poundal second per square inch | (pdl/in²)·s | N42 |
| units.POUND_AVOIRDUPOIS_PER_CUBIC_FOOT_DEGREE_FAHRENHEIT | pound (avoirdupois) per cubic foot degree Fahrenheit | (lb/ft³)/°F | K69 |
| units.POUND_AVOIRDUPOIS_PER_CUBIC_FOOT_PSI | pound (avoirdupois) per cubic foot psi | (lb/ft³)/psi | K70 |
| units.POUND_AVOIRDUPOIS_PER_CUBIC_INCH_DEGREE_FAHRENHEIT | pound (avoirdupois) per cubic inch degree Fahrenheit | (lb/in³)/°F | K75 |
| units.POUND_AVOIRDUPOIS_PER_CUBIC_INCH_PSI | pound (avoirdupois) per cubic inch psi | (lb/in³)/psi | K76 |
| units.POUND_AVOIRDUPOIS_PER_DAY | pound (avoirdupois) per day | lb/d | K66 |
| units.POUND_AVOIRDUPOIS_PER_DEGREE_FAHRENHEIT | pound (avoirdupois) per degree Fahrenheit | lb/°F | K64 |
| units.POUND_AVOIRDUPOIS_PER_GALLON_UK | pound (avoirdupois) per gallon (UK) | lb/gal (UK) | K71 |
| units.POUND_AVOIRDUPOIS_PER_HOUR_DEGREE_FAHRENHEIT | pound (avoirdupois) per hour degree Fahrenheit | (lb/h)/°F | K73 |
| units.POUND_AVOIRDUPOIS_PER_HOUR_PSI | pound (avoirdupois) per hour psi | (lb/h)/psi | K74 |
| units.POUND_AVOIRDUPOIS_PER_MINUTE | pound (avoirdupois) per minute | lb/min | K78 |
| units.POUND_AVOIRDUPOIS_PER_MINUTE_DEGREE_FAHRENHEIT | pound (avoirdupois) per minute degree Fahrenheit | lb/(min·°F) | K79 |
| units.POUND_AVOIRDUPOIS_PER_MINUTE_PSI | pound (avoirdupois) per minute psi | (lb/min)/psi | K80 |
| units.POUND_AVOIRDUPOIS_PER_PSI | pound (avoirdupois) per psi | lb/psi | K77 |
| units.POUND_AVOIRDUPOIS_PER_SECOND | pound (avoirdupois) per second | lb/s | K81 |
| units.POUND_AVOIRDUPOIS_PER_SECOND_DEGREE_FAHRENHEIT | pound (avoirdupois) per second degree Fahrenheit | (lb/s)/°F | K82 |
| units.POUND_AVOIRDUPOIS_PER_SECOND_PSI | pound (avoirdupois) per second psi | (lb/s)/psi | K83 |
| units.POUND_AVOIRDUPOIS_SQUARE_FOOT | pound (avoirdupois) square foot | lb·ft² | K65 |
| units.POUND_EQUIVALENT | pound equivalent | PE | |
| units.POUND_FOOT_PER_SECOND | pound foot per second | lb·(ft/s) | N10 |
| units.POUND_FORCE | pound-force | lbf | C78 |
| units.POUND_FORCE_FOOT | pound-force foot | lbf·ft | M92 |
| units.POUND_FORCE_FOOT_PER_AMPERE | pound-force foot per ampere | lbf·ft/A | F22 |
| units.POUND_FORCE_FOOT_PER_INCH | pound-force foot per inch | lbf·ft/in | P89 |
| units.POUND_FORCE_FOOT_PER_POUND | pound-force foot per pound | lbf·ft/lb | G20 |
| units.POUND_FORCE_INCH | pound-force inch | lbf·in | F21 |
| units.POUND_FORCE_INCH_PER_INCH | pound-force inch per inch | lbf·in/in | P90 |
| units.POUND_FORCE_PER_FOOT | pound-force per foot | lbf/ft | F17 |
| units.POUND_FORCE_PER_INCH | pound-force per inch | lbf/in | F48 |
| units.POUND_FORCE_PER_SQUARE_FOOT | pound-force per square foot | lbf/ft² | K85 |
| units.POUND_FORCE_PER_SQUARE_INCH | pound-force per square inch | lbf/in² | PS |
| units.POUND_FORCE_PER_SQUARE_INCH_DEGREE_FAHRENHEIT | pound-force per square inch degree Fahrenheit | psi/°F | K86 |
| units.POUND_FORCE_PER_YARD | pound-force per yard | lbf/yd | N33 |
| units.POUND_FORCE_SECOND_PER_SQUARE_FOOT | pound-force second per square foot | lbf·s/ft² | K91 |
| units.POUND_FORCE_SECOND_PER_SQUARE_INCH | pound-force second per square inch | lbf·s/in² | K92 |
| units.POUND_GAGE | pound gage | C77 | |
| units.POUND_GROSS | pound gross | D96 | |
| units.POUND_INCH_PER_SECOND | pound inch per second | lb·(in/s) | N11 |
| units.POUND_INCH_SQUARED | pound inch squared | lb·in² | F20 |
| units.POUND_MOLE | pound mole | lbmol | P44 |
| units.POUND_MOLE_PER_MINUTE | pound mole per minute | lbmol/h | P46 |
| units.POUND_MOLE_PER_POUND | pound mole per pound | lbmol/lb | P48 |
| units.POUND_MOLE_PER_SECOND | pound mole per second | lbmol/s | P45 |
| units.POUND_NET | pound net | PN | |
| units.POUND_PERCENTAGE | pound percentage | PM | |
| units.POUND_PER_AIR_DRY_METRIC_TON | pound per air dry metric ton | NY | |
| units.POUND_PER_CUBIC_FOOT | pound per cubic foot | lb/ft³ | 87 |
| units.POUND_PER_CUBIC_INCH | pound per cubic inch | lb/in³ | LA |
| units.POUND_PER_CUBIC_YARD | pound per cubic yard | lb/yd³ | K84 |
| units.POUND_PER_FOOT | pound per foot | lb/ft | P2 |
| units.POUND_PER_FOOT_DAY | pound per foot day | lb/(ft·d) | N44 |
| units.POUND_PER_FOOT_HOUR | pound per foot hour | lb/(ft·h) | K67 |
| units.POUND_PER_FOOT_MINUTE | pound per foot minute | lb/(ft·min) | N43 |
| units.POUND_PER_FOOT_SECOND | pound per foot second | lb/(ft·s) | K68 |
| units.POUND_PER_GALLON_US | pound per gallon (US) | lb/gal (US) | GE |
| units.POUND_PER_HOUR | pound per hour | lb/h | 4U |
| units.POUND_PER_INCH_OF_LENGTH | pound per inch of length | lb/in | PO |
| units.POUND_PER_INCH_OF_WIDTH | pound per inch of width | PW | |
| units.POUND_PER_PIECE_OF_PRODUCT | pound per piece of product | 3G | |
| units.POUND_PER_POUND | pound per pound | lb/lb | M91 |
| units.POUND_PER_POUND_OF_PRODUCT | pound per pound of product | 3E | |
| units.POUND_PER_REAM | pound per ream | RP | |
| units.POUND_PER_SQUARE_FOOT | pound per square foot | lb/ft² | FP |
| units.POUND_PER_SQUARE_INCH_ABSOLUTE | pound per square inch absolute | lb/in² | 80 |
| units.POUND_PER_SQUARE_INCH_GAUGE | pound per square inch, gauge | 64 | |
| units.POUND_PER_SQUARE_YARD | pound per square yard | lb/yd² | N25 |
| units.POUND_PER_THOUSAND | pound per thousand | 5F | |
| units.POUND_PER_THOUSAND_SQUARE_FOOT | pound per thousand square foot | lb/kft² | 29 |
| units.POUND_PER_YARD | pound per yard | lb/yd | M84 |
| units.POWDER_FILLED_VIAL | powder filled vial | AW | |
| units.PRINT_POINT | print point | N3 | |
| units.PROOF_GALLON | proof gallon | PGL | |
| units.PROOF_LITRE | proof litre | PFL | |
| units.PSI_CUBIC_INCH_PER_SECOND | psi cubic inch per second | psi·in³/s | K87 |
| units.PSI_CUBIC_METRE_PER_SECOND | psi cubic metre per second | psi·m³/s | K89 |
| units.PSI_CUBIC_YARD_PER_SECOND | psi cubic yard per second | psi·yd³/s | K90 |
| units.PSI_LITRE_PER_SECOND | psi litre per second | psi·l/s | K88 |
| units.PSI_PER_INCH | psi per inch | psi/in | P86 |
| units.PSI_PER_PSI | psi per psi | psi/psi | L52 |
| units.PUMP | pump | 5G | |
| units.QUAD_10FIFTEEN_BTUIT | quad (1015 BtuIT) | quad | N70 |
| units.QUARTER_DOZEN | quarter dozen | QD | |
| units.QUARTER_HOUR | quarter hour | QH | |
| units.QUARTER_KILOGRAM | quarter kilogram | QK | |
| units.QUARTER_MILE | quarter mile | 1X | |
| units.QUARTER_OF_A_YEAR | quarter (of a year) | QAN | |
| units.QUARTER_UK | quarter (UK) | Qr (UK) | QTR |
| units.QUART_UK | quart (UK) | qt (UK) | QTI |
| units.QUART_UK_LIQUID_PER_DAY | quart (UK liquid) per day | qt (UK liq.)/d | K94 |
| units.QUART_UK_LIQUID_PER_HOUR | quart (UK liquid) per hour | qt (UK liq.)/h | K95 |
| units.QUART_UK_LIQUID_PER_MINUTE | quart (UK liquid) per minute | qt (UK liq.)/min | K96 |
| units.QUART_UK_LIQUID_PER_SECOND | quart (UK liquid) per second | qt (UK liq.)/s | K97 |
| units.QUART_US | quart (US) | qt (US) | QT |
| units.QUART_US_DRY | quart (US dry) | qt (US dry) | L62 |
| units.QUART_US_LIQUID_PER_DAY | quart (US liquid) per day | qt (US liq.)/d | K98 |
| units.QUART_US_LIQUID_PER_HOUR | quart (US liquid) per hour | qt (US liq.)/h | K99 |
| units.QUART_US_LIQUID_PER_MINUTE | quart (US liquid) per minute | qt (US liq.)/min | L10 |
| units.QUART_US_LIQUID_PER_SECOND | quart (US liquid) per second | qt (US liq.)/s | L11 |
| units.QUIRE | quire | qr | QR |
| units.RACK | rack | RA | |
| units.RACK_UNIT | rack unit | RU | H80 |
| units.RAD | rad | rad | C80 |
| units.RADIAN | radian | rad | C81 |
| units.RADIAN_PER_METRE | radian per metre | rad/m | C84 |
| units.RADIAN_PER_SECOND | radian per second | rad/s | 2A |
| units.RADIAN_PER_SECOND_SQUARED | radian per second squared | rad/s² | 2B |
| units.RADIAN_SQUARE_METRE_PER_KILOGRAM | radian square metre per kilogram | rad·m²/kg | C83 |
| units.RADIAN_SQUARE_METRE_PER_MOLE | radian square metre per mole | rad·m²/mol | C82 |
| units.RATE | rate | A9 | |
| units.RATION | ration | 13 | |
| units.REAM | ream | RM | |
| units.REAM_METRIC_MEASURE | ream metric measure | RN | |
| units.RECIPROCAL_ANGSTROM | reciprocal angstrom | Å⁻¹ | C85 |
| units.RECIPROCAL_BAR | reciprocal bar | 1/bar | F58 |
| units.RECIPROCAL_CENTIMETRE | reciprocal centimetre | cm⁻¹ | E90 |
| units.RECIPROCAL_CUBIC_CENTIMETRE | reciprocal cubic centimetre | cm⁻³ | H50 |
| units.RECIPROCAL_CUBIC_FOOT | reciprocal cubic foot | 1/ft³ | K20 |
| units.RECIPROCAL_CUBIC_INCH | reciprocal cubic inch | 1/in³ | K49 |
| units.RECIPROCAL_CUBIC_METRE | reciprocal cubic metre | m⁻³ | C86 |
| units.RECIPROCAL_CUBIC_METRE_PER_SECOND | reciprocal cubic metre per second | m⁻³/s | C87 |
| units.RECIPROCAL_CUBIC_MILLIMETRE | reciprocal cubic millimetre | 1/mm³ | L20 |
| units.RECIPROCAL_CUBIC_YARD | reciprocal cubic yard | 1/yd³ | M10 |
| units.RECIPROCAL_DAY | reciprocal day | d⁻¹ | E91 |
| units.RECIPROCAL_DEGREE_FAHRENHEIT | reciprocal degree Fahrenheit | 1/°F | J26 |
| units.RECIPROCAL_ELECTRON_VOLT_PER_CUBIC_METRE | reciprocal electron volt per cubic metre | eV⁻¹/m³ | C88 |
| units.RECIPROCAL_HENRY | reciprocal henry | H⁻¹ | C89 |
| units.RECIPROCAL_HOUR | reciprocal hour | 1/h | H10 |
| units.RECIPROCAL_INCH | reciprocal inch | 1/in | Q24 |
| units.RECIPROCAL_JOULE | reciprocal joule | 1/J | N91 |
| units.RECIPROCAL_JOULE_PER_CUBIC_METRE | reciprocal joule per cubic metre | J⁻¹/m³ | C90 |
| units.RECIPROCAL_KELVIN_OR_KELVIN_TO_THE_POWER_MINUS_ONE | reciprocal kelvin or kelvin to the power minus one | K⁻¹ | C91 |
| units.RECIPROCAL_KILOVOLT_AMPERE_RECIPROCAL_HOUR | reciprocal kilovolt - ampere reciprocal hour | 1/kVAh | M21 |
| units.RECIPROCAL_LITRE | reciprocal litre | 1/l | K63 |
| units.RECIPROCAL_MEGAKELVIN_OR_MEGAKELVIN_TO_THE_POWER_MINUS_ONE | reciprocal megakelvin or megakelvin to the power minus one | 1/MK | M20 |
| units.RECIPROCAL_METRE | reciprocal metre | m⁻¹ | C92 |
| units.RECIPROCAL_METRE_SQUARED_RECIPROCAL_SECOND | reciprocal metre squared reciprocal second | m⁻²/s | B81 |
| units.RECIPROCAL_MINUTE | reciprocal minute | min⁻¹ | C94 |
| units.RECIPROCAL_MOLE | reciprocal mole | mol⁻¹ | C95 |
| units.RECIPROCAL_MONTH | reciprocal month | 1/mo | H11 |
| units.RECIPROCAL_PASCAL_OR_PASCAL_TO_THE_POWER_MINUS_ONE | reciprocal pascal or pascal to the power minus one | Pa⁻¹ | C96 |
| units.RECIPROCAL_PSI | reciprocal psi | 1/psi | K93 |
| units.RECIPROCAL_RADIAN | reciprocal radian | 1/rad | P97 |
| units.RECIPROCAL_SECOND | reciprocal second | s⁻¹ | C97 |
| units.RECIPROCAL_SECOND_PER_CUBIC_METRE | reciprocal second per cubic metre | s⁻¹/m³ | C98 |
| units.RECIPROCAL_SECOND_PER_METRE_SQUARED | reciprocal second per metre squared | s⁻¹/m² | C99 |
| units.RECIPROCAL_SECOND_PER_STERADIAN | reciprocal second per steradian | s⁻¹/sr | D1 |
| units.RECIPROCAL_SECOND_PER_STERADIAN_METRE_SQUARED | reciprocal second per steradian metre squared | s⁻¹/(sr·m²) | D2 |
| units.RECIPROCAL_SQUARE_INCH | reciprocal square inch | 1/in² | P78 |
| units.RECIPROCAL_SQUARE_METRE | reciprocal square metre | m⁻² | C93 |
| units.RECIPROCAL_VOLT | reciprocal volt | 1/V | P96 |
| units.RECIPROCAL_VOLT_AMPERE_RECIPROCAL_SECOND | reciprocal volt - ampere reciprocal second | 1/(V·A·s) | M30 |
| units.RECIPROCAL_WEEK | reciprocal week | 1/wk | H85 |
| units.RECIPROCAL_YEAR | reciprocal year | 1/y | H09 |
| units.REEL | reel | RL | |
| units.REM | rem | rem | D91 |
| units.REM_PER_SECOND | rem per second | rem/s | P69 |
| units.RESET | reset | RS | |
| units.REVENUE_TON_MILE | revenue ton mile | RT | |
| units.REVOLUTION | revolution | rev | M44 |
| units.REVOLUTIONS_PER_MINUTE | revolutions per minute | r/min | RPM |
| units.REVOLUTIONS_PER_SECOND | revolutions per second | r/s | RPS |
| units.REVOLUTION_PER_MINUTE | revolution per minute | r/min | M46 |
| units.RHE | rhe | rhe | P88 |
| units.RING | ring | RG | |
| units.ROD | rod | RD | |
| units.ROD_UNIT_OF_DISTANCE | rod [unit of distance] | rd (US) | F49 |
| units.ROENTGEN | roentgen | R | 2C |
| units.ROENTGEN_PER_SECOND | roentgen per second | R/s | D6 |
| units.ROLL | roll | RO | |
| units.ROLL_METRIC_MEASURE | roll metric measure | RK | |
| units.ROOM | room | ROM | |
| units.ROUND | round | D65 | |
| units.RUN | run | RU | |
| units.RUNNING_OR_OPERATING_HOUR | running or operating hour | RH | |
| units.RUN_FOOT | run foot | E52 | |
| units.SACK | sack | SA | |
| units.SANDWICH | sandwich | D7 | |
| units.SAYBOLD_UNIVERSAL_SECOND | Saybold universal second | 90 | |
| units.SCORE | score | SCO | |
| units.SCRUPLE | scruple | SCR | |
| units.SECOND | second [unit of time] | s | SEC |
| units.SECOND_PER_CUBIC_METRE | second per cubic metre | s/m³ | D93 |
| units.SECOND_PER_CUBIC_METRE_RADIAN | second per cubic metre radian | s/(rad·m³) | D94 |
| units.SECOND_PER_KILOGRAMM | second per kilogramm | s/kg | Q20 |
| units.SECOND_PER_RADIAN_CUBIC_METRE | second per radian cubic metre | 1/(Hz·rad·m³) | Q22 |
| units.SECOND_UNIT_OF_ANGLE | second [unit of angle] | " | D62 |
| units.SECOND_UNIT_OF_TIME | second [unit of time] | s | SEC |
| units.SECTION | section | SE | |
| units.SEGMENT | segment | SG | |
| units.SEISMIC_LEVEL | seismic level | 5P | |
| units.SEISMIC_LINE | seismic line | 5Q | |
| units.SERVICE_UNIT | service unit | E48 | |
| units.SESSION | session | S6 | |
| units.SET | set | SET | |
| units.SEVEN_PACK | seven pack | P7 | |
| units.SHAKE | shake | shake | M56 |
| units.SHANNON | shannon | Sh | Q14 |
| units.SHANNON_PER_SECOND | shannon per second | Sh/s | Q17 |
| units.SHARES | shares | E21 | |
| units.SHEET | sheet | ST | |
| units.SHEET_METRIC_MEASURE | sheet metric measure | SS | |
| units.SHELF_PACKAGE | shelf package | SP | |
| units.SHIPMENT | shipment | SX | |
| units.SHIPPING_TON | shipping ton | SHT | |
| units.SHORT_STANDARD_7200_MATCHES | short standard (7200 matches) | SST | |
| units.SHOT | shot | 14 | |
| units.SIDEREAL_YEAR | sidereal year | y (sidereal) | L96 |
| units.SIEMENS | siemens | S | SIE |
| units.SIEMENS_PER_CENTIMETRE | siemens per centimetre | S/cm | H43 |
| units.SIEMENS_PER_METRE | siemens per metre | S/m | D10 |
| units.SIEMENS_SQUARE_METRE_PER_MOLE | siemens square metre per mole | S·m²/mol | D12 |
| units.SIEVERT | sievert | Sv | D13 |
| units.SIEVERT_PER_HOUR | sievert per hour | Sv/h | P70 |
| units.SIEVERT_PER_MINUTE | sievert per minute | Sv/min | P74 |
| units.SIEVERT_PER_SECOND | sievert per second | Sv/s | P65 |
| units.SITAS | sitas | 56 | |
| units.SIXTY_FOURTHS_OF_AN_INCH | sixty fourths of an inch | S5 | |
| units.SIX_PACK | six pack | P6 | |
| units.SKEIN | skein | SW | |
| units.SKID | skid | SV | |
| units.SLEEVE | sleeve | D99 | |
| units.SLIPSHEET | slipsheet | SL | |
| units.SLUG | slug | slug | F13 |
| units.SLUG_PER_CUBIC_FOOT | slug per cubic foot | slug/ft³ | L65 |
| units.SLUG_PER_DAY | slug per day | slug/d | L63 |
| units.SLUG_PER_FOOT_SECOND | slug per foot second | slug/(ft·s) | L64 |
| units.SLUG_PER_HOUR | slug per hour | slug/h | L66 |
| units.SLUG_PER_MINUTE | slug per minute | slug/min | L67 |
| units.SLUG_PER_SECOND | slug per second | slug/s | L68 |
| units.SMALL_SPRAY | small spray | 06 | |
| units.SOLID_POUND | solid pound | SD | |
| units.SONE | sone | D15 | |
| units.SPLIT_TANK_TRUCK | split tank truck | SK | |
| units.SPOOL | spool | SO | |
| units.SQUARE | square | SQ | |
| units.SQUARE_CENTIMETRE | square centimetre | cm² | CMK |
| units.SQUARE_CENTIMETRE_PER_ERG | square centimetre per erg | cm²/erg | D16 |
| units.SQUARE_CENTIMETRE_PER_GRAM | square centimetre per gram | cm²/g | H15 |
| units.SQUARE_CENTIMETRE_PER_SECOND | square centimetre per second | cm²/s | M81 |
| units.SQUARE_CENTIMETRE_PER_STERADIAN_ERG | square centimetre per steradian erg | cm²/(sr·erg) | D17 |
| units.SQUARE_DECAMETRE | square decametre | dam² | H16 |
| units.SQUARE_DECIMETRE | square decimetre | dm² | DMK |
| units.SQUARE_FOOT | square foot | ft² | FTK |
| units.SQUARE_FOOT_PER_HOUR | square foot per hour | ft²/h | M79 |
| units.SQUARE_FOOT_PER_SECOND | square foot per second | ft²/s | S3 |
| units.SQUARE_HECTOMETRE | square hectometre | hm² | H18 |
| units.SQUARE_INCH | square inch | in² | INK |
| units.SQUARE_INCH_PER_SECOND | square inch per second | in²/s | G08 |
| units.SQUARE_KILOMETRE | square kilometre | km² | KMK |
| units.SQUARE_METRE | square metre | m² | MTK |
| units.SQUARE_METRE_DAY | Square Metre Day | m²·d | MKD |
| units.SQUARE_METRE_HOUR_DEGREE_CELSIUS_PER_KILOCALORIE_INTERNATIONAL_TABLE | square metre hour degree Celsius per kilocalorie (international table) | m²·h·°C/kcal | L14 |
| units.SQUARE_METRE_KELVIN_PER_WATT | square metre kelvin per watt | m²·K/W | D19 |
| units.SQUARE_METRE_MONTH | Square Metre Month | m²·mo | MKM |
| units.SQUARE_METRE_PER_CUBIC_METRE | square metre per cubic metre | m2/m3 | Q36 |
| units.SQUARE_METRE_PER_JOULE | square metre per joule | m²/J | D20 |
| units.SQUARE_METRE_PER_KILOGRAM | square metre per kilogram | m²/kg | D21 |
| units.SQUARE_METRE_PER_LITRE | square metre per litre | m²/l | E31 |
| units.SQUARE_METRE_PER_MOLE | square metre per mole | m²/mol | D22 |
| units.SQUARE_METRE_PER_NEWTON | square metre per newton | m²/N | H59 |
| units.SQUARE_METRE_PER_SECOND | square metre per second | m²/s | S4 |
| units.SQUARE_METRE_PER_SECOND_BAR | square metre per second bar | m²/(s·bar) | G41 |
| units.SQUARE_METRE_PER_SECOND_KELVIN | square metre per second kelvin | m²/(s·K) | G09 |
| units.SQUARE_METRE_PER_SECOND_PASCAL | square metre per second pascal | (m²/s)/Pa | M82 |
| units.SQUARE_METRE_PER_STERADIAN | square metre per steradian | m²/sr | D24 |
| units.SQUARE_METRE_PER_STERADIAN_JOULE | square metre per steradian joule | m²/(sr·J) | D25 |
| units.SQUARE_METRE_PER_VOLT_SECOND | square metre per volt second | m²/(V·s) | D26 |
| units.SQUARE_METRE_WEEK | Square Metre Week | m²· wk | MKW |
| units.SQUARE_MICROMETRE_SQUARE_MICRON | square micrometre (square micron) | µm² | H30 |
| units.SQUARE_MILE_BASED_ON_U_S_SURVEY_FOOT | square mile (based on U.S. survey foot) | mi² (US survey) | M48 |
| units.SQUARE_MILE_STATUTE_MILE | square mile (statute mile) | mi² | MIK |
| units.SQUARE_MILLIMETRE | square millimetre | mm² | MMK |
| units.SQUARE_ROD | square rod | rd² | SN |
| units.SQUARE_ROOFING | square, roofing | SQR | |
| units.SQUARE_YARD | square yard | yd² | YDK |
| units.STAGE | stage | 5H | |
| units.STANDARD | standard | std | WSD |
| units.STANDARD_ACCELERATION_OF_FREE_FALL | standard acceleration of free fall | gn | K40 |
| units.STANDARD_ADVERTISING_UNIT | standard advertising unit | S8 | |
| units.STANDARD_ATMOSPHERE | standard atmosphere | atm | ATM |
| units.STANDARD_ATMOSPHERE_PER_METRE | standard atmosphere per metre | Atm/m | P83 |
| units.STANDARD_CUBIC_FOOT | standard cubic foot | std | 5I |
| units.STANDARD_CUBIC_METRE | Standard cubic metre | SM3 | |
| units.STANDARD_CUBIC_METRE_PER_DAY | Standard cubic metre per day | Q37 | |
| units.STANDARD_CUBIC_METRE_PER_HOUR | Standard cubic metre per hour | Q38 | |
| units.STANDARD_KILOLITRE | standard kilolitre | DMO | |
| units.STANDARD_LITRE | standard litre | STL | |
| units.STERADIAN | steradian | sr | D27 |
| units.STERE | stere | st | G26 |
| units.STICK | stick | STC | |
| units.STICK_CIGARETTE | stick, cigarette | STK | |
| units.STICK_MILITARY | stick, military | 15 | |
| units.STILB | stilb | sb | P31 |
| units.STOKES | stokes | St | 91 |
| units.STOKES_PER_BAR | stokes per bar | St/bar | G46 |
| units.STOKES_PER_KELVIN | stokes per kelvin | St/K | G10 |
| units.STOKES_PER_PASCAL | stokes per pascal | St/Pa | M80 |
| units.STONE_UK | stone (UK) | st | STI |
| units.STORAGE_UNIT | storage unit | S7 | |
| units.STRAND | strand | E30 | |
| units.STRAW | straw | STW | |
| units.STRIP | strip | SR | |
| units.SUPER_BULK_BAG | super bulk bag | 43 | |
| units.SUPPOSITORY | suppository | AR | |
| units.SYPHON | syphon | D28 | |
| units.SYRINGE | syringe | SYR | |
| units.TABLESPOON_US | tablespoon (US) | tablespoon (US) | G24 |
| units.TABLET | tablet | U2 | |
| units.TANK_CYLINDRICAL | tank, cylindrical | TY | |
| units.TANK_RECTANGULAR | tank, rectangular | TK | |
| units.TANK_TRUCK | tank truck | 19 | |
| units.TEASPOON_US | teaspoon (US) | teaspoon (US) | G25 |
| units.TEBIBIT_PER_CUBIC_METRE | tebibit per cubic metre | Tibit/m³ | E86 |
| units.TEBIBIT_PER_METRE | tebibit per metre | Tibit/m | E85 |
| units.TEBIBIT_PER_SQUARE_METRE | tebibit per square metre | Tibit/m² | E87 |
| units.TEBIBYTE | tebibyte | Tibyte | E61 |
| units.TECHNICAL_ATMOSPHERE | technical atmosphere | at | ATT |
| units.TECHNICAL_ATMOSPHERE_PER_METRE | technical atmosphere per metre | at/m | P84 |
| units.TEETH_PER_INCH | teeth per inch | TPI | TPI |
| units.TELECOMMUNICATION_LINE_IN_SERVICE | telecommunication line in service | T0 | |
| units.TELECOMMUNICATION_LINE_IN_SERVICE_AVERAGE | telecommunication line in service average | UB | |
| units.TELECOMMUNICATION_PORT | telecommunication port | UC | |
| units.TENTH_CUBIC_FOOT | tenth cubic foot | TA | |
| units.TENTH_HOUR | tenth hour | UE | |
| units.TENTH_MINUTE | tenth minute | UD | |
| units.TEN_DAY | ten day | DAD | |
| units.TEN_KG_DRUM | ten kg drum | 97 | |
| units.TEN_PACK | ten pack | TP | |
| units.TEN_PAIR | ten pair | TPR | |
| units.TEN_SET | ten set | TST | |
| units.TEN_SQUARE_FOOT | ten square foot | TR | |
| units.TEN_SQUARE_YARD | ten square yard | TF | |
| units.TEN_THOUSAND_GALLON_US_TANKCAR | ten thousand gallon (US) tankcar | 96 | |
| units.TEN_THOUSAND_STICKS | ten thousand sticks | TTS | |
| units.TEN_THOUSAND_YARD | ten thousand yard | UH | |
| units.TEN_YARD | ten yard | YT | |
| units.TERABIT | terabit | Tbit | E83 |
| units.TERABIT_PER_SECOND | terabit per second | Tbit/s | E84 |
| units.TERABYTE | terabyte | Tbyte | E35 |
| units.TERAHERTZ | terahertz | THz | D29 |
| units.TERAJOULE | terajoule | TJ | D30 |
| units.TERAOHM | teraohm | TΩ | H44 |
| units.TERAWATT | terawatt | TW | D31 |
| units.TERAWATT_HOUR | terawatt hour | TW·h | D32 |
| units.TESLA | tesla | T | D33 |
| units.TEST | test | E53 | |
| units.TEST_SPECIFIC_SCALE | test specific scale | 69 | |
| units.TEU | TEU | E22 | |
| units.TEX | tex | tex (g/km) | D34 |
| units.THEORETICAL_KILOGRAM | theoretical kilogram | 53 | |
| units.THEORETICAL_POUND | theoretical pound | 24 | |
| units.THEORETICAL_TON | theoretical ton | 27 | |
| units.THEORETICAL_TONNE | theoretical tonne | 54 | |
| units.THERM | therm | TD | |
| units.THERM_EC | therm (EC) | thm (EC) | N71 |
| units.THERM_U_S_ | therm (U.S.) | thm (US) | N72 |
| units.THIRTY_DAY_MONTH | 30-day month | mo (30 days) | M36 |
| units.THOUSAND | thousand | MIL | |
| units.THOUSAND_BAG | thousand bag | T4 | |
| units.THOUSAND_BOARD_FOOT | thousand board foot | MBF | |
| units.THOUSAND_CASING | thousand casing | T5 | |
| units.THOUSAND_CUBIC_FOOT | thousand cubic foot | kft³ | FC |
| units.THOUSAND_CUBIC_FOOT_PER_DAY | thousand cubic foot per day | F1 | |
| units.THOUSAND_CUBIC_METRE | thousand cubic metre | R9 | |
| units.THOUSAND_CUBIC_METRE_PER_DAY | thousand cubic metre per day | km³/d | TQD |
| units.THOUSAND_FOOT | thousand foot | TQ | |
| units.THOUSAND_FOOT_LINEAR | thousand foot (linear) | TL | |
| units.THOUSAND_GALLON_US | thousand gallon (US) | T6 | |
| units.THOUSAND_IMPRESSION | thousand impression | T7 | |
| units.THOUSAND_KILOGRAM | thousand kilogram | TV | |
| units.THOUSAND_LINEAR_INCH | thousand linear inch | T8 | |
| units.THOUSAND_LINEAR_METRE | thousand linear metre | TT | |
| units.THOUSAND_LINEAR_YARD | thousand linear yard | D14 | |
| units.THOUSAND_LITRE | thousand litre | D40 | |
| units.THOUSAND_METRE | thousand metre | MQ | |
| units.THOUSAND_PIECE | thousand piece | T3 | |
| units.THOUSAND_POUND_GROSS | thousand pound gross | T1 | |
| units.THOUSAND_POUND_PER_SQUARE_INCH | thousand pound per square inch | KS | |
| units.THOUSAND_SHEET | thousand sheet | TW | |
| units.THOUSAND_SQUARE_CENTIMETRE | thousand square centimetre | TJ | |
| units.THOUSAND_SQUARE_FOOT | thousand square foot | TS | |
| units.THOUSAND_SQUARE_INCH | thousand square inch | TI | |
| units.THOUSAND_STANDARD_BRICK_EQUIVALENT | thousand standard brick equivalent | MBE | |
| units.THREEHUNDRED_KG_BULK_BAG | threehundred kg bulk bag | 45 | |
| units.THREE_PACK | three pack | P3 | |
| units.TIN | tin | TN | |
| units.TONNE_KILOMETRE | tonne kilometre | t·km | TKM |
| units.TONNE_METRIC_TON | tonne (metric ton) | t | TNE |
| units.TONNE_OF_SUBSTANCE_90_PERCENT_DRY | tonne of substance 90 % dry | TSD | |
| units.TONNE_PER_BAR | tonne per bar | t/bar | L70 |
| units.TONNE_PER_CUBIC_METRE | tonne per cubic metre | t/m³ | D41 |
| units.TONNE_PER_CUBIC_METRE_BAR | tonne per cubic metre bar | (t/m³)/bar | L77 |
| units.TONNE_PER_CUBIC_METRE_KELVIN | tonne per cubic metre kelvin | (t/m³)/K | L76 |
| units.TONNE_PER_DAY | tonne per day | t/d | L71 |
| units.TONNE_PER_DAY_BAR | tonne per day bar | (t/d)/bar | L73 |
| units.TONNE_PER_DAY_KELVIN | tonne per day kelvin | (t/d)/K | L72 |
| units.TONNE_PER_HOUR | tonne per hour | t/h | E18 |
| units.TONNE_PER_HOUR_BAR | tonne per hour bar | (t/h)/bar | L75 |
| units.TONNE_PER_HOUR_KELVIN | tonne per hour kelvin | (t/h)/K | L74 |
| units.TONNE_PER_KELVIN | tonne per kelvin | t/K | L69 |
| units.TONNE_PER_MINUTE | tonne per minute | t/min | L78 |
| units.TONNE_PER_MINUTE_BAR | tonne per minute bar | (t/min)/bar | L80 |
| units.TONNE_PER_MINUTE_KELVIN | tonne per minute kelvin | (t/min)/K | L79 |
| units.TONNE_PER_MONTH | tonne per month | t/mo | M88 |
| units.TONNE_PER_SECOND | tonne per second | t/s | L81 |
| units.TONNE_PER_SECOND_BAR | tonne per second bar | (t/s)/bar | L83 |
| units.TONNE_PER_SECOND_KELVIN | tonne per second kelvin | (t/s)/K | L82 |
| units.TONNE_PER_YEAR | tonne per year | t/y | M89 |
| units.TON_ASSAY | ton, assay | M85 | |
| units.TON_FORCE_US_SHORT | ton-force (US short) | ton.sh-force | L94 |
| units.TON_LONG_PER_DAY | ton long per day | ton (UK)/d | L85 |
| units.TON_MILE | ton mile | 1J | |
| units.TON_OF_STEAM_PER_HOUR | ton of steam per hour | TSH | |
| units.TON_REGISTER | ton, register | RT | M70 |
| units.TON_SHORT_PER_DAY | ton short per day | ton (US)/d | L88 |
| units.TON_SHORT_PER_DEGREE_FAHRENHEIT | ton short per degree Fahrenheit | ton (US)/°F | L87 |
| units.TON_SHORT_PER_HOUR_DEGREE_FAHRENHEIT | ton short per hour degree Fahrenheit | ton (US)/(h·°F) | L89 |
| units.TON_SHORT_PER_HOUR_PSI | ton short per hour psi | (ton (US)/h)/psi | L90 |
| units.TON_SHORT_PER_PSI | ton short per psi | ton (US)/psi | L91 |
| units.TON_UK_LONG_PER_CUBIC_YARD | ton (UK long) per cubic yard | ton.l/yd³ (UK) | L92 |
| units.TON_UK_OR_LONG_TON_US | ton (UK) or long ton (US) | ton (UK) | LTN |
| units.TON_UK_SHIPPING | ton (UK shipping) | British shipping ton | L84 |
| units.TON_US_OR_SHORT_TON_UK_PER_US | ton (US) or short ton (UK/US) | ton (US) | STN |
| units.TON_US_PER_HOUR | ton (US) per hour | ton (US) /h | 4W |
| units.TON_US_SHIPPING | ton (US shipping) | (US) shipping ton | L86 |
| units.TON_US_SHORT_PER_CUBIC_YARD | ton (US short) per cubic yard | ton.s/yd³ (US) | L93 |
| units.TORR | torr | Torr | UA |
| units.TORR_PER_METRE | torr per metre | Torr/m | P85 |
| units.TOTAL_ACID_NUMBER | total acid number | TAN | TAN |
| units.TOTAL_CAR_COUNT | total car count | 1L | |
| units.TOTAL_CAR_MILE | total car mile | 1M | |
| units.TOTE | tote | TE | |
| units.TRACK_FOOT | track foot | FE | |
| units.TRAILER | trailer | E3 | |
| units.TRAIN | train | NN | |
| units.TRAIN_MILE | train mile | 1F | |
| units.TRANSDERMAL_PATCH | transdermal patch | FG | |
| units.TRAY_PER_TRAY_PACK | tray / tray pack | PU | |
| units.TREATMENT | treatment | U1 | |
| units.TRILLION_EUR | trillion (EUR) | TRL | |
| units.TRIP | trip | E54 | |
| units.TROPICAL_YEAR | tropical year | y (tropical) | D42 |
| units.TROY_OUNCE_OR_APOTHECARY_OUNCE | troy ounce or apothecary ounce | tr oz | APZ |
| units.TROY_POUND_US | troy pound (US) | LBT | |
| units.TRUCKLOAD | truckload | TC | |
| units.TUBE | tube | TU | |
| units.TWENTY_FOOT_CONTAINER | twenty foot container | 20 | |
| units.TWENTY_PACK | twenty pack | 4E | |
| units.TWENTY_THOUSAND_GALLON_US_TANKCAR | twenty thousand gallon (US) tankcar | 95 | |
| units.TWO_PACK | two pack | OP | |
| units.TWO_WEEK | two week | W4 | |
| units.TYRE | tyre | E23 | |
| units.UNIFIED_ATOMIC_MASS_UNIT | unified atomic mass unit | u | D43 |
| units.UNIT_POLE | unit pole | unit pole | P53 |
| units.USAGE_PER_TELECOMMUNICATION_LINE_AVERAGE | usage per telecommunication line average | UF | |
| units.USE | use | E55 | |
| units.US_GALLON_PER_MINUTE | US gallon per minute | gal (US) /min | G2 |
| units.VAR | var | var | D44 |
| units.VEHICLE | vehicle | NV | |
| units.VIAL | vial | VI | |
| units.VISIT | visit | VS | |
| units.VOLT | volt | V | VLT |
| units.VOLT_AC | volt AC | V | 2G |
| units.VOLT_AMPERE | volt - ampere | V·A | D46 |
| units.VOLT_AMPERE_PER_KILOGRAM | volt - ampere per kilogram | V·A / kg | VA |
| units.VOLT_AMPERE_PER_POUND | volt ampere per pound | 71 | |
| units.VOLT_DC | volt DC | V | 2H |
| units.VOLT_PER_BAR | volt per bar | V/bar | G60 |
| units.VOLT_PER_CENTIMETRE | volt per centimetre | V/cm | D47 |
| units.VOLT_PER_INCH | volt per inch | V/in | H23 |
| units.VOLT_PER_KELVIN | volt per kelvin | V/K | D48 |
| units.VOLT_PER_LITRE_MINUTE | volt per litre minute | V/(l·min) | F87 |
| units.VOLT_PER_METRE | volt per metre | V/m | D50 |
| units.VOLT_PER_MICROSECOND | volt per microsecond | V/µs | H24 |
| units.VOLT_PER_MILLIMETRE | volt per millimetre | V/mm | D51 |
| units.VOLT_PER_PASCAL | volt per pascal | V/Pa | N98 |
| units.VOLT_PER_SECOND | volt per second | V/s | H46 |
| units.VOLT_SECOND_PER_METRE | volt second per metre | V·s/m | H45 |
| units.VOLT_SQUARED_PER_KELVIN_SQUARED | volt squared per kelvin squared | V²/K² | D45 |
| units.VOLT_SQUARE_INCH_PER_POUND_FORCE | volt square inch per pound-force | V/(lbf/in²) | H22 |
| units.WATER_HORSE_POWER | water horse power | F80 | |
| units.WATT | watt | W | WTT |
| units.WATT_HOUR | watt hour | W·h | WHR |
| units.WATT_PER_CUBIC_METRE | watt per cubic metre | W/m³ | H47 |
| units.WATT_PER_KELVIN | watt per kelvin | W/K | D52 |
| units.WATT_PER_KILOGRAM | watt per kilogram | W/kg | WA |
| units.WATT_PER_METRE | watt per metre | W/m | H74 |
| units.WATT_PER_METRE_DEGREE_CELSIUS | watt per metre degree Celsius | W/(m·°C) | N80 |
| units.WATT_PER_METRE_KELVIN | watt per metre kelvin | W/(m·K) | D53 |
| units.WATT_PER_POUND | watt per pound | 72 | |
| units.WATT_PER_SQUARE_CENTIMETRE | watt per square centimetre | W/cm² | N48 |
| units.WATT_PER_SQUARE_INCH | watt per square inch | W/in² | N49 |
| units.WATT_PER_SQUARE_METRE | watt per square metre | W/m² | D54 |
| units.WATT_PER_SQUARE_METRE_KELVIN | watt per square metre kelvin | W/(m²·K) | D55 |
| units.WATT_PER_SQUARE_METRE_KELVIN_TO_THE_FOURTH_POWER | watt per square metre kelvin to the fourth power | W/(m²·K⁴) | D56 |
| units.WATT_PER_STERADIAN | watt per steradian | W/sr | D57 |
| units.WATT_PER_STERADIAN_SQUARE_METRE | watt per steradian square metre | W/(sr·m²) | D58 |
| units.WATT_SECOND | watt second | W·s | J55 |
| units.WATT_SQUARE_METRE | watt square metre | W·m² | Q21 |
| units.WEBER | weber | Wb | WEB |
| units.WEBER_METRE | weber metre | Wb·m | P50 |
| units.WEBER_PER_METRE | weber per metre | Wb/m | D59 |
| units.WEBER_PER_MILLIMETRE | weber per millimetre | Wb/mm | D60 |
| units.WEBER_TO_THE_POWER_MINUS_ONE | weber to the power minus one | 1/Wb | Q23 |
| units.WEEK | week | wk | WEE |
| units.WEIGHT_PER_SQUARE_INCH | weight per square inch | WI | |
| units.WELL | well | E56 | |
| units.WET_KILO | wet kilo | W2 | |
| units.WET_POUND | wet pound | WB | |
| units.WET_TON | wet ton | WE | |
| units.WHEEL | wheel | WH | |
| units.WINE_GALLON | wine gallon | WG | |
| units.WORKING_DAY | working day | E49 | |
| units.WORKING_MONTH | working month | WM | |
| units.WRAP | wrap | WR | |
| units.YARD | yard | yd | YRD |
| units.YARD_PER_DEGREE_FAHRENHEIT | yard per degree Fahrenheit | yd/°F | L98 |
| units.YARD_PER_HOUR | yard per hour | yd/h | M66 |
| units.YARD_PER_MINUTE | yard per minute | yd/min | M65 |
| units.YARD_PER_PSI | yard per psi | yd/psi | L99 |
| units.YARD_PER_SECOND | yard per second | yd/s | M64 |
| units.YARD_PER_SECOND_SQUARED | yard per second squared | yd/s² | M40 |
| units.YEAR | year | y | ANN |
| units.ZONE | zone | E57 |
Dimensions
Units also label the axes of a multi-dimensional measurement. Pass UnitDescriptors or htf.Dimension(description=..., unit=...):
htf.Measurement("gain_sweep")
.with_dimensions(units.HERTZ, htf.Dimension(description="input_level", unit=units.VOLT))
.with_units(units.DECIBEL)In the record
"units": { "name": "volt", "code": "VLT", "suffix": "V" }code is the UNECE common code — stable across languages and tools, which is why OpenHTF uses it rather than a free-text unit string. JSON format →
Related
CLI flags
Every command-line flag an OpenHTF test script accepts — -v verbosity, --config-file, --config-value, --config-help — and the dashboard_server flags, with how to combine them with your own argparse.
Validators
Every built-in OpenHTF measurement validator — in_range, within_percent, equals, matches_regex, all_in_range, all_equals, dimension_pivot_validate, consistent_end_dimension_pivot_validate — with marginal limits, custom validators and how they appear in the record.