ENV 12435 is dedicated exclusively to the communication of
measurements between humans in display and print, and does not provide
codes that can be used in communication between systems. It does not
even provide a specification that would allow communication of units
from one system to the screen or printer of another system. The issue
about displaying units in the common style defined by the 9th
Interestingly the authors of ENV 12435 forgot to include
superscripts in the minimum requirements as given by subclause 7.1.4
for which they do not specify an alternative.
The real value of the restriction on the character set and typographical details, however, is not to cope with legacy systems and less powerful technology, but to facilitate unambiguous communication and interpretation of the meaning of units from one computer system to another. In this respect, ISO 2955 and ANSI X3.50 are not obsolete because there is no other standard that would fill in for inter-systems communication of units. However, ISO 2599 and ANSI X3.50 currently have severe defects:
ISO 2955 and ANSI X3.50 contain numerous name conflicts,
both direct conflicts (e.g., “a
” being used
for both “year” and “are”) and conflicts
that are generated through combination of unit symbols with prefixes
(e.g., “cd
” means candela and centi-day and
“PEV
” means peta-volt and pico-electronvolt.)
Neither ISO 2955 nor ANSI X3.50 cover all units that are
currently used in practice. There are many more units in use than what
is allowed by the
ANSI X3.50 is semantically ambiguous with respect to customary units, even if we do not consider the history and international aspects of customary units. Three systems of mass units are used in the U.S., avoirdupois used generally, apothecaries' used by pharmacists, and troy used in trade with Gold and other precious metals. ANSI X3.50 has no way to select any one of those specifically, which is bad in medicine, where both apothecaries' and avoirdupois weights are being used frequently.
ISO 2955 and all standards that do only look for the resolutions
and recommendations of the CGPM and the
None of the current standards attempt to specify a semantics of units that can be deployed in information systems with moderate requirements. Metrological standards such as those published by the BIPM are dedicated to maximal scientific correctness of reproducible definitions of units. These definitions make sense only to human specialists and can hardly be deployed to their full extent by any information system that is not dedicated to metrology. On the other hand, ISO 2955 and ANSI X3.50 provide no semantics at all for the codes they define.
A more extensive introduction into this semantics of units can be
found in: Schadow G, McDonald CJ et al: Units of Measure in Clinical
Information Systems;
In short, each unit is defined relative to a system of base units by a
numeric factor and a vector of exponents by which the base units
contribute to the unit to be defined. Although we can reflect all the
meaning of units covered by dimensional analysis with this vector
notation, the following tables do not show these vectors. One reason
is that the vectors depend on the base system chosen and even on the
ordering of the base units. The other reason is that these vectors are
hard to understand to human readers while they can be easily derived
computationally. Therefore we define new unit symbols using algebraic
terms of other units. Those algebraic terms are also valid codes of
The expression syntax of
That the tables of terminal symbols may not be extended does not mean
that missing symbols will never be available in
The option for “limited conformance” allows
"
’),
parentheses (‘(
’ and ‘)
’),
plus sign (‘+
’'),
minus sign (‘-
’'),
period (‘.
’'),
solidus (‘/
’'),
equal sign (‘=
’'),
square brackets (‘[
’
and ‘]
’), and
curly braces (‘{
’ and ‘}
’),
which have special meaning.
0
’–‘9
’) because
those digit strings are interpreted as positive integer
numbers. However, a symbol “10*
” is allowed
because it ends with a non-digit allowed to be part of a symbol.
The 7-bit US-ASCII character code is the greatest common denominator that can be expected to be available in any communication environment. Only very few units normally require symbols from the Greek alphabet and thus the cost of requiring Unicode does not outweigh the benefit. As explained above, the real issue about writing unit terms naturally is not the character set but the ability to write subscripts and superscripts and distinguish roman letters from italics.
Some computer systems or programming languages still have the
requirement of case insensitivity and some humans who are not familiar
with SI units tend to confuse upper and lower case or can not
interpret the difference in upper and lower case correctly. For this
reason the case insensitive symbols are defined. Although
ISO 2955 and ANSI X3.50 call case sensitive symbols “mixed
case” and case insensitive symbols “single case” and
list two columns for “single case” symbols, one for upper
case and one for lower case. In
White space is not recognized in a a unit term and should generally not occur. UCUM implementations may flag whitespace as an error rather than ignore it. Whitespace is not used as a separator of otherwise ambiguous parts of a unit term.
see the section about style in [
’ and
‘]
’) may be part of a
unit atom at any place but only as matched pairs. Square brackets are
lexical elements and not separate syntactical tokens.
For example
%
“[abc+ef]
”,
“ab[c+ef]
”,
“[abc+]ef
”, and
“ab[c+ef]
”
%
could all be valid symbols if defined in the tables.
In “ab[c+ef]
” either
“a
” or “ab
”
could be defined as a prefix, but not “ab[c
”.
Square brackets take on one task of round parentheses in HL7's
“ISO+” code, where one use of parentheses is to augment
unit symbols with suffixes, as in “mm(Hg)
”.
Another use is to enclose one full unit symbol into parentheses, as
“(ka_u)
” (for the King-Armstrong unit of
catalytic amount of phosphatase). Apparently, in a unit symbol such
enclosed one is supposed not to expect a prefix. Thus, even if
“a_u
” would have been defined,
“(ka_u)
” should not be matched against
kilo-a_u
.
Parentheses, however, were also used for the nesting of terms since
HL7 version 2.3. At this point it became ambiguous whether parentheses
are part of the unit symbol or whether they are syntactic tokens. For
instance, “(ka_u)
” could mean a nested
“ka_u
” (where “k
”
could possibly be a prefix), but also the proper symbol
“(ka_u)
” that happens to have parentheses as
part of the symbol.
{
’ and
‘}
’). The material enclosed in curly braces is
called
Curly braces are here because people want annotations and deeply believe that they need annotations. Especially in chemistry and biomedical sciences, there are traditional habits to write annotations at units or instead of units, such as “%vol.”, “RBC”, “CFU”, “kg(wet tis.)”, or “mL(total)”. These habits are hard to overcome. Any attempt of a coding scheme to restrict this perceived expressiveness will ultimately result in the coding scheme not being adopted, or just “half-way” adopted (which is as bad as not adopted).
Two alternative responses to this reality exist: either give in to the
bad habits and blow up of the code with dimension- and meaningless
unit atoms, or canalize this habit so that it does no harm. g%
” is a valid metric unit
atom (so that “mg%
” is a valid unit too.)
A [drp]
”. Even HPF and LPF (the so called
“high-” and “low power field” in the
microscope) have been defined so that at least they relate to each
other.
.
‘) and
division (solidus ‘/
’).
The use of the period instead of the asterisk
(‘*
’) as a multiplication operator continues a
tradition codified in ISO 1000 and maintained in ISO 2955. Because
floating point numbers may not occur in unit terms the period is not
ambiguous. A period in a unit term has no other meaning than to be the
multiplication operator.
Since Resolution 7 of the 9th CGPM in 1948 the myth of ambiguity being
introduced by more than one solidus lives on and is quoted in all
standards concerning the writing of SI units. However, when the strict
left to right rule is followed there is no ambiguity, neither with one
solidus nor with more than one solidus. However, in human practice we
find the tendency to assign a lower precedence to the solidus which
misleads people to write
0
’–‘9
’)
is interpreted as a number. If after one or more digits there is any
non-digit character found that is valid for unit atoms, all the
characters (including the digits) will be interpreted as a simple unit
symbol.
For example, the string “123
” is a positive
integer number while “12a
” is a symbol.
Note that the period is only used as a multiplication operator, thus
“2.5
” means 2 × 5 and is not equal to 5/2.
-
’ positive exponents may be preceded by an
optional plus sign (‘+
’). cm3
” equals “10m3
” not “10m3
”.
ISO 2955 and ANSI X3.50 actually do not allow a plus sign leading a
positive exponent. However, if there can be any perceived ambiguities,
an explicit leading plus sign may be of help sometimes. 2+10
means 2
(
’ and ‘)
’) and used
in place of simple units. Normal left-to-right evaluation can be
overridden with parentheses.
Up until revision 1.9 there was a third clause
“Since a unit term in parenthesis can be used in place of
a simple unit, an exponent may follow on a closing parenthesis which
raises the whole term within the parentheses to the power.”
However this feature was inconsistent with any BNF or other syntax
description ever provided, was never used and seems to have no
relevant use case. For this reason this clause has been stricken.
This is a
< | ::= | “+ ” | “- ” |
< | ::= | “0 ” | “1 ” | “2 ” |
“3 ” | “4 ” | “5 ” |
“6 ” | “7 ” | “8 ” |
“9 ” |
< | ::= | < |
< | ::= | < |
< | ::= | < |
< | ::= | < | < |
< | ::= | < | < |
< | ::= | < | < | < | < | “ ( ”<) ” |
< | ::= | <. ”<| < / ”<| < |
< | ::= | “/ ”<| < |
< | ::= | “{ ”<} ” |
The metric predicate accounts for the fact that there are units that are prefixed and others that are not. This helps to disambiguate the parsing of simple units into prefix and atom.
To determine whether a given unit atom is metric or not is not trivial. It is a cultural phenomenon, subject to change, just like language, the meaning of words and how words can be used. At one time we can clearly tell right or wrong usage of words, but these decisions may need to be revised with the passage of time.
Generally, metric units are those defined “in the spirit” of the metric system, that emerged in France of the 18th century and was rapidly adopted by scientists. Metric units are usually based on reproducible natural phenomena and are usually not part of a system of comparable units with different magintudes, especially not if the ratios of these units are not powers of 10. Instead, metric units use multiplier prefixes that magnify or diminish the value of the unit by powers of ten.
Conversely, customary units are in the spirit of the middle age as most of them can be traced back into a time around the 10th century, some are even older from the Roman and Babylonian empires. Most customary units are based on the average size of human anatomical or botanic structures (e.g., foot, ell, fathom, grain, rod) and come in series of comparable units with ratios 1/2, 1/4, 1/12, 1/16, and others. Thus all customary units are non-metric
Not all units from ISO 1000 are metric as degree, minute and second of plane angle are non-metric as well as minute, hour, day, month, and year. The second is a metric unit because it is a part of the SI basis, although it used to be part of a series of customary units (originating in the Babylonian era).
Furthermore, for a unit to be metric it must be a quantity on a ratio
scale where multiplication and division with scalars are defined. The
Except for the rule on curly braces (
For example one can write “%{vol}
”,
“kg{total}
”, or “{RBC}
”
(for “red blood cells”) as pseudo-units. However, these
annotations do not have any effect on the semantics, which is why
these example expressions are equivalent to
“%
”, “kg
”, and
“1
” respectively.
_
’) is used to separate the subscript from
the stem of the unit symbol.
For example when distinguishing the International Table calorie from
the thermochemical calorie, we would use 1 calcal_IT
” and
“cal_th
” with the underscore signifying that
“IT” and “th” are subscripts. Other examples
are the distinctions between the Julian and Gregorian calendar year
from the tropical year or the British imperial gallon from the U.S.
gallon (see
For example 1 m Hm[H2O]
” in
Customary units are defined in
If unit symbols for the purpose of display and print are derived from
'
’) is used to separate words
or abbreviated words in a multi-word unit symbol.
For example, such legacy units called “Bodansky unit” or
“Todd unit” have the unit symbols
“[bdsk'U]
”, and
“[todd'U]
” respectively.
The functions
Since prefixes have a scalar value that multiplies the unit atom, a unit must at least have a defined multiplication operation with a scalar in order to be a candidate for the metric predicate. All proper units are candidates for the metric property, special units are no such candidates.
The
The scale factor
(
”<
”<)
” The function symbols are defined as
needed.
Until version 1.6
The case insensitive prefix symbols are slightly different from those
defined by ISO 2955 and ANSI X3.50, where “giga-,”
“tera-,” and “peta-” have been
“G
,” “T
,” and
“PE
.” PE
” to “PT
” would
be the way to go for ISO 2955 which currently has a name conflict
(among others) with peta-volt and pico-electronvolt.
The new prefixes “yotta-,” “zetta-,” “yocto-,” and “zepto-” that were adopted by the 19th CGPM (1990) have a second letter ‘A’ and ‘O’ resp. to avoid current and future conflicts and to disambiguate among themselves. The other submultiples “micro-” to “atto-” are represented by a single letter to keep with the tradition.
name | c/s | c/i | value | |
---|---|---|---|---|
yotta | Y | Y | YA | 1 × 10 |
zetta | Z | Z | ZA | 1 × 10 |
exa | E | E | EX | 1 × 10 |
peta | P | P | PT | 1 × 10 |
tera | T | T | TR | 1 × 10 |
giga | G | G | GA | 1 × 10 |
mega | M | M | MA | 1 × 10 |
kilo | k | k | K | 1 × 10 |
hecto | h | h | H | 1 × 10 |
deka | da | da | DA | 1 × 10 |
deci | d | d | D | 1 × 10 |
centi | c | c | C | 1 × 10 |
milli | m | m | M | 1 × 10 |
micro | μ | u | U | 1 × 10 |
nano | n | n | N | 1 × 10 |
pico | p | p | P | 1 × 10 |
femto | f | f | F | 1 × 10 |
atto | a | a | A | 1 × 10 |
zepto | z | z | ZO | 1 × 10 |
yocto | y | y | YO | 1 × 10 |
As can be seen the base system used to define
The replacement of the kilogram is trivial. In order to bring syntax and semantics in line we can not have a unit with prefix in the base. We need a valid unit of mass before we can combine it with the prefix “kilo-” This change does not have any effect on the semantics whatsoever. The base unit kilogram is one of the oddities of the SI: if the gram would have been chosen as a base units the CGPM could have saved the rather annoying exception of the prefixing rules with the kilogram. At times where we have to multiply the wavelength of excited krypton-86 atoms by 1650763.73 to yield one meter, it seems trivial to divide the prototype of the kilogram by thousand to yield a base unit gram.
The rationale for removing the mole from the base is that the mole is essentially a count of particles expressed in a unit of very high magnitude (Avogadro's number). There is no fundamental difference between the count of particles and the count other things.
The radian has been adopted as the base unit of plane angle
name | kind of quantity | c/s | c/i | |
---|---|---|---|---|
meter | length | m | m | M |
second | time | s | s | S |
gram | mass | g | g | G |
radian | plane angle | rad | rad | RAD |
kelvin | temperature | K | K | K |
coulomb | electric charge | C | C | C |
candela | luminous intensity | cd | cd | CD |
name | c/s | c/i | M | definition value | definition unit | |
---|---|---|---|---|---|---|
the number ten for arbitrary powers | 10 | 10* | 10* | no | 10 | 1 |
the number ten for arbitrary powers | 10 | 10^ | 10^ | no | 10 | 1 |
the number pi | π | [pi] | [PI] | no | π | 1 |
percent | % | % | % | no | 1 | 10*-2 |
parts per thousand | ppth | [ppth] | [PPTH] | no | 1 | 10*-3 |
parts per million | ppm | [ppm] | [PPM] | no | 1 | 10*-6 |
parts per billion | ppb | [ppb] | [PPB] | no | 1 | 10*-9 |
parts per trillion | pptr | [pptr] | [PPTR] | no | 1 | 10*-12 |
The notation “10*
” for powers of ten
originated in the HL7 “ISO+“ extension of ISO 2955.
In HL7 the character carat (‘^
’) was thought as
reserved. Since most people would expect to see
“10^3
” for the “third power of
ten” and might in fact confuse “10*3
”
to mean “ten times 3”, the symbol using the carat was
later added to
cel(1 K)
” is
defined as
The case insensitive symbol for pascal is
“PAL
” which conforms to ISO 2955 and prevents
the name conflict between pascal and pico-ampère.
Without reference to history, it is difficult to explain that the degree Celsius is part of the SI, because the degree Celsius is in a unique way incoherent with the SI, and is even superfluous since the base unit kelvin measures the same kind of quantity.
name | kind of quantity | c/s | c/i | M | definition value | definition unit | |
---|---|---|---|---|---|---|---|
mole | amount of substance | mol | mol | MOL | yes | 6.02214076 | 10*23 |
steradian | solid angle | sr | sr | SR | yes | 1 | rad2 |
hertz | frequency | Hz | Hz | HZ | yes | 1 | s-1 |
newton | force | N | N | N | yes | 1 | kg.m/s2 |
pascal | pressure | Pa | Pa | PAL | yes | 1 | N/m2 |
joule | energy | J | J | J | yes | 1 | N.m |
watt | power | W | W | W | yes | 1 | J/s |
ampère | electric current | A | A | A | yes | 1 | C/s |
volt | electric potential | V | V | V | yes | 1 | J/C |
farad | electric capacitance | F | F | F | yes | 1 | C/V |
ohm | electric resistance | Ω | Ohm | OHM | yes | 1 | V/A |
siemens | electric conductance | S | S | SIE | yes | 1 | Ohm-1 |
weber | magnetic flux | Wb | Wb | WB | yes | 1 | V.s |
degree Celsius | temperature | °C | Cel | CEL | yes | • | cel(1 K) |
tesla | magnetic flux density | T | T | T | yes | 1 | Wb/m2 |
henry | inductance | H | H | H | yes | 1 | Wb/A |
lumen | luminous flux | lm | lm | LM | yes | 1 | cd.sr |
lux | illuminance | lx | lx | LX | yes | 1 | lm/m2 |
becquerel | radioactivity | Bq | Bq | BQ | yes | 1 | s-1 |
gray | energy dose | Gy | Gy | GY | yes | 1 | J/kg |
sievert | dose equivalent | Sv | Sv | SV | yes | 1 | J/kg |
name | kind of quantity | c/s | c/i | M | definition value | definition unit | |
---|---|---|---|---|---|---|---|
gon, grade | plane angle | gon | GON | no | 0.9 | deg | |
degree | plane angle | ° | deg | DEG | no | 2 | [pi].rad/360 |
minute | plane angle | ' | ' | ' | no | 1 | deg/60 |
second | plane angle | '' | '' | '' | no | 1 | '/60 |
liter | volume | l | l | L | yes | 1 | dm3 |
liter | volume | L | L | L | yes | 1 | l |
are | area | a | ar | AR | yes | 100 | m2 |
minute | time | min | min | MIN | no | 60 | s |
hour | time | h | h | HR | no | 60 | min |
day | time | d | d | D | no | 24 | h |
tropical year | time | a | a_t | ANN_T | no | 365.24219 | d |
mean Julian year | time | a | a_j | ANN_J | no | 365.25 | d |
mean Gregorian year | time | a | a_g | ANN_G | no | 365.2425 | d |
year | time | a | a | ANN | no | 1 | a_j |
week | time | wk | wk | WK | no | 7 | d |
synodal month | time | mo | mo_s | MO_S | no | 29.53059 | d |
mean Julian month | time | mo | mo_j | MO_J | no | 1 | a_j/12 |
mean Gregorian month | time | mo | mo_g | MO_G | no | 1 | a_g/12 |
month | time | mo | mo | MO | no | 1 | mo_j |
tonne | mass | t | t | TNE | yes | 1 × 10 | kg |
bar | pressure | bar | bar | BAR | yes | 1 × 10 | Pa |
unified atomic mass unit | mass | u | u | AMU | yes | 1.66053906660 × 10 | g |
electronvolt | energy | eV | eV | EV | yes | 1 | [e].V |
astronomic unit | length | AU | AU | ASU | no | 149597.870691 | Mm |
parsec | length | pc | pc | PRS | yes | 3.085678 × 10 | m |
In the case sensitive variant the liter is defined both with an upper
case ‘L
” and a lower case
‘l
’. NIST [63 FR 40338] declares the upper case
‘L’ as the preferred symbol for the U.S., while in many other
countries the lower case ‘l’ is used. In fact the lower case
‘l’ was in effect since 1879. A hundred years later in 1979
the 16th CGPM decided to adopt the upper case ‘L’ as a
second symbol for the liter. In the case insensitive variant there is
only one symbol defined since there is no difference between upper
case ‘L’ and lower case ‘l’.
The unit “are” competes with year for the symbol
“a” not only in ISO 2955, and ANSI X3.50, but also in
ISO 1000 as stating the official CGPM approved symbols. This is why
the symbol for are is “ar
” in
ha
” for hectare, while “hectare”
is just the correct spelling of the compositum of “hecto”
and “are” and thus would not require a separate unit
atom. Nevertheless, ISO 2955 in its case insensitive variant assigns
“ARE
” to the are and
“har
” to the hectare. This is obviously an
anomaly which ar
” can be prefixed with
“h
” to yield “har
”
ANSI X3.50 had two different series of symbols for the units of time,
the ones from ISO 2955 as adopted by yr
” “mo
”
“wk
” “hr
” and
“sec
” while “d
” and
“min
” were defined twice. mo
” and “wk
” Month
and week are useful units mainly in business or clinical medicine.
The semantics of the units of time is difficult to capture. The
difficulties start with the day: There is the sidereal and the solar
day that depend on the earth's rotation. The earth's rotation is
variable during one day and is continually slowing down in the long
run. The usual subdivisions of the day in 24 hours of 60 minutes and
60 seconds originated in Babylonia. The earth's rotation was too
inexact to measure time, which is why the 11th CGPM (1954) defined the
second based on a standardized historical tropical year (see below)
which was later (13th CGPM 1967-1968) replaced by frequency
measurement. Thus the second came to be the base unit of time and the
day is now 864000 s exactly with the
For the year we have to distinguish the “tropical” (solar, sidereal) year from the calendar year. And both are difficult. The tropical year is the year defined by time the earth travels around the sun. This is difficult to measure and varies over time. Around 1900 it was 365.242196 d, currently it is 365.242190 d and around 2100 it will be 365.242184 d. In addition these durations are averages. The actual length of each year may vary by several minutes due to the gravitational influence of other planets. Thus there is quite a high uncertainty already in the fourth decimal digit.
The calendar year is also difficult because there is the Julian
calendar (Sosigenes of Alexandria and Julius Caesar, 45 BC) with a
slightly too long year of 365.25 d that causes the calendar to be
one day ahead of the tropical year in 128 years. The Gregorian
calendar (Christopher Clavius 1537-1612 and Pope Gregory XIII
1545-1563) leaves out three leap years in 400 years (let
The week is 7 days, this is a biblic truth we can count on (it is actually quite plausible that the week of seven days originated in Babylonia and entered Jewish tradition during the Babylonian exile.)
The difficulty continues with the month. The lunar (so called “synodal” month is variable. Around 1900 it was 29.5305886 d currently it is 29.5305889 d and in 2100 it will be 29.5305891 d, which we fixate in the 5th decimal digit with a considerable uncertainty. The calendar month is difficult because of the uneven distribution of days in a month over the year, and because of the two different calendar years. But we will usually use the mean calendar month, which is the Julian calendar year divided by 12.
As a conclusion, great care has to be taken when the “customary
units” of time are used to measure time. The SI has fixated the
second which should be used whenever accuracy is required. For
business purposes the Julian calendar is sufficient especially since
the notion of the Work-Day (vs. Holiday) is more important than the
imprecision over 128 years.
[Sources: “Calendar” http://www.eb.com:180/cgi-bin/g?DocF=macro/5000/98/toc.html
.
Claus Tondering, http://www.pip.dknet.dk/~c-t/calendar.faq1.txt
]
name | kind of quantity | c/s | c/i | M | definition value | definition unit | |
---|---|---|---|---|---|---|---|
velocity of light | velocity | [c] | [C] | yes | 299792458 | m/s | |
Planck constant | action | [h] | [H] | yes | 6.62607015 × 10 | J.s | |
Boltzmann constant | (unclassified) | [k] | [K] | yes | 1.380649 × 10 | J/K | |
permittivity of vacuum | electric permittivity | [eps_0] | [EPS_0] | yes | 8.854187817 × 10 | F/m | |
permeability of vacuum | magnetic permeability | [mu_0] | [MU_0] | yes | 1 | 4.[pi].10*-7.N/A2 | |
elementary charge | electric charge | [e] | [E] | yes | 1.602176634 × 10 | C | |
electron mass | mass | [m_e] | [M_E] | yes | 9.1093837139 × 10 | kg | |
proton mass | mass | [m_p] | [M_P] | yes | 1.67262192595 × 10 | kg | |
Newtonian constant of gravitation | (unclassified) | [G] | [GC] | yes | 6.67430 × 10 | m3.kg-1.s-2 | |
standard acceleration of free fall | acceleration | [g] | [G] | yes | 9.80665 | m/s2 | |
standard atmosphere | pressure | atm | atm | ATM | no | 101325 | Pa |
light-year | length | l.y. | [ly] | [LY] | yes | 1 | [c].a_j |
gram-force | force | gf | gf | GF | yes | 1 | g.[g] |
pound force | force | lbf | [lbf_av] | [LBF_AV] | no | 1 | [lb_av].[g] |
This list is not complete. It does not list all constants but only
those that are fundamental and from which many other constants can be
derived. The source of this table is http://physics.nist.gov/cuu/Constants/index.html
In the base system of
name | kind of quantity | c/s | c/i | M | definition value | definition unit | |
---|---|---|---|---|---|---|---|
Kayser | lineic number | K | Ky | KY | yes | 1 | cm-1 |
Gal | acceleration | Gal | Gal | GL | yes | 1 | cm/s2 |
dyne | force | dyn | dyn | DYN | yes | 1 | g.cm/s2 |
erg | energy | erg | erg | ERG | yes | 1 | dyn.cm |
Poise | dynamic viscosity | P | P | P | yes | 1 | dyn.s/cm2 |
Biot | electric current | Bi | Bi | BI | yes | 10 | A |
Stokes | kinematic viscosity | St | St | ST | yes | 1 | cm2/s |
Maxwell | flux of magnetic induction | Mx | Mx | MX | yes | 1 × 10 | Wb |
Gauss | magnetic flux density | Gs, G | G | GS | yes | 1 × 10 | T |
Oersted | magnetic field intensity | Oe | Oe | OE | yes | 250 | /[pi].A/m |
Gilbert | magnetic tension | Gb | Gb | GB | yes | 1 | Oe.cm |
stilb | lum. intensity density | sb | sb | SB | yes | 1 | cd/cm2 |
Lambert | brightness | L | Lmb | LMB | yes | 1 | cd/cm2/[pi] |
phot | illuminance | ph | ph | PHT | yes | 1 × 10 | lx |
Curie | radioactivity | Ci | Ci | CI | yes | 3.7 × 10 | Bq |
Roentgen | ion dose | R | R | ROE | yes | 2.58 × 10 | C/kg |
radiation absorbed dose | energy dose | RAD | RAD | [RAD] | yes | 100 | erg/g |
radiation equivalent man | dose equivalent | REM | REM | [REM] | yes | 1 | RAD |
Although the CGPM “accepts” only very few CGS units “for use with the SI,” CGS units are proper metric units. CGS units are still used in many physiological laboratories and in clinical diagnostics (e.g., cardiology). In addition CGS units acquired a special dignity as this was the system of units used by the great physicists of the early 20th century, Albert Einstein, Max Planck, and many others who worked on the scientific revolution that had quite a cultural impact.
The CGS system defined electric and magnetic phenomena differently which is why the units named “oersted” and “maxwell” have no proper SI counterpart. This table was compiled from various sources and is not complete and not very systematic. We therefore welcome suggestions and advice as to how this table could be completed.
Customary units have once been used all over Europe. Units were taken from nature: anatomical structures (e.g., arm, foot, finger), botanical objects (e.g., grains of various sorts, rod), or processes of everyday life (e.g., amount of land one could plow in a morning, the length of 1000 steps, an hour of walking, etc.).
Many of these units can be traced back in history to the Romans (mile), Greeks (carat) and even more ancient times. It is thus no wonder that this heritage was in some way ordered. Indeed, one finds the same names for units used in different countries and most of these units where divided into smaller or multiplied to larger units in the same way.
For example, there was the foot (de. “Fuß”
fr. “pied” nl. “voet”) that was divided into
12 inches (de. “Zoll” fr. “pouce”). An inch
was divided into 12 lines (de. “Linie”
fr. “ligne” ). Two feet was one ell
(de. “Elle” da. “Alen”
sv. “Aln”). The ell was, however, not very popular in
England, as opposed to the rest of Europe. Conversely, the yard is
hard to find elsewhere, aside from the Argentinian “vara.”
But it is perhaps no accident that the meter ended up as the 40 ×
10
The square rod (de. “Quadratrute” fr. “perche-carrée” nl. “vierkante-roede” was mainly used to measure land. The acre as the legendary land to sow in one morning (or day) is also widespread (de. “Morgen, Tagwerk, Acker” fr. “arpent” sv. “tunnland” , although the exact amount in square rod varies considerably from region to region. Interestingly, even the special purpose measures such as the “hand” for measuring horses have international equivalents (de. “faust”).
One can indeed say that there was once a “
In 1959 major parts of the U.S. and British system of customary units were standardized internationally, again aligned to the metric system which is why the international yard is 0.9144 m exactly and the nautical mile became 1852 m exactly. However, traditional subdivisions and multiples have not been abolished in favor of the international standard. Furthermore the old U.S. standard for the yard is still legally used for land surveying.
Conclusively, there are different systems of customary units that are in use today. These systems use the same names for units that have different equivalents in the metric system, because the customary systems are based on different reference quantities but multiples and subdivisions of the reference quantities are very similar, though with notable exceptions.
In the following tables we tried to give the original definitions to the customary units. This means in general that the references to the metric system are as few as possible, with most of the units of one system defined as multiples and subdivisions of one reference unit.
We use the subscript notation to disambiguate units with same names in
the different systems. Subscript notation means, for instance that if
the print symbol for foot is “ft” we use subscripts to
distinguish the international foot “ft[ft_i]
,” “[ft_us]
,”
and “[ft_br]
” respectively.
Prospective users of
name | kind of quantity | c/s | c/i | M | definition value | definition unit |
---|---|---|---|---|---|---|
inch | length | [in_i] | [IN_I] | no | 2.54 | cm |
foot | length | [ft_i] | [FT_I] | no | 12 | [in_i] |
yard | length | [yd_i] | [YD_I] | no | 3 | [ft_i] |
mile | length | [mi_i] | [MI_I] | no | 5280 | [ft_i] |
fathom | depth of water | [fth_i] | [FTH_I] | no | 6 | [ft_i] |
nautical mile | length | [nmi_i] | [NMI_I] | no | 1852 | m |
knot | velocity | [kn_i] | [KN_I] | no | 1 | [nmi_i]/h |
square inch | area | [sin_i] | [SIN_I] | no | 1 | [in_i]2 |
square foot | area | [sft_i] | [SFT_I] | no | 1 | [ft_i]2 |
square yard | area | [syd_i] | [SYD_I] | no | 1 | [yd_i]2 |
cubic inch | volume | [cin_i] | [CIN_I] | no | 1 | [in_i]3 |
cubic foot | volume | [cft_i] | [CFT_I] | no | 1 | [ft_i]3 |
cubic yard | volume | [cyd_i] | [CYD_I] | no | 1 | [yd_i]3 |
board foot | volume | [bf_i] | [BF_I] | no | 144 | [in_i]3 |
cord | volume | [cr_i] | [CR_I] | no | 128 | [ft_i]3 |
mil | length | [mil_i] | [MIL_I] | no | 1 × 10 | [in_i] |
circular mil | area | [cml_i] | [CML_I] | no | 1 | [pi]/4.[mil_i]2 |
hand | height of horses | [hd_i] | [HD_I] | no | 4 | [in_i] |
In general the international customary units are effective in the U.S. and in Great Britain since 1959. We are unsure, however, about this in countries that formerly or at present belong to the Commonwealth. We therefore appreciate advice and reference to original sources on this transition. Conceivably other countries may have made exceptions in the transition to the international definitions of customary units, such as the U.S. where the old definitions have been retained for the purpose of land surveying.
It is not quite clear exactly what units the international customary
system comprises. According to the Encyclopedia Britannica
[
In general, we did not include special customary units of area and
volume in
The circular mil is exactly the area of a circle with a diameter of
one mil. One mil, in turn, equals 1/1000 inch (“mil” is the
etymological equivalent of “milli-inch” ) The mil has been
defined in
ANSI X3.50 does not define a symbol for the “hand,” but this unit is mentioned in the table given by the Encyclopedia Britannica. The hand is used in measuring the height of horses from foot to shoulder. It was probably not subject to the internationalization of customary units. Any advice as whether the hand is used based on an older British or U.S. definition is appreciated.
http://physics.nist.gov/Document/sp811.pdf
]
name | kind of quantity | c/s | c/i | M | definition value | definition unit |
---|---|---|---|---|---|---|
foot | length | [ft_us] | [FT_US] | no | 1200 | m/3937 |
yard | length | [yd_us] | [YD_US] | no | 3 | [ft_us] |
inch | length | [in_us] | [IN_US] | no | 1 | [ft_us]/12 |
rod | length | [rd_us] | [RD_US] | no | 16.5 | [ft_us] |
Gunter's chain, Surveyor's chain | length | [ch_us] | [CH_US] | no | 4 | [rd_us] |
link for Gunter's chain | length | [lk_us] | [LK_US] | no | 1 | [ch_us]/100 |
Ramden's chain, Engineer's chain | length | [rch_us] | [RCH_US] | no | 100 | [ft_us] |
link for Ramden's chain | length | [rlk_us] | [RLK_US] | no | 1 | [rch_us]/100 |
fathom | length | [fth_us] | [FTH_US] | no | 6 | [ft_us] |
furlong | length | [fur_us] | [FUR_US] | no | 40 | [rd_us] |
mile | length | [mi_us] | [MI_US] | no | 8 | [fur_us] |
acre | area | [acr_us] | [ACR_US] | no | 160 | [rd_us]2 |
square rod | area | [srd_us] | [SRD_US] | no | 1 | [rd_us]2 |
square mile | area | [smi_us] | [SMI_US] | no | 1 | [mi_us]2 |
section | area | [sct] | [SCT] | no | 1 | [mi_us]2 |
township | area | [twp] | [TWP] | no | 36 | [sct] |
mil | length | [mil_us] | [MIL_US] | no | 1 × 10 | [in_us] |
After the 1959 international agreement changed the definition of the yard in the US to be 0.9144 m exactly, surveyors and civil engineers complained that voluminous legacy surveys and so forth used the previous definition of (1200/3937) m and that this change would be disruptive. So, by statute, Congress created a survey foot of (1200/3937) m (the old 1893 Mendenhall Order definition). Thus, by statute, miles used in surveying are referred to as statute miles of 5280 survey feet each. The fathom, rod, and furlong are likewise based on the survey foot.
According to NIST, the acre as normally used in the U.S. is defined in terms of U.S. survey lengths, and not in terms of the international customary system. This older U.S. customary system of survey lengths is still used for geodesic measurements.
name | kind of quantity | c/s | c/i | M | definition value | definition unit |
---|---|---|---|---|---|---|
inch | length | [in_br] | [IN_BR] | no | 2.539998 | cm |
foot | length | [ft_br] | [FT_BR] | no | 12 | [in_br] |
rod | length | [rd_br] | [RD_BR] | no | 16.5 | [ft_br] |
Gunter's chain | length | [ch_br] | [CH_BR] | no | 4 | [rd_br] |
link for Gunter's chain | length | [lk_br] | [LK_BR] | no | 1 | [ch_br]/100 |
fathom | length | [fth_br] | [FTH_BR] | no | 6 | [ft_br] |
pace | length | [pc_br] | [PC_BR] | no | 2.5 | [ft_br] |
yard | length | [yd_br] | [YD_BR] | no | 3 | [ft_br] |
mile | length | [mi_br] | [MI_BR] | no | 5280 | [ft_br] |
nautical mile | length | [nmi_br] | [NMI_BR] | no | 6080 | [ft_br] |
knot | velocity | [kn_br] | [KN_BR] | no | 1 | [nmi_br]/h |
acre | area | [acr_br] | [ACR_BR] | no | 4840 | [yd_br]2 |
The older British Imperial system is predominantly of historical interest. However, it may be that some former members of the Commonwealth have retained this system after 1959, when the unified international definitions where established, and after 1963, when the British system was revised in England.
The chain was proposed by Edmund Gunter in England of the 17th century. It is possible that Gunter's chain and Ramden's chain are related to other European traditional units such as the English “rope” (measuring 20 feet) or the old German “Landseil” (measuring 52 ells or 104 feet) named after ropes or chains that could be spanned in order to measure land. The difference in the definitions of those units is no surprise as there is nothing that restricts a chain or rope to a particular length. However, these units are still similar in magnitude.
name | kind of quantity | c/s | c/i | M | definition value | definition unit |
---|---|---|---|---|---|---|
Queen Anne's wine gallon | fluid volume | [gal_us] | [GAL_US] | no | 231 | [in_i]3 |
barrel | fluid volume | [bbl_us] | [BBL_US] | no | 42 | [gal_us] |
quart | fluid volume | [qt_us] | [QT_US] | no | 1 | [gal_us]/4 |
pint | fluid volume | [pt_us] | [PT_US] | no | 1 | [qt_us]/2 |
gill | fluid volume | [gil_us] | [GIL_US] | no | 1 | [pt_us]/4 |
fluid ounce | fluid volume | [foz_us] | [FOZ_US] | no | 1 | [gil_us]/4 |
fluid dram | fluid volume | [fdr_us] | [FDR_US] | no | 1 | [foz_us]/8 |
minim | fluid volume | [min_us] | [MIN_US] | no | 1 | [fdr_us]/60 |
cord | fluid volume | [crd_us] | [CRD_US] | no | 128 | [ft_i]3 |
bushel | dry volume | [bu_us] | [BU_US] | no | 2150.42 | [in_i]3 |
historical winchester gallon | dry volume | [gal_wi] | [GAL_WI] | no | 1 | [bu_us]/8 |
peck | dry volume | [pk_us] | [PK_US] | no | 1 | [bu_us]/4 |
dry quart | dry volume | [dqt_us] | [DQT_US] | no | 1 | [pk_us]/8 |
dry pint | dry volume | [dpt_us] | [DPT_US] | no | 1 | [dqt_us]/2 |
tablespoon | volume | [tbs_us] | [TBS_US] | no | 1 | [foz_us]/2 |
teaspoon | volume | [tsp_us] | [TSP_US] | no | 1 | [tbs_us]/3 |
cup | volume | [cup_us] | [CUP_US] | no | 16 | [tbs_us] |
metric fluid ounce | fluid volume | [foz_m] | [FOZ_M] | no | 30 | mL |
metric cup | volume | [cup_m] | [CUP_M] | no | 240 | mL |
metric teaspoon | volume | [tsp_m] | [TSP_M] | no | 5 | mL |
metric tablespoon | volume | [tbs_m] | [TBS_M] | no | 15 | mL |
The U.S. fluid volumes have been defined based on Queen Anne's wine gallon which was in turn defined exactly as 231 cubic inch. Although we used international inch, we are not sure what inch definition is actually used for defining the exact size of a U.S. gallon. However, the differences between the various inches are minimal, even when raised to the 3rd power (i.e., the difference between the U.S. inch and the British Imperial inch remains in the sixth decimal digit.)
Dry measures are based on the bushel (corn bushel), originally defined
in 1701 as “any round measure with a plain and even bottom, being
18.5 inches wide throughout and 8 inches deep.” This definition,
being (18.5/2)
ANSI X3.50 defines symbols for the units cup, tablespoon and teaspoon which are predominantly used in cooking recipes but also in practical medicine. Similar units can often be found in European cook books, but are usually translated into metric units outside the U.S. For practical medicine these are still very handy units to give instructions to patients.
name | kind of quantity | c/s | c/i | M | definition value | definition unit |
---|---|---|---|---|---|---|
gallon | volume | [gal_br] | [GAL_BR] | no | 4.54609 | l |
peck | volume | [pk_br] | [PK_BR] | no | 2 | [gal_br] |
bushel | volume | [bu_br] | [BU_BR] | no | 4 | [pk_br] |
quart | volume | [qt_br] | [QT_BR] | no | 1 | [gal_br]/4 |
pint | volume | [pt_br] | [PT_BR] | no | 1 | [qt_br]/2 |
gill | volume | [gil_br] | [GIL_BR] | no | 1 | [pt_br]/4 |
fluid ounce | volume | [foz_br] | [FOZ_BR] | no | 1 | [gil_br]/5 |
fluid dram | volume | [fdr_br] | [FDR_BR] | no | 1 | [foz_br]/8 |
minim | volume | [min_br] | [MIN_BR] | no | 1 | [fdr_br]/60 |
The British Weights and Measures Act of 1824 removed the medieval distinction between wine and grain measures and defined one unified system of volumes based on a new Gallon that was defined similarly as the metric unit liter: “10 imperial pounds weight of distilled water weighed in air against brass weights with the water and the air at a temperature of 62 degrees of Fahrenheit's thermometer and with the barometer at 30 inches.”
With the current definition of the gallon as 277.421 cubic inches (approximately) and a density of water of 0.99878 kg/l according to NIST data, the inch must have been approximately 2.5371 cm at that time. Because of this difficulty with the original definition of the British gallon we based the British Imperial volumes on the gallon for which there is an exact metric equivalence, according to NIST, which provides usually well researched data.
Note that the subdivisions of the British Imperial system of volumes differs from the U.S. system of fluid volumes between gill and fluid ounce: in the British system 1 oz fl equals 1/5 gill where in the U.S. system 1 oz fl equals 1/4 gill. Thus, although the British system starts out with a 20% larger gallon, the British fluid ounce, fluid dram and minim are 4% smaller than the U.S. units with the same name.
The avoirdupois system is used in the U.S. as well as in countries that
use the British Imperial system. Avoirdupois is the default system of
mass units used for all goods that “have weight”
(fr.
name | kind of quantity | c/s | c/i | M | definition value | definition unit |
---|---|---|---|---|---|---|
grain | mass | [gr] | [GR] | no | 64.79891 | mg |
pound | mass | [lb_av] | [LB_AV] | no | 7000 | [gr] |
ounce | mass | [oz_av] | [OZ_AV] | no | 1 | [lb_av]/16 |
dram | mass | [dr_av] | [DR_AV] | no | 1 | [oz_av]/16 |
short hundredweight, U.S. hundredweight | mass | [scwt_av] | [SCWT_AV] | no | 100 | [lb_av] |
long hundredweight, British hundredweight | mass | [lcwt_av] | [LCWT_AV] | no | 112 | [lb_av] |
short ton, U.S. ton | mass | [ston_av] | [STON_AV] | no | 20 | [scwt_av] |
long ton, British ton | mass | [lton_av] | [LTON_AV] | no | 20 | [lcwt_av] |
stone, British stone | mass | [stone_av] | [STONE_AV] | no | 14 | [lb_av] |
The troy system originates in Troyes, a City in the Champagne (France)
that hosted a major European fair. The troy system was later used for
measuring precious metals. The World Monetary Fund valued all
currencies against the troy ounce of gold at least until the 1960s
(advice appreciated). The troy ounce is still used in worldwide trade
with gold, even in countries that otherwise use metric units
(de. “feinunze”). The troy system retains the original Roman
subdivision of the pound in 12 ounces. The Roman
Note also that the troy pound was abolished in England on January 6,
1879 [Jacques J. Proot, http://members.aol.com/JackProot/met/spvolas.html
].
name | kind of quantity | c/s | c/i | M | definition value | definition unit |
---|---|---|---|---|---|---|
pennyweight | mass | [pwt_tr] | [PWT_TR] | no | 24 | [gr] |
ounce | mass | [oz_tr] | [OZ_TR] | no | 20 | [pwt_tr] |
pound | mass | [lb_tr] | [LB_TR] | no | 12 | [oz_tr] |
name | kind of quantity | c/s | c/i | M | definition value | definition unit |
---|---|---|---|---|---|---|
scruple | mass | [sc_ap] | [SC_AP] | no | 20 | [gr] |
dram, drachm | mass | [dr_ap] | [DR_AP] | no | 3 | [sc_ap] |
ounce | mass | [oz_ap] | [OZ_AP] | no | 8 | [dr_ap] |
pound | mass | [lb_ap] | [LB_AP] | no | 12 | [oz_ap] |
metric ounce | mass | [oz_m] | [OZ_M] | no | 28 | g |
Note that some U.S. pharmacies still use this system of apothecaries' weights when measuring the amount of drugs. This system is very different from the avoirdupois system though based on the same grain. The apothecaries' dram is more than twice as much as the avoirdupois dram, the ounce is still 10% greater than the avoirdupois ounce while the pound is 20% less than the avoirdupois pound. The apothecaries' system, just as the troy system, keeps the original Roman subdivision of an ounce (la. “uncia” to be 1/12 pound (la. “libra”). Hence is the apothecaries' pound about 22% smaller than the avoirdupois pound, while its subdivisions are greater than the respective avoirdupois subdivisions (ounce 10%, dram 119%). This difference in the weight systems is the most important reason why ANSI X3.50 should not be applied in medicine, where both systems are being used and therefore misinterpretations are inevitable.
name | kind of quantity | c/s | c/i | M | definition value | definition unit |
---|---|---|---|---|---|---|
line | length | [lne] | [LNE] | no | 1 | [in_i]/12 |
point | length | [pnt] | [PNT] | no | 1 | [lne]/6 |
pica | length | [pca] | [PCA] | no | 12 | [pnt] |
Printer's point | length | [pnt_pr] | [PNT_PR] | no | 0.013837 | [in_i] |
Printer's pica | length | [pca_pr] | [PCA_PR] | no | 12 | [pnt_pr] |
pied, French foot | length | [pied] | [PIED] | no | 32.48 | cm |
pouce, French inch | length | [pouce] | [POUCE] | no | 1 | [pied]/12 |
ligne, French line | length | [ligne] | [LIGNE] | no | 1 | [pouce]/12 |
didot, Didot's point | length | [didot] | [DIDOT] | no | 1 | [ligne]/6 |
cicero, Didot's pica | length | [cicero] | [CICERO] | no | 12 | [didot] |
There are three systems of typesetter's lengths in use today:
Françcois-Ambroise Didot (1730-1804), a publisher in Paris,
invented this system based on the traditional subdivisions of the
customary units: 1 line was 1/12 inch and 1/6 line was one
point. Henceforth the size of letters were measured in point. However,
the Didot system is based on the
degf(5 K/9)
” is
defined as degre(5 K/4)
” is
defined as
name | kind of quantity | c/s | c/i | M | definition value | definition unit | |
---|---|---|---|---|---|---|---|
degree Fahrenheit | temperature | °F | [degF] | [DEGF] | no | • | degf(5 K/9) |
degree Rankine | temperature | °R | [degR] | [degR] | no | 5 | K/9 |
degree Réaumur | temperature | °Ré | [degRe] | [degRe] | no | • | degre(5 K/4) |
calorie at 15 °C | energy | cal | cal_[15] | CAL_[15] | yes | 4.18580 | J |
calorie at 20 °C | energy | cal | cal_[20] | CAL_[20] | yes | 4.18190 | J |
mean calorie | energy | cal | cal_m | CAL_M | yes | 4.19002 | J |
international table calorie | energy | cal | cal_IT | CAL_IT | yes | 4.1868 | J |
thermochemical calorie | energy | cal | cal_th | CAL_TH | yes | 4.184 | J |
calorie | energy | cal | cal | CAL | yes | 1 | cal_th |
nutrition label Calories | energy | Cal | [Cal] | [CAL] | no | 1 | kcal_th |
British thermal unit at 39 °F | energy | Btu | [Btu_39] | [BTU_39] | no | 1.05967 | kJ |
British thermal unit at 59 °F | energy | Btu | [Btu_59] | [BTU_59] | no | 1.05480 | kJ |
British thermal unit at 60 °F | energy | Btu | [Btu_60] | [BTU_60] | no | 1.05468 | kJ |
mean British thermal unit | energy | Btu | [Btu_m] | [BTU_M] | no | 1.05587 | kJ |
international table British thermal unit | energy | Btu | [Btu_IT] | [BTU_IT] | no | 1.05505585262 | kJ |
thermochemical British thermal unit | energy | Btu | [Btu_th] | [BTU_TH] | no | 1.054350 | kJ |
British thermal unit | energy | btu | [Btu] | [BTU] | no | 1 | [Btu_th] |
horsepower | power | [HP] | [HP] | no | 550 | [ft_i].[lbf_av]/s | |
tex | linear mass density (of textile thread) | tex | tex | TEX | yes | 1 | g/km |
Denier | linear mass density (of textile thread) | den | [den] | [DEN] | no | 1 | g/9/km |
The degree Fahrenheit was missing in ANSI X3.50. HL7's
“ISO+/ANS+” code defined the degree Fahrenheit under the
symbol “DEGF
” which is reflected here. This
is the reason why Fah
” similar to
“Cel
” of
ISO 2955 for the degree Celsius.
Defining precise semantics for legacy units for “quantity of heat” is difficult. The many variants of these units are frequently confused because there is not just a calorie and not just a British thermal unit. The different calories usually being used vary by 1% but the confusion can result in an error as high as 100000%! Thus, if exactness and non-ambiguity is important one should use the joule to report amounts of heat, just like for any other energy and work kind-of-quantities.
The gram-calorie, sometimes called “small calorie” is
defined as the amount of heat required to raise the temperature of 1
gram of Water from 14.5 °C to 15.5 °C. According to
To complete the confusion, there is also a kilogram-calorie (“large
calorie” , that has a similar definition based on a kilogram
instead of a gram of water. This kilocalorie has also been called
“calorie” in the sloppy speech of everyday life about
food. U.S. “Nutrition Facts” that label almost every
American food say “Calories: xxx” The Cal
” with the conventional capital first
letter. For the case insensitive variant of [CAL]
”).
Only the International Table calorie and the thermochemical calorie
have exact definitions. To give some guidance in the confusing plenty
of different calories, cal
” as an alias for the thermochemical
calorie, because the calorie is mostly used today in medicine and
biochemistry. On the other hand, we consider engineers smart enough to
select the precise calorie they mean.
Similar to the calories, various “British Thermal Unit”
(Btu) are defined and the confusion continues. One Btu is defined as
the amount of heat necessary to raise the temperature of one
avoirdupois pound of water by one degree Fahrenheit beginning from
various temperatures (39 °F, 59 °F, or
60 °F). There is also the International Table Btu and the
thermochemical Btu. Just as with the calorie we define a default
symbol “Btu
” as an alias for the
thermochemical Btu.
hpX(1 l)
” is
defined as hpC(1 l)
” is defined
as 100tan(1 rad)
” is
defined as
name | kind of quantity | c/s | c/i | M | definition value | definition unit | |
---|---|---|---|---|---|---|---|
meter of water column | pressure | m H | m[H2O] | M[H2O] | yes | 9.80665 | kPa |
meter of mercury column | pressure | m Hg | m[Hg] | M[HG] | yes | 133.3220 | kPa |
inch of water column | pressure | in H | [in_i'H2O] | [IN_I'H2O] | no | 1 | m[H2O].[in_i]/m |
inch of mercury column | pressure | in Hg | [in_i'Hg] | [IN_I'HG] | no | 1 | m[Hg].[in_i]/m |
peripheral vascular resistance unit | fluid resistance | P.R.U. | [PRU] | [PRU] | no | 1 | mm[Hg].s/ml |
Wood unit | fluid resistance | Wood U. | [wood'U] | [WOOD'U] | no | 1 | mm[Hg].min/L |
diopter | refraction of a lens | dpt | [diop] | [DIOP] | no | 1 | /m |
prism diopter | refraction of a prism | PD | [p'diop] | [P'DIOP] | no | • | 100tan(1 rad) |
percent of slope | slope | % | %[slope] | %[SLOPE] | no | • | 100tan(1 rad) |
mesh | lineic number | [mesh_i] | [MESH_I] | no | 1 | /[in_i] | |
Charrière, french | gauge of catheters | Ch | [Ch] | [CH] | no | 1 | mm/3 |
drop | volume | drp | [drp] | [DRP] | no | 1 | ml/20 |
Hounsfield unit | x-ray attenuation | HF | [hnsf'U] | [HNSF'U] | no | 1 | 1 |
metabolic equivalent | metabolic cost of physical activity | MET | [MET] | [MET] | no | 3.5 | mL/min/kg |
homeopathic potency of decimal series (retired) | homeopathic potency (retired) | X | [hp'_X] | [HP'_X] | no | • | hpX(1 1) |
homeopathic potency of centesimal series (retired) | homeopathic potency (retired) | C | [hp'_C] | [HP'_C] | no | • | hpC(1 1) |
homeopathic potency of millesimal series (retired) | homeopathic potency (retired) | M | [hp'_M] | [HP'_M] | no | • | hpM(1 1) |
homeopathic potency of quintamillesimal series (retired) | homeopathic potency (retired) | Q | [hp'_Q] | [HP'_Q] | no | • | hpQ(1 1) |
homeopathic potency of decimal hahnemannian series | homeopathic potency (Hahnemann) | X | [hp_X] | [HP_X] | no | • | • |
homeopathic potency of centesimal hahnemannian series | homeopathic potency (Hahnemann) | C | [hp_C] | [HP_C] | no | • | • |
homeopathic potency of millesimal hahnemannian series | homeopathic potency (Hahnemann) | M | [hp_M] | [HP_M] | no | • | • |
homeopathic potency of quintamillesimal hahnemannian series | homeopathic potency (Hahnemann) | Q | [hp_Q] | [HP_Q] | no | • | • |
homeopathic potency of decimal korsakovian series | homeopathic potency (Korsakov) | X | [kp_X] | [KP_X] | no | • | • |
homeopathic potency of centesimal korsakovian series | homeopathic potency (Korsakov) | C | [kp_C] | [KP_C] | no | • | • |
homeopathic potency of millesimal korsakovian series | homeopathic potency (Korsakov) | M | [kp_M] | [KP_M] | no | • | • |
homeopathic potency of quintamillesimal korsakovian series | homeopathic potency (Korsakov) | Q | [kp_Q] | [KP_Q] | no | • | • |
Clinical medicine all over the world still uses mm Hg to
measure arterial blood pressure, and often the instruments used are
real mercury columns. Likewise, the central venous blood pressure is
often measured using simple water columns which is very practical for
the routine. The units m H
In the U.S. the inch is sometimes used instead of the millimeter, and because the inch is non-metric the inch of mercury or water columns is non-metric as well.
The peripheral vascular resistance unit is the vascular resistance on which a perfusion pressure of 1 mm Hg causes a flow of 1 ml/s.
The “mesh” occurs in the NIST Guide to the SI. It seems like it is the customary counterpart of the diopter.
The unit “charrière” originates from a French manufacturer of medical instruments by that name. One charrière is the gauge of a catheter with a circumference of approximately 1 mm such that it is by convention exactly one third of a millimeter. In the U.S. the charrière is simply called “french”
Note that
A drop is a variable amount of fluid and depends on the device and technique used to produce the drop and on the physical properties of the fluid. This is similar to units like cup, tablespoon, and teaspoon that depend on the spoon or cup and are not exact either. However, in clinical medicine medication is dispensed by drops and unlike a “tablet” a drop refers to a real physical kind of quantity, volume, though not very exact.
Note that
The Hounsfield unit is a unit of X-ray attenuation used in evaluating CT scans. It is defined on an interval scale where air is -1000 HF, water is 0 HF and bone is +1000 HF. Any advice as to how this unit can be related to metric units of radiant intensity decremence is appreciated.
We have always pointed out that the homeopathic teaching takes potency not as equivalent to dilution and the C and X series would not equate to each other in the strictly numerical manner. Homeopathic potency includes the “agitation” (a vigorous shaking) that needs to occur in every step of the dilluting process. Therefore as of April 2010, the homeopathic units are declared "arbitrary units", that is, they are no longer convertible. Therefore, also, we discontinue defining them using the dilution functions. The dilution functions sometimes cause truly astronomical values, leading to overflow conditions, e.g. in such potencies as 30 C or 100 X or 10 M, which do actually occur in homeopathics that are on the market. The previous units continue to exist as "retired", but their symbols now have a prime (apostrophe) in them.
ph(1 mol/l)
” is
defined as
name | kind of quantity | c/s | c/i | M | definition value | definition unit | |
---|---|---|---|---|---|---|---|
equivalents | amount of substance | eq | eq | EQ | yes | 1 | mol |
osmole | amount of substance (dissolved particles) | osm | osm | OSM | yes | 1 | mol |
pH | acidity | pH | [pH] | [PH] | no | • | pH(1 mol/l) |
gram percent | mass concentration | g% | g% | G% | yes | 1 | g/dl |
Svedberg unit | sedimentation coefficient | S | [S] | [S] | no | 1 | 10*-13.s |
high power field | view area in microscope | HPF | [HPF] | [HPF] | no | 1 | 1 |
low power field | view area in microscope | LPF | [LPF] | [LPF] | no | 100 | 1 |
katal | catalytic activity | kat | kat | KAT | yes | 1 | mol/s |
Unit | catalytic activity | U | U | U | yes | 1 | umol/min |
international unit | arbitrary | IU | [iU] | [IU] | yes | • | • |
international unit | arbitrary | i.U. | [IU] | [IU] | yes | • | • |
arbitrary unit | arbitrary | arb. U | [arb'U] | [ARB'U] | no | • | • |
United States Pharmacopeia unit | arbitrary | U.S.P. | [USP'U] | [USP'U] | no | • | • |
GPL unit | biologic activity of anticardiolipin IgG | [GPL'U] | [GPL'U] | no | • | • | |
MPL unit | biologic activity of anticardiolipin IgM | [MPL'U] | [MPL'U] | no | • | • | |
APL unit | biologic activity of anticardiolipin IgA | [APL'U] | [APL'U] | no | • | • | |
Bethesda unit | biologic activity of factor VIII inhibitor | [beth'U] | [BETH'U] | no | • | • | |
anti factor Xa unit | biologic activity of factor Xa inhibitor (heparin) | [anti'Xa'U] | [ANTI'XA'U] | no | • | • | |
Todd unit | biologic activity antistreptolysin O | [todd'U] | [TODD'U] | no | • | • | |
Dye unit | biologic activity of amylase | [dye'U] | [DYE'U] | no | • | • | |
Somogyi unit | biologic activity of amylase | [smgy'U] | [SMGY'U] | no | • | • | |
Bodansky unit | biologic activity of phosphatase | [bdsk'U] | [BDSK'U] | no | • | • | |
King-Armstrong unit | biologic activity of phosphatase | [ka'U] | [KA'U] | no | • | • | |
Kunkel unit | arbitrary biologic activity | [knk'U] | [KNK'U] | no | • | • | |
Mac Lagan unit | arbitrary biologic activity | [mclg'U] | [MCLG'U] | no | • | • | |
tuberculin unit | biologic activity of tuberculin | [tb'U] | [TB'U] | no | • | • | |
50% cell culture infectious dose | biologic activity (infectivity) of an infectious agent preparation | CCID | [CCID_50] | [CCID_50] | no | • | • |
50% tissue culture infectious dose | biologic activity (infectivity) of an infectious agent preparation | TCID | [TCID_50] | [TCID_50] | no | • | • |
50% embryo infectious dose | biologic activity (infectivity) of an infectious agent preparation | EID | [EID_50] | [EID_50] | no | • | • |
plaque forming units | amount of an infectious agent | PFU | [PFU] | [PFU] | no | • | • |
focus forming units | amount of an infectious agent | FFU | [FFU] | [FFU] | no | • | • |
colony forming units | amount of a proliferating organism | CFU | [CFU] | [CFU] | no | • | • |
index of reactivity | amount of an allergen calibrated through in-vivo testing using the Stallergenes® method | IR | [IR] | [IR] | no | • | • |
bioequivalent allergen unit | amount of an allergen calibrated through in-vivo testing based on the ID50EAL method of (intradermal dilution for 50mm sum of erythema diameters | BAU | [BAU] | [BAU] | no | • | • |
allergen unit | procedure defined amount of an allergen using some reference standard | AU | [AU] | [AU] | no | • | • |
allergen unit for Ambrosia artemisiifolia | procedure defined amount of the major allergen of ragweed | Amb a 1 U | [Amb'a'1'U] | [AMB'A'1'U] | no | • | • |
protein nitrogen unit | procedure defined amount of a protein substance | PNU | [PNU] | [PNU] | no | • | • |
Limit of flocculation | procedure defined amount of an antigen substance | Lf | [Lf] | [LF] | no | • | • |
D-antigen unit | procedure defined amount of a poliomyelitis d-antigen substance | [D'ag'U] | [D'AG'U] | no | • | • | |
fibrinogen equivalent unit | amount of fibrinogen broken down into the measured d-dimers | [FEU] | [FEU] | no | • | • | |
ELISA unit | arbitrary ELISA unit | [ELU] | [ELU] | no | • | • | |
Ehrlich unit | Ehrlich unit | [EU] | [EU] | no | • | • |
The amount of electrolytes (including acids and bases) is often
reported as
Degrees of acidity are normally measured as “the pH value” that is
the negative decadic logarithmus of the concentration of free protons
(or hydronium ions) expressed in 1 mol/l. Usually the pH value
is considered a dimensionless quantity. With the semantics of special
units ([pH]
” is defined as a unit symbol with
the corresponding unit 1 mol/l. This allows conversions between
pH and concentrations, and---because
The unit osmol as the amount of dissolved particles is to be used with caution because it interferes with “osmolar” which is the amount of dissolved particles per liter.
The gram-percent (g%) is a metric unit that has the same origin as
%vol. Originally it was a dimensionless quantity expressing a ratio of
two masses and thus equal to 1/100 g/g. Because water is the most
important solvent in biochemistry and 1 g of a solution in water
has a volume of approximately 1 ml, the meaning of the unit
1 g% drifted towards 1/100 g/ml and farther off to
1 g/dl. That way, the unit 1 g% regained a proper dimension
(mass concentration,
The Svedberg unit S is used to classify macromolecules (e.g., ribosomes) in different phases of a centrifugate.
The units “high power field” (HPF) and “low power field” (LPF) are used in microscopic analysis mostly of urine sediments. These units are used in semi-quantitative estimations of the abundance of things like crystals, bacteria or red and white blood cells. The number of the objects of interest is counted in one view field in the microscope with a 10 times (low) or 100 times (high) magnifying objective lens and then reported as the number per LPF or per HPF respectively. Obviously the number of objects seen depends on the way the slide is prepared: the amount of emulgate dropped, its initial dilution, and the way the drop is smeared. These preparations of the slides are usually carried out with great routine but little exactness, hence LPF and HPF can hardly relate to any exact and meaningful volume.
The best we could do is to define LPF and HPF as areas of the viewed
field. However, the area of the field varies with the kind of eyepiece
used in the microscope. The so called “field number” of
the eyepiece, i.e., the diameter of the view area is typically between
18 mm and 25 mm which is divided by the magnification of the
objective lense to yield the actual field diameter
The unit “U” of enzymatic activity was defined in 1964 by
the
An SI-coherent unit katal 1 kat = 1 mol/s, had been proposed for adoption into the SI over 30 years ago and was finally adopted by the CGPM in 1999. However, perhaps because the unit katal is 7 orders of magnitudes greater than normal catalytic activities, in practice the katal has not gained much in popularity over the unit “U”.
In its 1999 decision to add the katal to the SI, the CGPM explicitly
“recommends that when the katal is used, the measurand be
specified by reference to the measurement procedure; the measurement
procedure must identify the indicator reaction.” The general
problem with catalytic activities is that these heavily depend not
only on the substance but on many side-conditions, such as
temperature, acidity of the solution, presence or absence of
cofactors, inhibitors or activators, and the amount of substrate.
Particularly a catalytic activity measured
Because of the influence of the measurement method, results of
biologic activity measurement cannot usually be converted. This is a
particular problem with the many named arbitrary units that are still
used.
The unit “TCID
The unit “CCID
The unit “PFU” measures viral infectivity in a sensitive assay in cell culture where the titer is determined by counting the number of visible plaques developed following viral infection of a sensitive cell culture and results recorded as PFU/ml.
The unit “FFU” measures viral infectivity in a sensitive
assay in cell culture, for example, using immunofocus or vital dyes
technology. For example, the titer is determined by visualizing
infected areas of a cell monolayer by probing with virus-specific
antibodies and results are recorded as FFU/ml.
[Sources:
The unit “BAU” measures amount of an allergen based on an in-vivo calibrated test using the Intradermal Dilution for 50mm sum of Erythema Diameters (ID50EAL) Method.
[Source:
EDITORIAL NOTE: This method needs to be further investigated to determine a quantitative model which relates that would relate 1 BAU with a standardized amount of substance of the standardized allergenic protein. The situation is not unlike the titer and is not worse than for many of the arbitrary units listed already. In a future revision a stronger formalized metrologic model will be added to this specification.
The unit “AU” (for allergen unit) is for the amount of an
allergen based some procedure defined and allergen specific reference
standard. Note, do not confuse with astronomical unit, distinguish
[AU]
from AU
The unit “IR” has been defined to measure the allergenicity of an allergen extract. The allergen extract contains 100 IR/ml when, on a skin prick-test using a Stallerpoint®, it induces a wheal diameter of 7 mm in 30 patients sensitized to this allergen, (geometric mean). The cutaneous reactivity of these patients is simultaneously demonstrated by a positive skin prick-test to either 9 % codeine phosphate or 10 mg/ml histamine. The IR unit of Stallergenes is not comparable to the units used by other allergen manufacturers.
EDITORIAL NOTE: Should more manufacturer specific units come up in the future, we will include a manufacturer abbreviation in the unit symbol.
The unit “Amb a 1 U” is an arbitrary unit for the amount of Amb a 1, a 38 kD glycoprotein that is the major allergen in short ragweed (Ambrosia artemisiifolia) pollen allergen extracts. The amount of Amb a 1 units are determined by an in-vitro comparison of a test short ragweed extract to a FDA CBER Amb a 1 reference standard. Amb a 1 is the up-to-date term for the short ragweed pollen allergen that was originally described as Antigen E. They are synonyms. Although Antigen E is no longer used in the scientific literature, its meaning is unambiguous. The manufacturers are still licensed to use Antigen E as the designation. Therefore, Amb a 1 U = AgE U. There is an empiric relationship between Amb a 1 U and BAU (350 Amb a 1 U/mL = 100,000 BAU/mL). It was based on studies done decades ago on 15 study subjects. FDA's CBER considered mandating a conversion to BAU/mL in the labeling of short ragweed pollen products, based on AgE content, but this was never implemented. CBER provides two US standard reagents to manufacturers for their determination of Amb a 1 content, a reference standard and a reference serum. The assay used is a radial immunodiffusion assay (RID). Solid references discussing the relationship between Antigen E U/mL/Amb a 1 U/mL and micrograms of Antigen E U/mL/Amb a 1/mL are being researched.
EDITORIAL NOTE: The University of Texas' Structural Database of Allergenic Proteins (SDAP) contains close to 1000 allergens, isoallergens. Comparing the prospect of thousands of such special units for every allergen, one begins to appreciate even the metrologically complex BAU unit.
The unit “PNU” is defined as follows: 1 PNU/ml is equivalent to 1 x 10-5 mg of nitrogen determined to be in the material precipitated from 1 ml of allergenic extract by phosphotungstic acid (micro-Kjeldahl method). Typically, 1 mg of protein nitrogen equals 100,000 PNU. The unit “PNU” is an old protein unit unrelated to SI units. Several hundred products, from several manufacturers, are labeled in PNUs, and a switch to SI units for protein content is impractical.
The unit “Lf” is called the “Limit of Flocculation” or “limes flocculationis”. It is based on an antigen-antibody precipitation reaction and used for the quantification of the antigenic content of tetanus and diphteria toxin and toxoid. The limes flocculationis is the smallest amount of antigen that when mixed with one unit (Ramon) of antitoxin (antibody), produces the most rapid floccules in the flocculation test. For a purified crystalline tetanus or diphteria toxin 1 Lf is equivalent to ~ 2 μg of protein. For tetanus and diphtheria toxoids, antigenic purity is defined and controlled by Lf units per mg of protein nitrogen.
Many sources describe the unit of antitoxin as "international unit"
(IU), however, this is no longer correct. It was correct for the first
international standard for antitoxin, established in 1920s. It had an
arbitrary unit defined as IU for in vivo antitoxic activity and that
unit was also used for establishing Lf units of toxins and toxoids,
that is why this standard had a ratio of 1 between flocculating
activity (Lf) and antitoxic activity (IU). When WHO replaced that
standard in 1970s, the second international standard related to Lf by
a factor of 1.4 instead of 1. Ultimately, WHO decided to move to the
toxoid standards and calibrated tetanus toxoid for flocculation using
Lf unit (not IU). With the implementation of WHO standards for
flocculation as tetanus and diphtheria toxoids, antitoxin standards
were discontinued by the WHO. [Source: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2427455
and
personal communication with FDA CBER representatives.]
ln
”
“lg
” and “2lg
” are
defined as the natural logarithm, the decadic logarithm, and the
decadic logarithm times two with their respective inverse functions.
name | kind of quantity | c/s | c/i | M | definition value | definition unit | |
---|---|---|---|---|---|---|---|
neper | level | Np | Np | NEP | yes | • | ln(1 1) |
bel | level | B | B | B | yes | • | lg(1 1) |
bel sound pressure | pressure level | B(SPL) | B[SPL] | B[SPL] | yes | • | 2lg(2 10*-5.Pa) |
bel volt | electric potential level | B(V) | B[V] | B[V] | yes | • | 2lg(1 V) |
bel millivolt | electric potential level | B(mV) | B[mV] | B[MV] | yes | • | 2lg(1 mV) |
bel microvolt | electric potential level | B(μV) | B[uV] | B[UV] | yes | • | 2lg(1 uV) |
bel 10 nanovolt | electric potential level | B(10 nV) | B[10.nV] | B[10.NV] | yes | • | 2lg(10 nV) |
bel watt | power level | B(W) | B[W] | B[W] | yes | • | lg(1 W) |
bel kilowatt | power level | B(kW) | B[kW] | B[KW] | yes | • | lg(1 kW) |
These units are “pseudo-units” because of their standardized
definition as being logarithms of a ratio of two measurements with the
same kind-of-quantity: first, the units cancel out, and second, the
logarithm does not produce a new unit. These units were defined as
“metric” because they are used as such, although a multiplication
operation is not defined on these quantities. Multiplication of the
measurement value with a scalar
According to NIST, the neper is used as the ratio level of field quantities and the bel is used for the level of power quantities. The factor 2 comes into play when field quantities (like electric potential) are expressed in decibel. The specialized bel-units B(V), B(mV), B(W), etc. are defined as the level of the measured quantity with reference quantities 1 V, 1 mV, and 1 W respectively. [NIST Sp. Pub. 811, 1995 Edition]
Given the sound pressure level expressed in dB(SPL) it is feasible to define dB(A) for the A scale of loudness. Similar units such as phon and sone could be defined as well if a good approximation for the respective characteristic functions are available. Any advice is welcome.
sqrt
” is defined as
the square root with its respective inverse function, the square.
name | kind of quantity | c/s | c/i | M | definition value | definition unit | |
---|---|---|---|---|---|---|---|
stere | volume | st | st | STR | yes | 1 | m3 |
Ångström | length | Å | Ao | AO | no | 0.1 | nm |
barn | action area | b | b | BRN | no | 100 | fm2 |
technical atmosphere | pressure | at | att | ATT | no | 1 | kgf/cm2 |
mho | electric conductance | mho | mho | MHO | yes | 1 | S |
pound per square inch | pressure | psi | [psi] | [PSI] | no | 1 | [lbf_av]/[in_i]2 |
circle | plane angle | circ | circ | CIRC | no | 2 | [pi].rad |
sphere | solid angle | sph | sph | SPH | no | 4 | [pi].sr |
metric carat | mass | ct | [car_m] | [CAR_M] | no | 0.2 | g |
carat of gold alloys | mass fraction | ct | [car_Au] | [CAR_AU] | no | 1 | /24 |
Smoot | length | [smoot] | [SMOOT] | no | 67 | [in_i] | |
meter per square seconds per square root of hertz | amplitude spectral density | [m/s2/Hz^(1/2)] | [M/S2/HZ^(1/2)] | no | • | sqrt(1 m2/s4/Hz) | |
Nephelometric Turbidity Unit | turbidity | [NTU] | [NTU] | no | 1 | 1 | |
Formazin Nephelometric Unit | turbidity | [FNU] | [FNU] | no | 1 | 1 |
Although called “metric carat,” the carat really is a
customary unit, still used for precious gems. The word carat comes
from Greek
κερατίκον (small
horn) that originally was the horn-shaped grain of a locust-tree
species in the pea family, hence the carat grain is about three barley
grain that the other English systems of weights are based on. The arab
carat was 1/24 of an ounce, the Imperial carat (1877) was
205.3 mg or 3.168 grain. In other European cities, the carat
was 205.8 mg (Hamburg, Lisboa) but there were great variations
from 188.5 mg (Bologna) to 213.5 mg (Torino). Due to these
variations no customary carat has gained importance today aside from
the “metric carat” defined as 200 mg exactly.
[http://www.channel1.com/users/scales/carat-def.htm
]
The “Mark” was a mass unit for precious metals (Köln 234 g, Paris 245 g, Wien 277 g). A mark of gold was subdivided into 24 “karat,” a mark of silver into 16 “lot.” This led to the other use of the unit “carat” to mean 1/24 in measuring the finesse of pure gold in an alloy. For example, an 8 carat gold alloy contains 8 parts of gold on 16 parts of silver = 8/24 = 1/3, or 333 per mille. This carat is spelled “karat” in the U.S. while other countries do not use different spellings.
The unit “[m/s2/Hz^(1/2)]
” is defined as a special unit to represent the odd fractional exponent of the second obtaining for the unit of the amplitude spectral density (ASD). It is defined based on the unit for the power spectral density (PSD), that is 1 (m/s2)
ld
” is defined as
the dual logarithm with its respective inverse function
This table is not complete. There are other units such as shannon (Sh), erlang (E), or hartley (Hart), for which we had no quantitative definitions. Any advice is appreciated.
The bit is defined twice. One definition with a subscript letter ‘s‘ is defined as the logarithmus dualis of the number of distinct signals. However this unit can not practically be used to express more than 1000 bits. Especially when the bit is used to express transmission rate or memory capacities, floating point registers would quickly overflow. Therefore we define a second symbol for bit, without the suffix, to be the dimensionless unit 1.
The baud (Bd) is the number of distinct signals transmitted per second,
it is
name | kind of quantity | c/s | c/i | M | definition value | definition unit | |
---|---|---|---|---|---|---|---|
bit | amount of information | bit | bit_s | BIT_S | no | • | ld(1 1) |
bit | amount of information | bit | bit | BIT | yes | 1 | 1 |
byte | amount of information | B | By | BY | yes | 8 | bit |
baud | signal transmission rate | Bd | Bd | BD | yes | 1 | /s |
This table reflects proposed prefixes which are not yet standardized.
[Bruce Barrow,
name | c/s | c/i | value | |
---|---|---|---|---|
kibi | Ki | Ki | KIB | 1024 |
mebi | Mi | Mi | MIB | 1048576 |
gibi | Gi | Gi | GIB | 1073741824 |
tebi | Ti | Ti | TIB | 1099511627776 |
name | kind of quantity | c/s | c/i | M | definition value | definition unit | |
---|---|---|---|---|---|---|---|
particles total count | number | tot. | {tot} | {TOT} | no | 1 | |
tablets | number | tbl. | {tbl} | {TBL} | no | 1 | |
red blood cell count | number | R.B.C. | {rbc} | {RBC} | no | 1 | |
gram meter per heartbeat | proportional to ventricular stroke work | g· m/H.B. | g.m/{H.B.} | G.M/{H.B.} | no | g.m | |
gram-force meter per heartbeat | ventricular stroke work | gf· m/H.B. | gf.m/{H.B.} | GF.M/{H.B.} | no | gf.m | |
kilogram of wet tissue | mass | kg(wet tissue) | kg{wet'tis} | KG{wet'tis} | no | kg | |
milligram of creatinine | mass | mg(creat.) | mg{creat} | MG{creat} | no | mg |
Although customarily cardiac stroke work is notated as "g.m" this is not a true unit of work. Instead one should use gram-force meter.
Gb | G-b | Type IVa (metric-nonmetric) |
Pa | P-a | Type IVa (metric-nonmetric) |
ph | p-h | Type IVa (metric-nonmetric) |
cd | c-d | Type IVa (metric-nonmetric) |
CD | C-D | Type IVa (metric-nonmetric) |
(retired), homeopathic potency of centesimal series – homeopathic potency (retired) – [hp'_C]: (retired), homeopathic potency of decimal series – homeopathic potency (retired) – [hp'_X]: (retired), homeopathic potency of millesimal series – homeopathic potency (retired) – [hp'_M]: (retired), homeopathic potency of quintamillesimal series – homeopathic potency (retired) – [hp'_Q]: 10 nanovolt, bel – electric potential level – B[10.nV]: 15 °C, calorie at – energy – cal_[15]: 20 °C, calorie at – energy – cal_[20]: 39 °F, British thermal unit at – energy – [Btu_39]: 50% cell culture infectious dose – biologic activity (infectivity) of an infectious agent preparation – [CCID_50]: 50% embryo infectious dose – biologic activity (infectivity) of an infectious agent preparation – [EID_50]: 50% tissue culture infectious dose – biologic activity (infectivity) of an infectious agent preparation – [TCID_50]: 59 °F, British thermal unit at – energy – [Btu_59]: 60 °F, British thermal unit at – energy – [Btu_60]: APL unit – biologic activity of anticardiolipin IgA – [APL'U]: Ambrosia artemisiifolia, allergen unit for – procedure defined amount of the major allergen of ragweed – [Amb'a'1'U]: Bethesda unit – biologic activity of factor VIII inhibitor – [beth'U]: Biot – electric current – Bi: Bodansky unit – biologic activity of phosphatase – [bdsk'U]: Boltzmann constant – (unclassified) – [k]: British hundredweight – mass – [lcwt_av]: British stone – mass – [stone_av]: British thermal unit at 39 °F – energy – [Btu_39]: British thermal unit at 59 °F – energy – [Btu_59]: British thermal unit at 60 °F – energy – [Btu_60]: British thermal unit – energy – [Btu]: British thermal unit, international table – energy – [Btu_IT]: British thermal unit, mean – energy – [Btu_m]: British thermal unit, thermochemical – energy – [Btu_th]: British ton – mass – [lton_av]: Calories, nutrition label – energy – [Cal]: Celsius, degree – temperature – Cel: Charrière – gauge of catheters – [Ch]: Curie – radioactivity – Ci: D-antigen unit – procedure defined amount of a poliomyelitis d-antigen substance – [D'ag'U]: Denier – linear mass density (of textile thread) – [den]: Didot's pica – length – [cicero]: Didot's point – length – [didot]: Dye unit – biologic activity of amylase – [dye'U]: ELISA unit – arbitrary ELISA unit – [ELU]: Ehrlich unit – Ehrlich unit – [EU]: Engineer's chain – length – [rch_us]: Fahrenheit, degree – temperature – [degF]: Formazin Nephelometric Unit – turbidity – [FNU]: French foot – length – [pied]: French inch – length – [pouce]: French line – length – [ligne]: GPL unit – biologic activity of anticardiolipin IgG – [GPL'U]: Gal – acceleration – Gal: Gauss – magnetic flux density – G: Gilbert – magnetic tension – Gb: Gregorian month, mean – time – mo_g: Gregorian year, mean – time – a_g: Gunter's chain – length – [ch_br]: Gunter's chain – length – [ch_us]: Gunter's chain, link for – length – [lk_br]: Gunter's chain, link for – length – [lk_us]: Hounsfield unit – x-ray attenuation – [hnsf'U]: Julian month, mean – time – mo_j: Julian year, mean – time – a_j: Kayser – lineic number – Ky: King-Armstrong unit – biologic activity of phosphatase – [ka'U]: Kunkel unit – arbitrary biologic activity – [knk'U]: Lagan unit, Mac – arbitrary biologic activity – [mclg'U]: Lambert – brightness – Lmb: Limit of flocculation – procedure defined amount of an antigen substance – [Lf]: MPL unit – biologic activity of anticardiolipin IgM – [MPL'U]: Mac Lagan unit – arbitrary biologic activity – [mclg'U]: Maxwell – flux of magnetic induction – Mx: Nephelometric Turbidity Unit – turbidity – [NTU]: Nephelometric Unit, Formazin – turbidity – [FNU]: Newtonian constant of gravitation – (unclassified) – [G]: Oersted – magnetic field intensity – Oe: Pharmacopeia unit, United States – arbitrary – [USP'U]: Planck constant – action – [h]: Poise – dynamic viscosity – P: Printer's pica – length – [pca_pr]: Printer's point – length – [pnt_pr]: Queen Anne's wine gallon – fluid volume – [gal_us]: Ramden's chain – length – [rch_us]: Ramden's chain, link for – length – [rlk_us]: Rankine, degree – temperature – [degR]: Roentgen – ion dose – R: Réaumur, degree – temperature – [degRe]: Smoot – length – [smoot]: Somogyi unit – biologic activity of amylase – [smgy'U]: States Pharmacopeia unit, United – arbitrary – [USP'U]: Stokes – kinematic viscosity – St: Surveyor's chain – length – [ch_us]: Svedberg unit – sedimentation coefficient – [S]: Todd unit – biologic activity antistreptolysin O – [todd'U]: Turbidity Unit, Nephelometric – turbidity – [NTU]: U.S. hundredweight – mass – [scwt_av]: U.S. ton – mass – [ston_av]: Unit – catalytic activity – U: Unit, Formazin Nephelometric – turbidity – [FNU]: Unit, Nephelometric Turbidity – turbidity – [NTU]: United States Pharmacopeia unit – arbitrary – [USP'U]: Wood unit – fluid resistance – [wood'U]: Xa unit, anti factor – biologic activity of factor Xa inhibitor (heparin) – [anti'Xa'U]: absorbed dose, radiation – energy dose – RAD: acceleration of free fall, standard – acceleration – [g]: acre – area – [acr_br]: acre – area – [acr_us]: allergen unit for Ambrosia artemisiifolia – procedure defined amount of the major allergen of ragweed – [Amb'a'1'U]: allergen unit – procedure defined amount of an allergen using some reference standard – [AU]: allergen unit, bioequivalent – amount of an allergen calibrated through in-vivo testing based on the ID50EAL method of (intradermal dilution for 50mm sum of erythema diameters – [BAU]: alloys, carat of gold – mass fraction – [car_Au]: ampère – electric current – A: anti factor Xa unit – biologic activity of factor Xa inhibitor (heparin) – [anti'Xa'U]: arbitrary powers, the number ten for – number – 10*: arbitrary powers, the number ten for – number – 10^: arbitrary unit – arbitrary – [arb'U]: are – area – ar: artemisiifolia, allergen unit for Ambrosia – procedure defined amount of the major allergen of ragweed – [Amb'a'1'U]: astronomic unit – length – AU: atmosphere, standard – pressure – atm: atmosphere, technical – pressure – att: atomic mass unit, unified – mass – u: atto – prefix – a: bar – pressure – bar: barn – action area – b: barrel – fluid volume – [bbl_us]: baud – signal transmission rate – Bd: becquerel – radioactivity – Bq: bel 10 nanovolt – electric potential level – B[10.nV]: bel kilowatt – power level – B[kW]: bel microvolt – electric potential level – B[uV]: bel millivolt – electric potential level – B[mV]: bel sound pressure – pressure level – B[SPL]: bel volt – electric potential level – B[V]: bel watt – power level – B[W]: bel – level – B: billion, parts per – fraction – [ppb]: bioequivalent allergen unit – amount of an allergen calibrated through in-vivo testing based on the ID50EAL method of (intradermal dilution for 50mm sum of erythema diameters – [BAU]: bit – amount of information – bit: bit – amount of information – bit_s: blood cell count, red – number – {rbc}: board foot – volume – [bf_i]: bushel – dry volume – [bu_us]: bushel – volume – [bu_br]: byte – amount of information – By: calorie at 15 °C – energy – cal_[15]: calorie at 20 °C – energy – cal_[20]: calorie – energy – cal: calorie, international table – energy – cal_IT: calorie, mean – energy – cal_m: calorie, thermochemical – energy – cal_th: candela – luminous intensity – cd: carat of gold alloys – mass fraction – [car_Au]: carat, metric – mass – [car_m]: cell count, red blood – number – {rbc}: cell culture infectious dose, 50% – biologic activity (infectivity) of an infectious agent preparation – [CCID_50]: centesimal hahnemannian series, homeopathic potency of – homeopathic potency (Hahnemann) – [hp_C]: centesimal korsakovian series, homeopathic potency of – homeopathic potency (Korsakov) – [kp_C]: centesimal series (retired), homeopathic potency of – homeopathic potency (retired) – [hp'_C]: centi – prefix – c: chain, Engineer's – length – [rch_us]: chain, Gunter's – length – [ch_br]: chain, Gunter's – length – [ch_us]: chain, Ramden's – length – [rch_us]: chain, Surveyor's – length – [ch_us]: chain, link for Gunter's – length – [lk_br]: chain, link for Gunter's – length – [lk_us]: chain, link for Ramden's – length – [rlk_us]: charge, elementary – electric charge – [e]: cicero – length – [cicero]: circle – plane angle – circ: circular mil – area – [cml_i]: colony forming units – amount of a proliferating organism – [CFU]: column, inch of mercury – pressure – [in_i'Hg]: column, inch of water – pressure – [in_i'H2O]: column, meter of mercury – pressure – m[Hg]: column, meter of water – pressure – m[H2O]: constant of gravitation, Newtonian – (unclassified) – [G]: constant, Boltzmann – (unclassified) – [k]: constant, Planck – action – [h]: cord – fluid volume – [crd_us]: cord – volume – [cr_i]: coulomb – electric charge – C: count, particles total – number – {tot}: count, red blood cell – number – {rbc}: creatinine, milligram of – mass – mg{creat}: cubic foot – volume – [cft_i]: cubic inch – volume – [cin_i]: cubic yard – volume – [cyd_i]: culture infectious dose, 50% cell – biologic activity (infectivity) of an infectious agent preparation – [CCID_50]: culture infectious dose, 50% tissue – biologic activity (infectivity) of an infectious agent preparation – [TCID_50]: cup – volume – [cup_us]: cup, metric – volume – [cup_m]: day – time – d: deci – prefix – d: decimal hahnemannian series, homeopathic potency of – homeopathic potency (Hahnemann) – [hp_X]: decimal korsakovian series, homeopathic potency of – homeopathic potency (Korsakov) – [kp_X]: decimal series (retired), homeopathic potency of – homeopathic potency (retired) – [hp'_X]: degree Celsius – temperature – Cel: degree Fahrenheit – temperature – [degF]: degree Rankine – temperature – [degR]: degree Réaumur – temperature – [degRe]: degree – plane angle – deg: deka – prefix – da: didot – length – [didot]: diopter – refraction of a lens – [diop]: diopter, prism – refraction of a prism – [p'diop]: dose, 50% cell culture infectious – biologic activity (infectivity) of an infectious agent preparation – [CCID_50]: dose, 50% embryo infectious – biologic activity (infectivity) of an infectious agent preparation – [EID_50]: dose, 50% tissue culture infectious – biologic activity (infectivity) of an infectious agent preparation – [TCID_50]: dose, radiation absorbed – energy dose – RAD: drachm – mass – [dr_ap]: dram – mass – [dr_ap]: dram – mass – [dr_av]: dram, fluid – fluid volume – [fdr_us]: dram, fluid – volume – [fdr_br]: drop – volume – [drp]: dry pint – dry volume – [dpt_us]: dry quart – dry volume – [dqt_us]: dyne – force – dyn: electron mass – mass – [m_e]: electronvolt – energy – eV: elementary charge – electric charge – [e]: embryo infectious dose, 50% – biologic activity (infectivity) of an infectious agent preparation – [EID_50]: equivalent man, radiation – dose equivalent – REM: equivalent unit, fibrinogen – amount of fibrinogen broken down into the measured d-dimers – [FEU]: equivalent, metabolic – metabolic cost of physical activity – [MET]: equivalents – amount of substance – eq: erg – energy – erg: exa – prefix – E: factor Xa unit, anti – biologic activity of factor Xa inhibitor (heparin) – [anti'Xa'U]: fall, standard acceleration of free – acceleration – [g]: farad – electric capacitance – F: fathom – depth of water – [fth_i]: fathom – length – [fth_br]: fathom – length – [fth_us]: femto – prefix – f: fibrinogen equivalent unit – amount of fibrinogen broken down into the measured d-dimers – [FEU]: field, high power – view area in microscope – [HPF]: field, low power – view area in microscope – [LPF]: flocculation, Limit of – procedure defined amount of an antigen substance – [Lf]: fluid dram – fluid volume – [fdr_us]: fluid dram – volume – [fdr_br]: fluid ounce – fluid volume – [foz_us]: fluid ounce – volume – [foz_br]: fluid ounce, metric – fluid volume – [foz_m]: focus forming units – amount of an infectious agent – [FFU]: foot – length – [ft_br]: foot – length – [ft_i]: foot – length – [ft_us]: foot, French – length – [pied]: foot, board – volume – [bf_i]: foot, cubic – volume – [cft_i]: foot, square – area – [sft_i]: force, pound – force – [lbf_av]: forming units, colony – amount of a proliferating organism – [CFU]: forming units, focus – amount of an infectious agent – [FFU]: forming units, plaque – amount of an infectious agent – [PFU]: free fall, standard acceleration of – acceleration – [g]: french – gauge of catheters – [Ch]: furlong – length – [fur_us]: gallon – volume – [gal_br]: gallon, Queen Anne's wine – fluid volume – [gal_us]: gallon, historical winchester – dry volume – [gal_wi]: gibi – prefix – Gi: giga – prefix – G: gill – fluid volume – [gil_us]: gill – volume – [gil_br]: gold alloys, carat of – mass fraction – [car_Au]: gon – plane angle – gon: grade – plane angle – gon: grain – mass – [gr]: gram meter per heartbeat – proportional to ventricular stroke work – g.m/{H.B.}: gram percent – mass concentration – g%: gram – mass – g: gram-force meter per heartbeat – ventricular stroke work – gf.m/{H.B.}: gram-force – force – gf: gravitation, Newtonian constant of – (unclassified) – [G]: gray – energy dose – Gy: hahnemannian series, homeopathic potency of centesimal – homeopathic potency (Hahnemann) – [hp_C]: hahnemannian series, homeopathic potency of decimal – homeopathic potency (Hahnemann) – [hp_X]: hahnemannian series, homeopathic potency of millesimal – homeopathic potency (Hahnemann) – [hp_M]: hahnemannian series, homeopathic potency of quintamillesimal – homeopathic potency (Hahnemann) – [hp_Q]: hand – height of horses – [hd_i]: heartbeat, gram meter per – proportional to ventricular stroke work – g.m/{H.B.}: heartbeat, gram-force meter per – ventricular stroke work – gf.m/{H.B.}: hecto – prefix – h: henry – inductance – H: hertz – frequency – Hz: hertz, meter per square seconds per square root of – amplitude spectral density – [m/s2/Hz^(1/2)]: high power field – view area in microscope – [HPF]: historical winchester gallon – dry volume – [gal_wi]: homeopathic potency of centesimal hahnemannian series – homeopathic potency (Hahnemann) – [hp_C]: homeopathic potency of centesimal korsakovian series – homeopathic potency (Korsakov) – [kp_C]: homeopathic potency of centesimal series (retired) – homeopathic potency (retired) – [hp'_C]: homeopathic potency of decimal hahnemannian series – homeopathic potency (Hahnemann) – [hp_X]: homeopathic potency of decimal korsakovian series – homeopathic potency (Korsakov) – [kp_X]: homeopathic potency of decimal series (retired) – homeopathic potency (retired) – [hp'_X]: homeopathic potency of millesimal hahnemannian series – homeopathic potency (Hahnemann) – [hp_M]: homeopathic potency of millesimal korsakovian series – homeopathic potency (Korsakov) – [kp_M]: homeopathic potency of millesimal series (retired) – homeopathic potency (retired) – [hp'_M]: homeopathic potency of quintamillesimal hahnemannian series – homeopathic potency (Hahnemann) – [hp_Q]: homeopathic potency of quintamillesimal korsakovian series – homeopathic potency (Korsakov) – [kp_Q]: homeopathic potency of quintamillesimal series (retired) – homeopathic potency (retired) – [hp'_Q]: horsepower – power – [HP]: hour – time – h: hundredweight, British – mass – [lcwt_av]: hundredweight, U.S. – mass – [scwt_av]: hundredweight, long – mass – [lcwt_av]: hundredweight, short – mass – [scwt_av]: inch of mercury column – pressure – [in_i'Hg]: inch of water column – pressure – [in_i'H2O]: inch – length – [in_br]: inch – length – [in_i]: inch – length – [in_us]: inch, French – length – [pouce]: inch, cubic – volume – [cin_i]: inch, pound per square – pressure – [psi]: inch, square – area – [sin_i]: index of reactivity – amount of an allergen calibrated through in-vivo testing using the Stallergenes® method – [IR]: infectious dose, 50% cell culture – biologic activity (infectivity) of an infectious agent preparation – [CCID_50]: infectious dose, 50% embryo – biologic activity (infectivity) of an infectious agent preparation – [EID_50]: infectious dose, 50% tissue culture – biologic activity (infectivity) of an infectious agent preparation – [TCID_50]: international table British thermal unit – energy – [Btu_IT]: international table calorie – energy – cal_IT: international unit – arbitrary – [IU]: international unit – arbitrary – [iU]: joule – energy – J: katal – catalytic activity – kat: kelvin – temperature – K: kibi – prefix – Ki: kilo – prefix – k: kilogram of wet tissue – mass – kg{wet'tis}: kilowatt, bel – power level – B[kW]: | knot – velocity – [kn_br]: knot – velocity – [kn_i]: korsakovian series, homeopathic potency of centesimal – homeopathic potency (Korsakov) – [kp_C]: korsakovian series, homeopathic potency of decimal – homeopathic potency (Korsakov) – [kp_X]: korsakovian series, homeopathic potency of millesimal – homeopathic potency (Korsakov) – [kp_M]: korsakovian series, homeopathic potency of quintamillesimal – homeopathic potency (Korsakov) – [kp_Q]: label Calories, nutrition – energy – [Cal]: light, velocity of – velocity – [c]: light-year – length – [ly]: ligne – length – [ligne]: line – length – [lne]: line, French – length – [ligne]: link for Gunter's chain – length – [lk_br]: link for Gunter's chain – length – [lk_us]: link for Ramden's chain – length – [rlk_us]: liter – volume – L: liter – volume – l: long hundredweight – mass – [lcwt_av]: long ton – mass – [lton_av]: low power field – view area in microscope – [LPF]: lumen – luminous flux – lm: lux – illuminance – lx: man, radiation equivalent – dose equivalent – REM: mass unit, unified atomic – mass – u: mass, electron – mass – [m_e]: mass, proton – mass – [m_p]: mean British thermal unit – energy – [Btu_m]: mean Gregorian month – time – mo_g: mean Gregorian year – time – a_g: mean Julian month – time – mo_j: mean Julian year – time – a_j: mean calorie – energy – cal_m: mebi – prefix – Mi: mega – prefix – M: mercury column, inch of – pressure – [in_i'Hg]: mercury column, meter of – pressure – m[Hg]: mesh – lineic number – [mesh_i]: metabolic equivalent – metabolic cost of physical activity – [MET]: meter of mercury column – pressure – m[Hg]: meter of water column – pressure – m[H2O]: meter per heartbeat, gram – proportional to ventricular stroke work – g.m/{H.B.}: meter per heartbeat, gram-force – ventricular stroke work – gf.m/{H.B.}: meter per square seconds per square root of hertz – amplitude spectral density – [m/s2/Hz^(1/2)]: meter – length – m: metric carat – mass – [car_m]: metric cup – volume – [cup_m]: metric fluid ounce – fluid volume – [foz_m]: metric ounce – mass – [oz_m]: metric tablespoon – volume – [tbs_m]: metric teaspoon – volume – [tsp_m]: mho – electric conductance – mho: micro – prefix – u: microvolt, bel – electric potential level – B[uV]: mil – length – [mil_i]: mil – length – [mil_us]: mil, circular – area – [cml_i]: mile – length – [mi_br]: mile – length – [mi_i]: mile – length – [mi_us]: mile, nautical – length – [nmi_br]: mile, nautical – length – [nmi_i]: mile, square – area – [smi_us]: millesimal hahnemannian series, homeopathic potency of – homeopathic potency (Hahnemann) – [hp_M]: millesimal korsakovian series, homeopathic potency of – homeopathic potency (Korsakov) – [kp_M]: millesimal series (retired), homeopathic potency of – homeopathic potency (retired) – [hp'_M]: milli – prefix – m: milligram of creatinine – mass – mg{creat}: million, parts per – fraction – [ppm]: millivolt, bel – electric potential level – B[mV]: minim – fluid volume – [min_us]: minim – volume – [min_br]: minute – plane angle – ': minute – time – min: mole – amount of substance – mol: month – time – mo: month, mean Gregorian – time – mo_g: month, mean Julian – time – mo_j: month, synodal – time – mo_s: nano – prefix – n: nanovolt, bel 10 – electric potential level – B[10.nV]: nautical mile – length – [nmi_br]: nautical mile – length – [nmi_i]: neper – level – Np: newton – force – N: nitrogen unit, protein – procedure defined amount of a protein substance – [PNU]: number pi, the – number – [pi]: number ten for arbitrary powers, the – number – 10*: number ten for arbitrary powers, the – number – 10^: nutrition label Calories – energy – [Cal]: ohm – electric resistance – Ohm: osmole – amount of substance (dissolved particles) – osm: ounce – mass – [oz_ap]: ounce – mass – [oz_av]: ounce – mass – [oz_tr]: ounce, fluid – fluid volume – [foz_us]: ounce, fluid – volume – [foz_br]: ounce, metric fluid – fluid volume – [foz_m]: ounce, metric – mass – [oz_m]: pH – acidity – [pH]: pace – length – [pc_br]: parsec – length – pc: particles total count – number – {tot}: parts per billion – fraction – [ppb]: parts per million – fraction – [ppm]: parts per thousand – fraction – [ppth]: parts per trillion – fraction – [pptr]: pascal – pressure – Pa: peck – dry volume – [pk_us]: peck – volume – [pk_br]: pennyweight – mass – [pwt_tr]: per billion, parts – fraction – [ppb]: per heartbeat, gram meter – proportional to ventricular stroke work – g.m/{H.B.}: per heartbeat, gram-force meter – ventricular stroke work – gf.m/{H.B.}: per million, parts – fraction – [ppm]: per square inch, pound – pressure – [psi]: per square root of hertz, meter per square seconds – amplitude spectral density – [m/s2/Hz^(1/2)]: per square seconds per square root of hertz, meter – amplitude spectral density – [m/s2/Hz^(1/2)]: per thousand, parts – fraction – [ppth]: per trillion, parts – fraction – [pptr]: percent of slope – slope – %[slope]: percent – fraction – %: percent, gram – mass concentration – g%: peripheral vascular resistance unit – fluid resistance – [PRU]: permeability of vacuum – magnetic permeability – [mu_0]: permittivity of vacuum – electric permittivity – [eps_0]: peta – prefix – P: phot – illuminance – ph: pi, the number – number – [pi]: pica – length – [pca]: pica, Didot's – length – [cicero]: pica, Printer's – length – [pca_pr]: pico – prefix – p: pied – length – [pied]: pint – fluid volume – [pt_us]: pint – volume – [pt_br]: pint, dry – dry volume – [dpt_us]: plaque forming units – amount of an infectious agent – [PFU]: point – length – [pnt]: point, Didot's – length – [didot]: point, Printer's – length – [pnt_pr]: potency of centesimal hahnemannian series, homeopathic – homeopathic potency (Hahnemann) – [hp_C]: potency of centesimal korsakovian series, homeopathic – homeopathic potency (Korsakov) – [kp_C]: potency of centesimal series (retired), homeopathic – homeopathic potency (retired) – [hp'_C]: potency of decimal hahnemannian series, homeopathic – homeopathic potency (Hahnemann) – [hp_X]: potency of decimal korsakovian series, homeopathic – homeopathic potency (Korsakov) – [kp_X]: potency of decimal series (retired), homeopathic – homeopathic potency (retired) – [hp'_X]: potency of millesimal hahnemannian series, homeopathic – homeopathic potency (Hahnemann) – [hp_M]: potency of millesimal korsakovian series, homeopathic – homeopathic potency (Korsakov) – [kp_M]: potency of millesimal series (retired), homeopathic – homeopathic potency (retired) – [hp'_M]: potency of quintamillesimal hahnemannian series, homeopathic – homeopathic potency (Hahnemann) – [hp_Q]: potency of quintamillesimal korsakovian series, homeopathic – homeopathic potency (Korsakov) – [kp_Q]: potency of quintamillesimal series (retired), homeopathic – homeopathic potency (retired) – [hp'_Q]: pouce – length – [pouce]: pound force – force – [lbf_av]: pound per square inch – pressure – [psi]: pound – mass – [lb_ap]: pound – mass – [lb_av]: pound – mass – [lb_tr]: power field, high – view area in microscope – [HPF]: power field, low – view area in microscope – [LPF]: powers, the number ten for arbitrary – number – 10*: powers, the number ten for arbitrary – number – 10^: pressure, bel sound – pressure level – B[SPL]: prism diopter – refraction of a prism – [p'diop]: protein nitrogen unit – procedure defined amount of a protein substance – [PNU]: proton mass – mass – [m_p]: quart – fluid volume – [qt_us]: quart – volume – [qt_br]: quart, dry – dry volume – [dqt_us]: quintamillesimal hahnemannian series, homeopathic potency of – homeopathic potency (Hahnemann) – [hp_Q]: quintamillesimal korsakovian series, homeopathic potency of – homeopathic potency (Korsakov) – [kp_Q]: quintamillesimal series (retired), homeopathic potency of – homeopathic potency (retired) – [hp'_Q]: radian – plane angle – rad: radiation absorbed dose – energy dose – RAD: radiation equivalent man – dose equivalent – REM: reactivity, index of – amount of an allergen calibrated through in-vivo testing using the Stallergenes® method – [IR]: red blood cell count – number – {rbc}: resistance unit, peripheral vascular – fluid resistance – [PRU]: rod – length – [rd_br]: rod – length – [rd_us]: rod, square – area – [srd_us]: root of hertz, meter per square seconds per square – amplitude spectral density – [m/s2/Hz^(1/2)]: scruple – mass – [sc_ap]: second – plane angle – '': second – time – s: seconds per square root of hertz, meter per square – amplitude spectral density – [m/s2/Hz^(1/2)]: section – area – [sct]: series (retired), homeopathic potency of centesimal – homeopathic potency (retired) – [hp'_C]: series (retired), homeopathic potency of decimal – homeopathic potency (retired) – [hp'_X]: series (retired), homeopathic potency of millesimal – homeopathic potency (retired) – [hp'_M]: series (retired), homeopathic potency of quintamillesimal – homeopathic potency (retired) – [hp'_Q]: series, homeopathic potency of centesimal hahnemannian – homeopathic potency (Hahnemann) – [hp_C]: series, homeopathic potency of centesimal korsakovian – homeopathic potency (Korsakov) – [kp_C]: series, homeopathic potency of decimal hahnemannian – homeopathic potency (Hahnemann) – [hp_X]: series, homeopathic potency of decimal korsakovian – homeopathic potency (Korsakov) – [kp_X]: series, homeopathic potency of millesimal hahnemannian – homeopathic potency (Hahnemann) – [hp_M]: series, homeopathic potency of millesimal korsakovian – homeopathic potency (Korsakov) – [kp_M]: series, homeopathic potency of quintamillesimal hahnemannian – homeopathic potency (Hahnemann) – [hp_Q]: series, homeopathic potency of quintamillesimal korsakovian – homeopathic potency (Korsakov) – [kp_Q]: short hundredweight – mass – [scwt_av]: short ton – mass – [ston_av]: siemens – electric conductance – S: sievert – dose equivalent – Sv: slope, percent of – slope – %[slope]: sound pressure, bel – pressure level – B[SPL]: sphere – solid angle – sph: square foot – area – [sft_i]: square inch – area – [sin_i]: square inch, pound per – pressure – [psi]: square mile – area – [smi_us]: square rod – area – [srd_us]: square root of hertz, meter per square seconds per – amplitude spectral density – [m/s2/Hz^(1/2)]: square seconds per square root of hertz, meter per – amplitude spectral density – [m/s2/Hz^(1/2)]: square yard – area – [syd_i]: standard acceleration of free fall – acceleration – [g]: standard atmosphere – pressure – atm: steradian – solid angle – sr: stere – volume – st: stilb – lum. intensity density – sb: stone – mass – [stone_av]: stone, British – mass – [stone_av]: synodal month – time – mo_s: table British thermal unit, international – energy – [Btu_IT]: table calorie, international – energy – cal_IT: tablespoon – volume – [tbs_us]: tablespoon, metric – volume – [tbs_m]: tablets – number – {tbl}: teaspoon – volume – [tsp_us]: teaspoon, metric – volume – [tsp_m]: tebi – prefix – Ti: technical atmosphere – pressure – att: ten for arbitrary powers, the number – number – 10*: ten for arbitrary powers, the number – number – 10^: tera – prefix – T: tesla – magnetic flux density – T: tex – linear mass density (of textile thread) – tex: thermal unit at 39 °F, British – energy – [Btu_39]: thermal unit at 59 °F, British – energy – [Btu_59]: thermal unit at 60 °F, British – energy – [Btu_60]: thermal unit, British – energy – [Btu]: thermal unit, international table British – energy – [Btu_IT]: thermal unit, mean British – energy – [Btu_m]: thermal unit, thermochemical British – energy – [Btu_th]: thermochemical British thermal unit – energy – [Btu_th]: thermochemical calorie – energy – cal_th: thousand, parts per – fraction – [ppth]: tissue culture infectious dose, 50% – biologic activity (infectivity) of an infectious agent preparation – [TCID_50]: tissue, kilogram of wet – mass – kg{wet'tis}: ton, British – mass – [lton_av]: ton, U.S. – mass – [ston_av]: ton, long – mass – [lton_av]: ton, short – mass – [ston_av]: tonne – mass – t: total count, particles – number – {tot}: township – area – [twp]: trillion, parts per – fraction – [pptr]: tropical year – time – a_t: tuberculin unit – biologic activity of tuberculin – [tb'U]: unified atomic mass unit – mass – u: unit at 39 °F, British thermal – energy – [Btu_39]: unit at 59 °F, British thermal – energy – [Btu_59]: unit at 60 °F, British thermal – energy – [Btu_60]: unit for Ambrosia artemisiifolia, allergen – procedure defined amount of the major allergen of ragweed – [Amb'a'1'U]: unit, APL – biologic activity of anticardiolipin IgA – [APL'U]: unit, Bethesda – biologic activity of factor VIII inhibitor – [beth'U]: unit, Bodansky – biologic activity of phosphatase – [bdsk'U]: unit, British thermal – energy – [Btu]: unit, D-antigen – procedure defined amount of a poliomyelitis d-antigen substance – [D'ag'U]: unit, Dye – biologic activity of amylase – [dye'U]: unit, ELISA – arbitrary ELISA unit – [ELU]: unit, Ehrlich – Ehrlich unit – [EU]: unit, GPL – biologic activity of anticardiolipin IgG – [GPL'U]: unit, Hounsfield – x-ray attenuation – [hnsf'U]: unit, King-Armstrong – biologic activity of phosphatase – [ka'U]: unit, Kunkel – arbitrary biologic activity – [knk'U]: unit, MPL – biologic activity of anticardiolipin IgM – [MPL'U]: unit, Mac Lagan – arbitrary biologic activity – [mclg'U]: unit, Somogyi – biologic activity of amylase – [smgy'U]: unit, Svedberg – sedimentation coefficient – [S]: unit, Todd – biologic activity antistreptolysin O – [todd'U]: unit, United States Pharmacopeia – arbitrary – [USP'U]: unit, Wood – fluid resistance – [wood'U]: unit, allergen – procedure defined amount of an allergen using some reference standard – [AU]: unit, anti factor Xa – biologic activity of factor Xa inhibitor (heparin) – [anti'Xa'U]: unit, arbitrary – arbitrary – [arb'U]: unit, astronomic – length – AU: unit, bioequivalent allergen – amount of an allergen calibrated through in-vivo testing based on the ID50EAL method of (intradermal dilution for 50mm sum of erythema diameters – [BAU]: unit, fibrinogen equivalent – amount of fibrinogen broken down into the measured d-dimers – [FEU]: unit, international table British thermal – energy – [Btu_IT]: unit, international – arbitrary – [IU]: unit, international – arbitrary – [iU]: unit, mean British thermal – energy – [Btu_m]: unit, peripheral vascular resistance – fluid resistance – [PRU]: unit, protein nitrogen – procedure defined amount of a protein substance – [PNU]: unit, thermochemical British thermal – energy – [Btu_th]: unit, tuberculin – biologic activity of tuberculin – [tb'U]: unit, unified atomic mass – mass – u: units, colony forming – amount of a proliferating organism – [CFU]: units, focus forming – amount of an infectious agent – [FFU]: units, plaque forming – amount of an infectious agent – [PFU]: vacuum, permeability of – magnetic permeability – [mu_0]: vacuum, permittivity of – electric permittivity – [eps_0]: vascular resistance unit, peripheral – fluid resistance – [PRU]: velocity of light – velocity – [c]: volt – electric potential – V: volt, bel – electric potential level – B[V]: water column, inch of – pressure – [in_i'H2O]: water column, meter of – pressure – m[H2O]: watt – power – W: watt, bel – power level – B[W]: weber – magnetic flux – Wb: week – time – wk: wet tissue, kilogram of – mass – kg{wet'tis}: winchester gallon, historical – dry volume – [gal_wi]: wine gallon, Queen Anne's – fluid volume – [gal_us]: yard – length – [yd_br]: yard – length – [yd_i]: yard – length – [yd_us]: yard, cubic – volume – [cyd_i]: yard, square – area – [syd_i]: year – time – a: year, mean Gregorian – time – a_g: year, mean Julian – time – a_j: year, tropical – time – a_t: yocto – prefix – y: yotta – prefix – Y: zepto – prefix – z: zetta – prefix – Z: Ångström – length – Ao: |
% – percent – fraction: %[slope] – percent of slope – slope: ' – minute – plane angle: '' – second – plane angle: 10* – the number ten for arbitrary powers – number: 10^ – the number ten for arbitrary powers – number: A – ampère – electric current: AU – astronomic unit – length: Ao – Ångström – length: B – bel – level: B[10.nV] – bel 10 nanovolt – electric potential level: B[SPL] – bel sound pressure – pressure level: B[V] – bel volt – electric potential level: B[W] – bel watt – power level: B[kW] – bel kilowatt – power level: B[mV] – bel millivolt – electric potential level: B[uV] – bel microvolt – electric potential level: Bd – baud – signal transmission rate: Bi – Biot – electric current: Bq – becquerel – radioactivity: By – byte – amount of information: C – coulomb – electric charge: Cel – degree Celsius – temperature: Ci – Curie – radioactivity: E – exa – prefix : F – farad – electric capacitance: G – Gauss – magnetic flux density: G – giga – prefix : Gal – Gal – acceleration: Gb – Gilbert – magnetic tension: Gi – gibi – prefix : Gy – gray – energy dose: H – henry – inductance: Hz – hertz – frequency: J – joule – energy: K – kelvin – temperature: Ki – kibi – prefix : Ky – Kayser – lineic number: L – liter – volume: Lmb – Lambert – brightness: M – mega – prefix : Mi – mebi – prefix : Mx – Maxwell – flux of magnetic induction: N – newton – force: Np – neper – level: Oe – Oersted – magnetic field intensity: Ohm – ohm – electric resistance: P – Poise – dynamic viscosity: P – peta – prefix : Pa – pascal – pressure: R – Roentgen – ion dose: RAD – radiation absorbed dose – energy dose: REM – radiation equivalent man – dose equivalent: S – siemens – electric conductance: St – Stokes – kinematic viscosity: Sv – sievert – dose equivalent: T – tera – prefix : T – tesla – magnetic flux density: Ti – tebi – prefix : U – Unit – catalytic activity: V – volt – electric potential: W – watt – power: Wb – weber – magnetic flux: Y – yotta – prefix : Z – zetta – prefix : [APL'U] – APL unit – biologic activity of anticardiolipin IgA: [AU] – allergen unit – procedure defined amount of an allergen using some reference standard: [Amb'a'1'U] – allergen unit for Ambrosia artemisiifolia – procedure defined amount of the major allergen of ragweed: [BAU] – bioequivalent allergen unit – amount of an allergen calibrated through in-vivo testing based on the ID50EAL method of (intradermal dilution for 50mm sum of erythema diameters: [Btu] – British thermal unit – energy: [Btu_39] – British thermal unit at 39 °F – energy: [Btu_59] – British thermal unit at 59 °F – energy: [Btu_60] – British thermal unit at 60 °F – energy: [Btu_IT] – international table British thermal unit – energy: [Btu_m] – mean British thermal unit – energy: [Btu_th] – thermochemical British thermal unit – energy: [CCID_50] – 50% cell culture infectious dose – biologic activity (infectivity) of an infectious agent preparation: [CFU] – colony forming units – amount of a proliferating organism: [Cal] – nutrition label Calories – energy: [Ch] – Charrière french – gauge of catheters: [D'ag'U] – D-antigen unit – procedure defined amount of a poliomyelitis d-antigen substance: [EID_50] – 50% embryo infectious dose – biologic activity (infectivity) of an infectious agent preparation: [ELU] – ELISA unit – arbitrary ELISA unit: [EU] – Ehrlich unit – Ehrlich unit: [FEU] – fibrinogen equivalent unit – amount of fibrinogen broken down into the measured d-dimers: [FFU] – focus forming units – amount of an infectious agent: [FNU] – Formazin Nephelometric Unit – turbidity: [GPL'U] – GPL unit – biologic activity of anticardiolipin IgG: [G] – Newtonian constant of gravitation – (unclassified): [HPF] – high power field – view area in microscope: [HP] – horsepower – power: [IR] – index of reactivity – amount of an allergen calibrated through in-vivo testing using the Stallergenes® method: [IU] – international unit – arbitrary: [LPF] – low power field – view area in microscope: [Lf] – Limit of flocculation – procedure defined amount of an antigen substance: [MET] – metabolic equivalent – metabolic cost of physical activity: [MPL'U] – MPL unit – biologic activity of anticardiolipin IgM: [NTU] – Nephelometric Turbidity Unit – turbidity: [PFU] – plaque forming units – amount of an infectious agent: [PNU] – protein nitrogen unit – procedure defined amount of a protein substance: [PRU] – peripheral vascular resistance unit – fluid resistance: [S] – Svedberg unit – sedimentation coefficient: [TCID_50] – 50% tissue culture infectious dose – biologic activity (infectivity) of an infectious agent preparation: [USP'U] – United States Pharmacopeia unit – arbitrary: [acr_br] – acre – area: [acr_us] – acre – area: [anti'Xa'U] – anti factor Xa unit – biologic activity of factor Xa inhibitor (heparin): [arb'U] – arbitrary unit – arbitrary: [bbl_us] – barrel – fluid volume: [bdsk'U] – Bodansky unit – biologic activity of phosphatase: [beth'U] – Bethesda unit – biologic activity of factor VIII inhibitor: [bf_i] – board foot – volume: [bu_br] – bushel – volume: [bu_us] – bushel – dry volume: [c] – velocity of light – velocity: [car_Au] – carat of gold alloys – mass fraction: [car_m] – metric carat – mass: [cft_i] – cubic foot – volume: [ch_br] – Gunter's chain – length: [ch_us] – Gunter's chain Surveyor's chain – length: [cicero] – cicero Didot's pica – length: [cin_i] – cubic inch – volume: [cml_i] – circular mil – area: [cr_i] – cord – volume: [crd_us] – cord – fluid volume: [cup_m] – metric cup – volume: [cup_us] – cup – volume: [cyd_i] – cubic yard – volume: [degF] – degree Fahrenheit – temperature: [degR] – degree Rankine – temperature: [degRe] – degree Réaumur – temperature: [den] – Denier – linear mass density (of textile thread): [didot] – didot Didot's point – length: [diop] – diopter – refraction of a lens: [dpt_us] – dry pint – dry volume: [dqt_us] – dry quart – dry volume: [dr_ap] – dram drachm – mass: [dr_av] – dram – mass: [drp] – drop – volume: [dye'U] – Dye unit – biologic activity of amylase: [e] – elementary charge – electric charge: [eps_0] – permittivity of vacuum – electric permittivity: [fdr_br] – fluid dram – volume: [fdr_us] – fluid dram – fluid volume: [foz_br] – fluid ounce – volume: [foz_m] – metric fluid ounce – fluid volume: [foz_us] – fluid ounce – fluid volume: [ft_br] – foot – length: [ft_i] – foot – length: [ft_us] – foot – length: [fth_br] – fathom – length: [fth_i] – fathom – depth of water: [fth_us] – fathom – length: [fur_us] – furlong – length: [g] – standard acceleration of free fall – acceleration: [gal_br] – gallon – volume: [gal_us] – Queen Anne's wine gallon – fluid volume: [gal_wi] – historical winchester gallon – dry volume: [gil_br] – gill – volume: [gil_us] – gill – fluid volume: [gr] – grain – mass: [h] – Planck constant – action: [hd_i] – hand – height of horses: [hnsf'U] – Hounsfield unit – x-ray attenuation: [hp'_C] – homeopathic potency of centesimal series (retired) – homeopathic potency (retired): [hp'_M] – homeopathic potency of millesimal series (retired) – homeopathic potency (retired): [hp'_Q] – homeopathic potency of quintamillesimal series (retired) – homeopathic potency (retired): [hp'_X] – homeopathic potency of decimal series (retired) – homeopathic potency (retired): [hp_C] – homeopathic potency of centesimal hahnemannian series – homeopathic potency (Hahnemann): [hp_M] – homeopathic potency of millesimal hahnemannian series – homeopathic potency (Hahnemann): [hp_Q] – homeopathic potency of quintamillesimal hahnemannian series – homeopathic potency (Hahnemann): [hp_X] – homeopathic potency of decimal hahnemannian series – homeopathic potency (Hahnemann): | [iU] – international unit – arbitrary: [in_br] – inch – length: [in_i'H2O] – inch of water column – pressure: [in_i'Hg] – inch of mercury column – pressure: [in_i] – inch – length: [in_us] – inch – length: [k] – Boltzmann constant – (unclassified): [ka'U] – King-Armstrong unit – biologic activity of phosphatase: [kn_br] – knot – velocity: [kn_i] – knot – velocity: [knk'U] – Kunkel unit – arbitrary biologic activity: [kp_C] – homeopathic potency of centesimal korsakovian series – homeopathic potency (Korsakov): [kp_M] – homeopathic potency of millesimal korsakovian series – homeopathic potency (Korsakov): [kp_Q] – homeopathic potency of quintamillesimal korsakovian series – homeopathic potency (Korsakov): [kp_X] – homeopathic potency of decimal korsakovian series – homeopathic potency (Korsakov): [lb_ap] – pound – mass: [lb_av] – pound – mass: [lb_tr] – pound – mass: [lbf_av] – pound force – force: [lcwt_av] – long hundredweight British hundredweight – mass: [ligne] – ligne French line – length: [lk_br] – link for Gunter's chain – length: [lk_us] – link for Gunter's chain – length: [lne] – line – length: [lton_av] – long ton British ton – mass: [ly] – light-year – length: [m/s2/Hz^(1/2)] – meter per square seconds per square root of hertz – amplitude spectral density: [m_e] – electron mass – mass: [m_p] – proton mass – mass: [mclg'U] – Mac Lagan unit – arbitrary biologic activity: [mesh_i] – mesh – lineic number: [mi_br] – mile – length: [mi_i] – mile – length: [mi_us] – mile – length: [mil_i] – mil – length: [mil_us] – mil – length: [min_br] – minim – volume: [min_us] – minim – fluid volume: [mu_0] – permeability of vacuum – magnetic permeability: [nmi_br] – nautical mile – length: [nmi_i] – nautical mile – length: [oz_ap] – ounce – mass: [oz_av] – ounce – mass: [oz_m] – metric ounce – mass: [oz_tr] – ounce – mass: [p'diop] – prism diopter – refraction of a prism: [pH] – pH – acidity: [pc_br] – pace – length: [pca] – pica – length: [pca_pr] – Printer's pica – length: [pi] – the number pi – number: [pied] – pied French foot – length: [pk_br] – peck – volume: [pk_us] – peck – dry volume: [pnt] – point – length: [pnt_pr] – Printer's point – length: [pouce] – pouce French inch – length: [ppb] – parts per billion – fraction: [ppm] – parts per million – fraction: [ppth] – parts per thousand – fraction: [pptr] – parts per trillion – fraction: [psi] – pound per square inch – pressure: [pt_br] – pint – volume: [pt_us] – pint – fluid volume: [pwt_tr] – pennyweight – mass: [qt_br] – quart – volume: [qt_us] – quart – fluid volume: [rch_us] – Ramden's chain Engineer's chain – length: [rd_br] – rod – length: [rd_us] – rod – length: [rlk_us] – link for Ramden's chain – length: [sc_ap] – scruple – mass: [sct] – section – area: [scwt_av] – short hundredweight U.S. hundredweight – mass: [sft_i] – square foot – area: [sin_i] – square inch – area: [smgy'U] – Somogyi unit – biologic activity of amylase: [smi_us] – square mile – area: [smoot] – Smoot – length: [srd_us] – square rod – area: [ston_av] – short ton U.S. ton – mass: [stone_av] – stone British stone – mass: [syd_i] – square yard – area: [tb'U] – tuberculin unit – biologic activity of tuberculin: [tbs_m] – metric tablespoon – volume: [tbs_us] – tablespoon – volume: [todd'U] – Todd unit – biologic activity antistreptolysin O: [tsp_m] – metric teaspoon – volume: [tsp_us] – teaspoon – volume: [twp] – township – area: [wood'U] – Wood unit – fluid resistance: [yd_br] – yard – length: [yd_i] – yard – length: [yd_us] – yard – length: a – atto – prefix : a – year – time: a_g – mean Gregorian year – time: a_j – mean Julian year – time: a_t – tropical year – time: ar – are – area: atm – standard atmosphere – pressure: att – technical atmosphere – pressure: b – barn – action area: bar – bar – pressure: bit – bit – amount of information: bit_s – bit – amount of information: c – centi – prefix : cal – calorie – energy: cal_IT – international table calorie – energy: cal_[15] – calorie at 15 °C – energy: cal_[20] – calorie at 20 °C – energy: cal_m – mean calorie – energy: cal_th – thermochemical calorie – energy: cd – candela – luminous intensity: circ – circle – plane angle: d – day – time: d – deci – prefix : da – deka – prefix : deg – degree – plane angle: dyn – dyne – force: eV – electronvolt – energy: eq – equivalents – amount of substance: erg – erg – energy: f – femto – prefix : g – gram – mass: g% – gram percent – mass concentration: g.m/{H.B.} – gram meter per heartbeat – proportional to ventricular stroke work: gf – gram-force – force: gf.m/{H.B.} – gram-force meter per heartbeat – ventricular stroke work: gon – gon grade – plane angle: h – hecto – prefix : h – hour – time: k – kilo – prefix : kat – katal – catalytic activity: kg{wet'tis} – kilogram of wet tissue – mass: l – liter – volume: lm – lumen – luminous flux: lx – lux – illuminance: m – meter – length: m – milli – prefix : m[H2O] – meter of water column – pressure: m[Hg] – meter of mercury column – pressure: mg{creat} – milligram of creatinine – mass: mho – mho – electric conductance: min – minute – time: mo – month – time: mo_g – mean Gregorian month – time: mo_j – mean Julian month – time: mo_s – synodal month – time: mol – mole – amount of substance: n – nano – prefix : osm – osmole – amount of substance (dissolved particles): p – pico – prefix : pc – parsec – length: ph – phot – illuminance: rad – radian – plane angle: s – second – time: sb – stilb – lum. intensity density: sph – sphere – solid angle: sr – steradian – solid angle: st – stere – volume: t – tonne – mass: tex – tex – linear mass density (of textile thread): u – micro – prefix : u – unified atomic mass unit – mass: wk – week – time: y – yocto – prefix : z – zepto – prefix : {rbc} – red blood cell count – number: {tbl} – tablets – number: {tot} – particles total count – number: |
(Hahnemann), homeopathic potency – homeopathic potency of centesimal hahnemannian series – [hp_C]: (Hahnemann), homeopathic potency – homeopathic potency of decimal hahnemannian series – [hp_X]: (Hahnemann), homeopathic potency – homeopathic potency of millesimal hahnemannian series – [hp_M]: (Hahnemann), homeopathic potency – homeopathic potency of quintamillesimal hahnemannian series – [hp_Q]: (Korsakov), homeopathic potency – homeopathic potency of centesimal korsakovian series – [kp_C]: (Korsakov), homeopathic potency – homeopathic potency of decimal korsakovian series – [kp_X]: (Korsakov), homeopathic potency – homeopathic potency of millesimal korsakovian series – [kp_M]: (Korsakov), homeopathic potency – homeopathic potency of quintamillesimal korsakovian series – [kp_Q]: (dissolved particles), amount of substance – osmole – osm: (heparin), biologic activity of factor Xa inhibitor – anti factor Xa unit – [anti'Xa'U]: (infectivity) of an infectious agent preparation, biologic activity – 50% cell culture infectious dose – [CCID_50]: (infectivity) of an infectious agent preparation, biologic activity – 50% embryo infectious dose – [EID_50]: (infectivity) of an infectious agent preparation, biologic activity – 50% tissue culture infectious dose – [TCID_50]: (intradermal dilution for 50mm sum of erythema diameters, amount of an allergen calibrated through in-vivo testing based on the ID50EAL method of – bioequivalent allergen unit – [BAU]: (of textile thread), linear mass density – Denier – [den]: (of textile thread), linear mass density – tex – tex: (retired), homeopathic potency – homeopathic potency of centesimal series (retired) – [hp'_C]: (retired), homeopathic potency – homeopathic potency of decimal series (retired) – [hp'_X]: (retired), homeopathic potency – homeopathic potency of millesimal series (retired) – [hp'_M]: (retired), homeopathic potency – homeopathic potency of quintamillesimal series (retired) – [hp'_Q]: (unclassified) – Boltzmann constant – [k]: (unclassified) – Newtonian constant of gravitation – [G]: 50mm sum of erythema diameters, amount of an allergen calibrated through in-vivo testing based on the ID50EAL method of (intradermal dilution for – bioequivalent allergen unit – [BAU]: ELISA unit, arbitrary – ELISA unit – [ELU]: Ehrlich unit – Ehrlich unit – [EU]: ID50EAL method of (intradermal dilution for 50mm sum of erythema diameters, amount of an allergen calibrated through in-vivo testing based on the – bioequivalent allergen unit – [BAU]: IgA, biologic activity of anticardiolipin – APL unit – [APL'U]: IgG, biologic activity of anticardiolipin – GPL unit – [GPL'U]: IgM, biologic activity of anticardiolipin – MPL unit – [MPL'U]: O, biologic activity antistreptolysin – Todd unit – [todd'U]: Stallergenes® method, amount of an allergen calibrated through in-vivo testing using the – index of reactivity – [IR]: VIII inhibitor, biologic activity of factor – Bethesda unit – [beth'U]: Xa inhibitor (heparin), biologic activity of factor – anti factor Xa unit – [anti'Xa'U]: a lens, refraction of – diopter – [diop]: a poliomyelitis d-antigen substance, procedure defined amount of – D-antigen unit – [D'ag'U]: a prism, refraction of – prism diopter – [p'diop]: a proliferating organism, amount of – colony forming units – [CFU]: a protein substance, procedure defined amount of – protein nitrogen unit – [PNU]: acceleration – Gal – Gal: acceleration – standard acceleration of free fall – [g]: acidity – pH – [pH]: action area – barn – b: action – Planck constant – [h]: activity (infectivity) of an infectious agent preparation, biologic – 50% cell culture infectious dose – [CCID_50]: activity (infectivity) of an infectious agent preparation, biologic – 50% embryo infectious dose – [EID_50]: activity (infectivity) of an infectious agent preparation, biologic – 50% tissue culture infectious dose – [TCID_50]: activity antistreptolysin O, biologic – Todd unit – [todd'U]: activity of amylase, biologic – Dye unit – [dye'U]: activity of amylase, biologic – Somogyi unit – [smgy'U]: activity of anticardiolipin IgA, biologic – APL unit – [APL'U]: activity of anticardiolipin IgG, biologic – GPL unit – [GPL'U]: activity of anticardiolipin IgM, biologic – MPL unit – [MPL'U]: activity of factor VIII inhibitor, biologic – Bethesda unit – [beth'U]: activity of factor Xa inhibitor (heparin), biologic – anti factor Xa unit – [anti'Xa'U]: activity of phosphatase, biologic – Bodansky unit – [bdsk'U]: activity of phosphatase, biologic – King-Armstrong unit – [ka'U]: activity of tuberculin, biologic – tuberculin unit – [tb'U]: activity, arbitrary biologic – Kunkel unit – [knk'U]: activity, arbitrary biologic – Mac Lagan unit – [mclg'U]: activity, catalytic – Unit – U: activity, catalytic – katal – kat: activity, metabolic cost of physical – metabolic equivalent – [MET]: agent preparation, biologic activity (infectivity) of an infectious – 50% cell culture infectious dose – [CCID_50]: agent preparation, biologic activity (infectivity) of an infectious – 50% embryo infectious dose – [EID_50]: agent preparation, biologic activity (infectivity) of an infectious – 50% tissue culture infectious dose – [TCID_50]: agent, amount of an infectious – focus forming units – [FFU]: agent, amount of an infectious – plaque forming units – [PFU]: allergen calibrated through in-vivo testing based on the ID50EAL method of (intradermal dilution for 50mm sum of erythema diameters, amount of an – bioequivalent allergen unit – [BAU]: allergen calibrated through in-vivo testing using the Stallergenes® method, amount of an – index of reactivity – [IR]: allergen of ragweed, procedure defined amount of the major – allergen unit for Ambrosia artemisiifolia – [Amb'a'1'U]: allergen using some reference standard, procedure defined amount of an – allergen unit – [AU]: amount of a poliomyelitis d-antigen substance, procedure defined – D-antigen unit – [D'ag'U]: amount of a proliferating organism – colony forming units – [CFU]: amount of a protein substance, procedure defined – protein nitrogen unit – [PNU]: amount of an allergen calibrated through in-vivo testing based on the ID50EAL method of (intradermal dilution for 50mm sum of erythema diameters – bioequivalent allergen unit – [BAU]: amount of an allergen calibrated through in-vivo testing using the Stallergenes® method – index of reactivity – [IR]: amount of an allergen using some reference standard, procedure defined – allergen unit – [AU]: amount of an antigen substance, procedure defined – Limit of flocculation – [Lf]: amount of an infectious agent – focus forming units – [FFU]: amount of an infectious agent – plaque forming units – [PFU]: amount of fibrinogen broken down into the measured d-dimers – fibrinogen equivalent unit – [FEU]: amount of information – bit – bit: amount of information – bit – bit_s: amount of information – byte – By: amount of substance (dissolved particles) – osmole – osm: amount of substance – equivalents – eq: amount of substance – mole – mol: amount of the major allergen of ragweed, procedure defined – allergen unit for Ambrosia artemisiifolia – [Amb'a'1'U]: amplitude spectral density – meter per square seconds per square root of hertz – [m/s2/Hz^(1/2)]: amylase, biologic activity of – Dye unit – [dye'U]: amylase, biologic activity of – Somogyi unit – [smgy'U]: an allergen calibrated through in-vivo testing based on the ID50EAL method of (intradermal dilution for 50mm sum of erythema diameters, amount of – bioequivalent allergen unit – [BAU]: an allergen calibrated through in-vivo testing using the Stallergenes® method, amount of – index of reactivity – [IR]: an allergen using some reference standard, procedure defined amount of – allergen unit – [AU]: an antigen substance, procedure defined amount of – Limit of flocculation – [Lf]: an infectious agent preparation, biologic activity (infectivity) of – 50% cell culture infectious dose – [CCID_50]: an infectious agent preparation, biologic activity (infectivity) of – 50% embryo infectious dose – [EID_50]: an infectious agent preparation, biologic activity (infectivity) of – 50% tissue culture infectious dose – [TCID_50]: an infectious agent, amount of – focus forming units – [FFU]: an infectious agent, amount of – plaque forming units – [PFU]: angle, plane – circle – circ: angle, plane – degree – deg: angle, plane – gon grade – gon: angle, plane – minute – ': angle, plane – radian – rad: angle, plane – second – '': angle, solid – sphere – sph: angle, solid – steradian – sr: anticardiolipin IgA, biologic activity of – APL unit – [APL'U]: anticardiolipin IgG, biologic activity of – GPL unit – [GPL'U]: anticardiolipin IgM, biologic activity of – MPL unit – [MPL'U]: antigen substance, procedure defined amount of an – Limit of flocculation – [Lf]: antistreptolysin O, biologic activity – Todd unit – [todd'U]: arbitrary ELISA unit – ELISA unit – [ELU]: arbitrary biologic activity – Kunkel unit – [knk'U]: arbitrary biologic activity – Mac Lagan unit – [mclg'U]: arbitrary – United States Pharmacopeia unit – [USP'U]: arbitrary – arbitrary unit – [arb'U]: arbitrary – international unit – [IU]: arbitrary – international unit – [iU]: area in microscope, view – high power field – [HPF]: area in microscope, view – low power field – [LPF]: area – acre – [acr_br]: area – acre – [acr_us]: area – are – ar: area – circular mil – [cml_i]: area – section – [sct]: area – square foot – [sft_i]: area – square inch – [sin_i]: area – square mile – [smi_us]: area – square rod – [srd_us]: area – square yard – [syd_i]: area – township – [twp]: area, action – barn – b: attenuation, x-ray – Hounsfield unit – [hnsf'U]: based on the ID50EAL method of (intradermal dilution for 50mm sum of erythema diameters, amount of an allergen calibrated through in-vivo testing – bioequivalent allergen unit – [BAU]: biologic activity (infectivity) of an infectious agent preparation – 50% cell culture infectious dose – [CCID_50]: biologic activity (infectivity) of an infectious agent preparation – 50% embryo infectious dose – [EID_50]: biologic activity (infectivity) of an infectious agent preparation – 50% tissue culture infectious dose – [TCID_50]: biologic activity antistreptolysin O – Todd unit – [todd'U]: biologic activity of amylase – Dye unit – [dye'U]: biologic activity of amylase – Somogyi unit – [smgy'U]: biologic activity of anticardiolipin IgA – APL unit – [APL'U]: biologic activity of anticardiolipin IgG – GPL unit – [GPL'U]: biologic activity of anticardiolipin IgM – MPL unit – [MPL'U]: biologic activity of factor VIII inhibitor – Bethesda unit – [beth'U]: biologic activity of factor Xa inhibitor (heparin) – anti factor Xa unit – [anti'Xa'U]: biologic activity of phosphatase – Bodansky unit – [bdsk'U]: biologic activity of phosphatase – King-Armstrong unit – [ka'U]: biologic activity of tuberculin – tuberculin unit – [tb'U]: biologic activity, arbitrary – Kunkel unit – [knk'U]: biologic activity, arbitrary – Mac Lagan unit – [mclg'U]: brightness – Lambert – Lmb: broken down into the measured d-dimers, amount of fibrinogen – fibrinogen equivalent unit – [FEU]: calibrated through in-vivo testing based on the ID50EAL method of (intradermal dilution for 50mm sum of erythema diameters, amount of an allergen – bioequivalent allergen unit – [BAU]: calibrated through in-vivo testing using the Stallergenes® method, amount of an allergen – index of reactivity – [IR]: capacitance, electric – farad – F: catalytic activity – Unit – U: catalytic activity – katal – kat: catheters, gauge of – Charrière french – [Ch]: charge, electric – coulomb – C: charge, electric – elementary charge – [e]: coefficient, sedimentation – Svedberg unit – [S]: concentration, mass – gram percent – g%: conductance, electric – mho – mho: conductance, electric – siemens – S: cost of physical activity, metabolic – metabolic equivalent – [MET]: current, electric – Biot – Bi: current, electric – ampère – A: d-antigen substance, procedure defined amount of a poliomyelitis – D-antigen unit – [D'ag'U]: d-dimers, amount of fibrinogen broken down into the measured – fibrinogen equivalent unit – [FEU]: defined amount of a poliomyelitis d-antigen substance, procedure – D-antigen unit – [D'ag'U]: defined amount of a protein substance, procedure – protein nitrogen unit – [PNU]: defined amount of an allergen using some reference standard, procedure – allergen unit – [AU]: defined amount of an antigen substance, procedure – Limit of flocculation – [Lf]: defined amount of the major allergen of ragweed, procedure – allergen unit for Ambrosia artemisiifolia – [Amb'a'1'U]: density (of textile thread), linear mass – Denier – [den]: density (of textile thread), linear mass – tex – tex: density, amplitude spectral – meter per square seconds per square root of hertz – [m/s2/Hz^(1/2)]: density, lum. intensity – stilb – sb: density, magnetic flux – Gauss – G: density, magnetic flux – tesla – T: depth of water – fathom – [fth_i]: diameters, amount of an allergen calibrated through in-vivo testing based on the ID50EAL method of (intradermal dilution for 50mm sum of erythema – bioequivalent allergen unit – [BAU]: dilution for 50mm sum of erythema diameters, amount of an allergen calibrated through in-vivo testing based on the ID50EAL method of (intradermal – bioequivalent allergen unit – [BAU]: dose equivalent – radiation equivalent man – REM: dose equivalent – sievert – Sv: dose, energy – gray – Gy: dose, energy – radiation absorbed dose – RAD: dose, ion – Roentgen – R: down into the measured d-dimers, amount of fibrinogen broken – fibrinogen equivalent unit – [FEU]: dry volume – bushel – [bu_us]: dry volume – dry pint – [dpt_us]: dry volume – dry quart – [dqt_us]: dry volume – historical winchester gallon – [gal_wi]: dry volume – peck – [pk_us]: dynamic viscosity – Poise – P: electric capacitance – farad – F: electric charge – coulomb – C: electric charge – elementary charge – [e]: electric conductance – mho – mho: electric conductance – siemens – S: electric current – Biot – Bi: electric current – ampère – A: electric permittivity – permittivity of vacuum – [eps_0]: electric potential level – bel 10 nanovolt – B[10.nV]: electric potential level – bel microvolt – B[uV]: electric potential level – bel millivolt – B[mV]: electric potential level – bel volt – B[V]: electric potential – volt – V: electric resistance – ohm – Ohm: energy dose – gray – Gy: energy dose – radiation absorbed dose – RAD: energy – British thermal unit at 39 °F – [Btu_39]: energy – British thermal unit at 59 °F – [Btu_59]: energy – British thermal unit at 60 °F – [Btu_60]: energy – British thermal unit – [Btu]: energy – calorie at 15 °C – cal_[15]: energy – calorie at 20 °C – cal_[20]: energy – calorie – cal: energy – electronvolt – eV: energy – erg – erg: energy – international table British thermal unit – [Btu_IT]: energy – international table calorie – cal_IT: energy – joule – J: energy – mean British thermal unit – [Btu_m]: energy – mean calorie – cal_m: energy – nutrition label Calories – [Cal]: energy – thermochemical British thermal unit – [Btu_th]: energy – thermochemical calorie – cal_th: equivalent, dose – radiation equivalent man – REM: equivalent, dose – sievert – Sv: erythema diameters, amount of an allergen calibrated through in-vivo testing based on the ID50EAL method of (intradermal dilution for 50mm sum of – bioequivalent allergen unit – [BAU]: factor VIII inhibitor, biologic activity of – Bethesda unit – [beth'U]: factor Xa inhibitor (heparin), biologic activity of – anti factor Xa unit – [anti'Xa'U]: fibrinogen broken down into the measured d-dimers, amount of – fibrinogen equivalent unit – [FEU]: field intensity, magnetic – Oersted – Oe: fluid resistance – Wood unit – [wood'U]: fluid resistance – peripheral vascular resistance unit – [PRU]: fluid volume – Queen Anne's wine gallon – [gal_us]: fluid volume – barrel – [bbl_us]: fluid volume – cord – [crd_us]: fluid volume – fluid dram – [fdr_us]: fluid volume – fluid ounce – [foz_us]: fluid volume – gill – [gil_us]: fluid volume – metric fluid ounce – [foz_m]: fluid volume – minim – [min_us]: fluid volume – pint – [pt_us]: fluid volume – quart – [qt_us]: flux density, magnetic – Gauss – G: flux density, magnetic – tesla – T: flux of magnetic induction – Maxwell – Mx: flux, luminous – lumen – lm: flux, magnetic – weber – Wb: force – dyne – dyn: force – gram-force – gf: force – newton – N: force – pound force – [lbf_av]: fraction – parts per billion – [ppb]: fraction – parts per million – [ppm]: fraction – parts per thousand – [ppth]: fraction – parts per trillion – [pptr]: fraction – percent – %: fraction, mass – carat of gold alloys – [car_Au]: frequency – hertz – Hz: gauge of catheters – Charrière french – [Ch]: height of horses – hand – [hd_i]: homeopathic potency (Hahnemann) – homeopathic potency of centesimal hahnemannian series – [hp_C]: homeopathic potency (Hahnemann) – homeopathic potency of decimal hahnemannian series – [hp_X]: homeopathic potency (Hahnemann) – homeopathic potency of millesimal hahnemannian series – [hp_M]: homeopathic potency (Hahnemann) – homeopathic potency of quintamillesimal hahnemannian series – [hp_Q]: homeopathic potency (Korsakov) – homeopathic potency of centesimal korsakovian series – [kp_C]: homeopathic potency (Korsakov) – homeopathic potency of decimal korsakovian series – [kp_X]: homeopathic potency (Korsakov) – homeopathic potency of millesimal korsakovian series – [kp_M]: homeopathic potency (Korsakov) – homeopathic potency of quintamillesimal korsakovian series – [kp_Q]: homeopathic potency (retired) – homeopathic potency of centesimal series (retired) – [hp'_C]: homeopathic potency (retired) – homeopathic potency of decimal series (retired) – [hp'_X]: homeopathic potency (retired) – homeopathic potency of millesimal series (retired) – [hp'_M]: homeopathic potency (retired) – homeopathic potency of quintamillesimal series (retired) – [hp'_Q]: horses, height of – hand – [hd_i]: illuminance – lux – lx: illuminance – phot – ph: in microscope, view area – high power field – [HPF]: in microscope, view area – low power field – [LPF]: in-vivo testing based on the ID50EAL method of (intradermal dilution for 50mm sum of erythema diameters, amount of an allergen calibrated through – bioequivalent allergen unit – [BAU]: in-vivo testing using the Stallergenes® method, amount of an allergen calibrated through – index of reactivity – [IR]: inductance – henry – H: induction, flux of magnetic – Maxwell – Mx: infectious agent preparation, biologic activity (infectivity) of an – 50% cell culture infectious dose – [CCID_50]: infectious agent preparation, biologic activity (infectivity) of an – 50% embryo infectious dose – [EID_50]: infectious agent preparation, biologic activity (infectivity) of an – 50% tissue culture infectious dose – [TCID_50]: infectious agent, amount of an – focus forming units – [FFU]: infectious agent, amount of an – plaque forming units – [PFU]: information, amount of – bit – bit: | information, amount of – bit – bit_s: information, amount of – byte – By: inhibitor (heparin), biologic activity of factor Xa – anti factor Xa unit – [anti'Xa'U]: inhibitor, biologic activity of factor VIII – Bethesda unit – [beth'U]: intensity density, lum. – stilb – sb: intensity, luminous – candela – cd: intensity, magnetic field – Oersted – Oe: into the measured d-dimers, amount of fibrinogen broken down – fibrinogen equivalent unit – [FEU]: ion dose – Roentgen – R: kinematic viscosity – Stokes – St: length – Gunter's chain Surveyor's chain – [ch_us]: length – Gunter's chain – [ch_br]: length – Printer's pica – [pca_pr]: length – Printer's point – [pnt_pr]: length – Ramden's chain Engineer's chain – [rch_us]: length – Smoot – [smoot]: length – astronomic unit – AU: length – cicero Didot's pica – [cicero]: length – didot Didot's point – [didot]: length – fathom – [fth_br]: length – fathom – [fth_us]: length – foot – [ft_br]: length – foot – [ft_i]: length – foot – [ft_us]: length – furlong – [fur_us]: length – inch – [in_br]: length – inch – [in_i]: length – inch – [in_us]: length – light-year – [ly]: length – ligne French line – [ligne]: length – line – [lne]: length – link for Gunter's chain – [lk_br]: length – link for Gunter's chain – [lk_us]: length – link for Ramden's chain – [rlk_us]: length – meter – m: length – mil – [mil_i]: length – mil – [mil_us]: length – mile – [mi_br]: length – mile – [mi_i]: length – mile – [mi_us]: length – nautical mile – [nmi_br]: length – nautical mile – [nmi_i]: length – pace – [pc_br]: length – parsec – pc: length – pica – [pca]: length – pied French foot – [pied]: length – point – [pnt]: length – pouce French inch – [pouce]: length – rod – [rd_br]: length – rod – [rd_us]: length – yard – [yd_br]: length – yard – [yd_i]: length – yard – [yd_us]: length – Ångström – Ao: lens, refraction of a – diopter – [diop]: level – bel – B: level – neper – Np: level, electric potential – bel 10 nanovolt – B[10.nV]: level, electric potential – bel microvolt – B[uV]: level, electric potential – bel millivolt – B[mV]: level, electric potential – bel volt – B[V]: level, power – bel kilowatt – B[kW]: level, power – bel watt – B[W]: level, pressure – bel sound pressure – B[SPL]: linear mass density (of textile thread) – Denier – [den]: linear mass density (of textile thread) – tex – tex: lineic number – Kayser – Ky: lineic number – mesh – [mesh_i]: lum. intensity density – stilb – sb: luminous flux – lumen – lm: luminous intensity – candela – cd: magnetic field intensity – Oersted – Oe: magnetic flux density – Gauss – G: magnetic flux density – tesla – T: magnetic flux – weber – Wb: magnetic induction, flux of – Maxwell – Mx: magnetic permeability – permeability of vacuum – [mu_0]: magnetic tension – Gilbert – Gb: major allergen of ragweed, procedure defined amount of the – allergen unit for Ambrosia artemisiifolia – [Amb'a'1'U]: mass concentration – gram percent – g%: mass density (of textile thread), linear – Denier – [den]: mass density (of textile thread), linear – tex – tex: mass fraction – carat of gold alloys – [car_Au]: mass – dram drachm – [dr_ap]: mass – dram – [dr_av]: mass – electron mass – [m_e]: mass – grain – [gr]: mass – gram – g: mass – kilogram of wet tissue – kg{wet'tis}: mass – long hundredweight British hundredweight – [lcwt_av]: mass – long ton British ton – [lton_av]: mass – metric carat – [car_m]: mass – metric ounce – [oz_m]: mass – milligram of creatinine – mg{creat}: mass – ounce – [oz_ap]: mass – ounce – [oz_av]: mass – ounce – [oz_tr]: mass – pennyweight – [pwt_tr]: mass – pound – [lb_ap]: mass – pound – [lb_av]: mass – pound – [lb_tr]: mass – proton mass – [m_p]: mass – scruple – [sc_ap]: mass – short hundredweight U.S. hundredweight – [scwt_av]: mass – short ton U.S. ton – [ston_av]: mass – stone British stone – [stone_av]: mass – tonne – t: mass – unified atomic mass unit – u: measured d-dimers, amount of fibrinogen broken down into the – fibrinogen equivalent unit – [FEU]: metabolic cost of physical activity – metabolic equivalent – [MET]: method of (intradermal dilution for 50mm sum of erythema diameters, amount of an allergen calibrated through in-vivo testing based on the ID50EAL – bioequivalent allergen unit – [BAU]: method, amount of an allergen calibrated through in-vivo testing using the Stallergenes® – index of reactivity – [IR]: microscope, view area in – high power field – [HPF]: microscope, view area in – low power field – [LPF]: number – particles total count – {tot}: number – red blood cell count – {rbc}: number – tablets – {tbl}: number – the number pi – [pi]: number – the number ten for arbitrary powers – 10*: number – the number ten for arbitrary powers – 10^: number, lineic – Kayser – Ky: number, lineic – mesh – [mesh_i]: on the ID50EAL method of (intradermal dilution for 50mm sum of erythema diameters, amount of an allergen calibrated through in-vivo testing based – bioequivalent allergen unit – [BAU]: organism, amount of a proliferating – colony forming units – [CFU]: particles), amount of substance (dissolved – osmole – osm: permeability, magnetic – permeability of vacuum – [mu_0]: permittivity, electric – permittivity of vacuum – [eps_0]: phosphatase, biologic activity of – Bodansky unit – [bdsk'U]: phosphatase, biologic activity of – King-Armstrong unit – [ka'U]: physical activity, metabolic cost of – metabolic equivalent – [MET]: plane angle – circle – circ: plane angle – degree – deg: plane angle – gon grade – gon: plane angle – minute – ': plane angle – radian – rad: plane angle – second – '': poliomyelitis d-antigen substance, procedure defined amount of a – D-antigen unit – [D'ag'U]: potency (Hahnemann), homeopathic – homeopathic potency of centesimal hahnemannian series – [hp_C]: potency (Hahnemann), homeopathic – homeopathic potency of decimal hahnemannian series – [hp_X]: potency (Hahnemann), homeopathic – homeopathic potency of millesimal hahnemannian series – [hp_M]: potency (Hahnemann), homeopathic – homeopathic potency of quintamillesimal hahnemannian series – [hp_Q]: potency (Korsakov), homeopathic – homeopathic potency of centesimal korsakovian series – [kp_C]: potency (Korsakov), homeopathic – homeopathic potency of decimal korsakovian series – [kp_X]: potency (Korsakov), homeopathic – homeopathic potency of millesimal korsakovian series – [kp_M]: potency (Korsakov), homeopathic – homeopathic potency of quintamillesimal korsakovian series – [kp_Q]: potency (retired), homeopathic – homeopathic potency of centesimal series (retired) – [hp'_C]: potency (retired), homeopathic – homeopathic potency of decimal series (retired) – [hp'_X]: potency (retired), homeopathic – homeopathic potency of millesimal series (retired) – [hp'_M]: potency (retired), homeopathic – homeopathic potency of quintamillesimal series (retired) – [hp'_Q]: potential level, electric – bel 10 nanovolt – B[10.nV]: potential level, electric – bel microvolt – B[uV]: potential level, electric – bel millivolt – B[mV]: potential level, electric – bel volt – B[V]: potential, electric – volt – V: power level – bel kilowatt – B[kW]: power level – bel watt – B[W]: power – horsepower – [HP]: power – watt – W: preparation, biologic activity (infectivity) of an infectious agent – 50% cell culture infectious dose – [CCID_50]: preparation, biologic activity (infectivity) of an infectious agent – 50% embryo infectious dose – [EID_50]: preparation, biologic activity (infectivity) of an infectious agent – 50% tissue culture infectious dose – [TCID_50]: pressure level – bel sound pressure – B[SPL]: pressure – bar – bar: pressure – inch of mercury column – [in_i'Hg]: pressure – inch of water column – [in_i'H2O]: pressure – meter of mercury column – m[Hg]: pressure – meter of water column – m[H2O]: pressure – pascal – Pa: pressure – pound per square inch – [psi]: pressure – standard atmosphere – atm: pressure – technical atmosphere – att: prism, refraction of a – prism diopter – [p'diop]: procedure defined amount of a poliomyelitis d-antigen substance – D-antigen unit – [D'ag'U]: procedure defined amount of a protein substance – protein nitrogen unit – [PNU]: procedure defined amount of an allergen using some reference standard – allergen unit – [AU]: procedure defined amount of an antigen substance – Limit of flocculation – [Lf]: procedure defined amount of the major allergen of ragweed – allergen unit for Ambrosia artemisiifolia – [Amb'a'1'U]: proliferating organism, amount of a – colony forming units – [CFU]: proportional to ventricular stroke work – gram meter per heartbeat – g.m/{H.B.}: protein substance, procedure defined amount of a – protein nitrogen unit – [PNU]: radioactivity – Curie – Ci: radioactivity – becquerel – Bq: ragweed, procedure defined amount of the major allergen of – allergen unit for Ambrosia artemisiifolia – [Amb'a'1'U]: rate, signal transmission – baud – Bd: reference standard, procedure defined amount of an allergen using some – allergen unit – [AU]: refraction of a lens – diopter – [diop]: refraction of a prism – prism diopter – [p'diop]: resistance, electric – ohm – Ohm: resistance, fluid – Wood unit – [wood'U]: resistance, fluid – peripheral vascular resistance unit – [PRU]: sedimentation coefficient – Svedberg unit – [S]: signal transmission rate – baud – Bd: slope – percent of slope – %[slope]: solid angle – sphere – sph: solid angle – steradian – sr: some reference standard, procedure defined amount of an allergen using – allergen unit – [AU]: spectral density, amplitude – meter per square seconds per square root of hertz – [m/s2/Hz^(1/2)]: standard, procedure defined amount of an allergen using some reference – allergen unit – [AU]: stroke work, proportional to ventricular – gram meter per heartbeat – g.m/{H.B.}: stroke work, ventricular – gram-force meter per heartbeat – gf.m/{H.B.}: substance (dissolved particles), amount of – osmole – osm: substance, amount of – equivalents – eq: substance, amount of – mole – mol: substance, procedure defined amount of a poliomyelitis d-antigen – D-antigen unit – [D'ag'U]: substance, procedure defined amount of a protein – protein nitrogen unit – [PNU]: substance, procedure defined amount of an antigen – Limit of flocculation – [Lf]: sum of erythema diameters, amount of an allergen calibrated through in-vivo testing based on the ID50EAL method of (intradermal dilution for 50mm – bioequivalent allergen unit – [BAU]: temperature – degree Celsius – Cel: temperature – degree Fahrenheit – [degF]: temperature – degree Rankine – [degR]: temperature – degree Réaumur – [degRe]: temperature – kelvin – K: tension, magnetic – Gilbert – Gb: testing based on the ID50EAL method of (intradermal dilution for 50mm sum of erythema diameters, amount of an allergen calibrated through in-vivo – bioequivalent allergen unit – [BAU]: testing using the Stallergenes® method, amount of an allergen calibrated through in-vivo – index of reactivity – [IR]: textile thread), linear mass density (of – Denier – [den]: textile thread), linear mass density (of – tex – tex: thread), linear mass density (of textile – Denier – [den]: thread), linear mass density (of textile – tex – tex: through in-vivo testing based on the ID50EAL method of (intradermal dilution for 50mm sum of erythema diameters, amount of an allergen calibrated – bioequivalent allergen unit – [BAU]: through in-vivo testing using the Stallergenes® method, amount of an allergen calibrated – index of reactivity – [IR]: time – day – d: time – hour – h: time – mean Gregorian month – mo_g: time – mean Gregorian year – a_g: time – mean Julian month – mo_j: time – mean Julian year – a_j: time – minute – min: time – month – mo: time – second – s: time – synodal month – mo_s: time – tropical year – a_t: time – week – wk: time – year – a: transmission rate, signal – baud – Bd: tuberculin, biologic activity of – tuberculin unit – [tb'U]: turbidity – Formazin Nephelometric Unit – [FNU]: turbidity – Nephelometric Turbidity Unit – [NTU]: unit, Ehrlich – Ehrlich unit – [EU]: unit, arbitrary ELISA – ELISA unit – [ELU]: using some reference standard, procedure defined amount of an allergen – allergen unit – [AU]: using the Stallergenes® method, amount of an allergen calibrated through in-vivo testing – index of reactivity – [IR]: velocity – knot – [kn_br]: velocity – knot – [kn_i]: velocity – velocity of light – [c]: ventricular stroke work – gram-force meter per heartbeat – gf.m/{H.B.}: ventricular stroke work, proportional to – gram meter per heartbeat – g.m/{H.B.}: view area in microscope – high power field – [HPF]: view area in microscope – low power field – [LPF]: viscosity, dynamic – Poise – P: viscosity, kinematic – Stokes – St: volume – board foot – [bf_i]: volume – bushel – [bu_br]: volume – cord – [cr_i]: volume – cubic foot – [cft_i]: volume – cubic inch – [cin_i]: volume – cubic yard – [cyd_i]: volume – cup – [cup_us]: volume – drop – [drp]: volume – fluid dram – [fdr_br]: volume – fluid ounce – [foz_br]: volume – gallon – [gal_br]: volume – gill – [gil_br]: volume – liter – L: volume – liter – l: volume – metric cup – [cup_m]: volume – metric tablespoon – [tbs_m]: volume – metric teaspoon – [tsp_m]: volume – minim – [min_br]: volume – peck – [pk_br]: volume – pint – [pt_br]: volume – quart – [qt_br]: volume – stere – st: volume – tablespoon – [tbs_us]: volume – teaspoon – [tsp_us]: volume, dry – bushel – [bu_us]: volume, dry – dry pint – [dpt_us]: volume, dry – dry quart – [dqt_us]: volume, dry – historical winchester gallon – [gal_wi]: volume, dry – peck – [pk_us]: volume, fluid – Queen Anne's wine gallon – [gal_us]: volume, fluid – barrel – [bbl_us]: volume, fluid – cord – [crd_us]: volume, fluid – fluid dram – [fdr_us]: volume, fluid – fluid ounce – [foz_us]: volume, fluid – gill – [gil_us]: volume, fluid – metric fluid ounce – [foz_m]: volume, fluid – minim – [min_us]: volume, fluid – pint – [pt_us]: volume, fluid – quart – [qt_us]: water, depth of – fathom – [fth_i]: work, proportional to ventricular stroke – gram meter per heartbeat – g.m/{H.B.}: work, ventricular stroke – gram-force meter per heartbeat – gf.m/{H.B.}: x-ray attenuation – Hounsfield unit – [hnsf'U]: |
The following table lists example unit terms that are commonly used in
medicine. Since the space of possible unit terms is infinite in theory
and very large in practice, no attempt has been made on a systematic
coverage of possible units. All necessary units can be built from the
rules of
The source of this table is the HL7 V2.4 table of units in chapter 7 with many corrections and some modifications.
The columns are: (1) the case sensitive unit term and variants; (2) a plain text reading; (3) example use; (4) canonical form. The canonical form, consisting of 3 columns: (4.1) the magnitude value of the unit term in terms of the canonical unit; (4.2) a canonical unit term; (4.3) if applicable a special conversion function code.
When a special conversion function is specified, the conversion takes more than multiplication with a factor. Implementers should consult the UCUM specification or the reference implementation for details on how to apply these conversion functions.
The example unit terms are given with alternatives for the following reason. The source of the example terms is the HL7 version 2.4 specification of chapter 7. To show the essential differences between UCUM and the HL7 version 2.4 codes, the first column shows unit terms that are as similar to the HL7 2.4 published terms as possible. However, the HL7 version 2.4 suggested unit terms were sometimes unnecessarily complicated (e.g., the unit 1 dyn cast as 10 μN; decimal factors instead of the standard multiplier prefixes, nested parenthetical terms in divisions, etc.), even sometimes suggesting deprecated conventional habits (e.g., using annotations like "/g{HGB}" instead of just "/g".) Hence, the second column "alternative suggestions" lists equivalent unit terms that are either more straightforward or more appropriate or both.
unit term | suggested alternatives | name or "reading" | example use | canonical form value | canonical form unit | c.f. func |
---|---|---|---|---|---|---|
/[arb'U] | per arbitrary unit | 1 | 1 | |||
/[HPF] | per high power field | 1 | 1 | |||
/[iU] | per international unit | 1 | 1 | |||
/{tot} | per total count | 1 | 1 | |||
/g{creat} | /g | per gram of creatinine | 1 | g-1 | ||
/g{HGB} | /g | per gram of hemoglobin | 1 | g-1 | ||
/g{tot'nit} | /g | per gram of total nitrogen | 1 | g-1 | ||
/g{tot'ptot} | /g | per gram of total protein | 1 | g-1 | ||
/g{wet'tis} | /g | per gram of wet tissue | 1 | g-1 | ||
/kg | per kilogram | 0.001 | g-1 | |||
/kg{body'wt} | /kg | per kilogram body weight | .001 | g-1 | ||
/L | per liter | 1000 | m-3 | |||
/m2 | per square meter | 1 | m-2 | |||
/min | per minute | 0.0166666666666667 | s-1 | |||
/mL | per milliliter | 1000000 | m-3 | |||
/mL | per milliliter | 1000000 | m-3 | |||
[iU]/d | international unit per day | 1.15740740740741 × 10 | s-1 | |||
[iU]/h | international unit per hour | 0.000277777777777778 | s-1 | |||
[iU]/kg | international unit per kilogram | 0.001 | g-1 | |||
[iU]/L | international unit per liter | 1000 | m-3 | |||
[iU]/min | international unit per minute | 0.0166666666666667 | s-1 | |||
[iU]/mL | international unit per milliliter | 1000000 | m-3 | |||
10*12/L | /pL | trillion per liter | 10 | m-3 | ||
10*3.{RBC} | 10*3 | thousand red blood cells | 1000 | 1 | ||
10*3/L | /mL | thousand per liter | 1000000 | m-3 | ||
10*3/mL | /uL | thousand per milliliter | 1000000000 | m-3 | ||
10*3/mm3 | /nL | thousand cubic millimeter | white blood cell count | 1000000000000 | m-3 | |
10*6/L | /uL | million per liter | 1000000000 | m-3 | ||
10*6/mL | /nL | million per milliliter | 1000000000000 | m-3 | ||
10*6/mm3 | /pL | million per cubic millimeter | 10 | m-3 | ||
10*9/L | /nL | billion per liter | 1000000000000 | m-3 | ||
10*9/mL | /pL | billion per milliliter | 10 | m-3 | ||
10*9/mm3 | /fL | billion per cubic millimeter | 10 | m-3 | ||
10.L/(min.m2) | daL/min/m2 | ten liter per minute and square meter (dekaliter per minute and square meter) | 0.000166666666666667 | m.s-1 | ||
10.L/min | daL/min | ten liter per minute (dekaliter per minute) | 0.000166666666666667 | m3.s-1 | ||
10.uN.s/(cm5.m2) | dyn.s/(cm5.m2) dyn.s/cm5/m2 | dyne second per centimeter5 and square meter | systemic vascular resistance/body surface area | 100000000 | m-6.g.s-1 | |
10.uN.s/cm5 | dyn.s/cm5 | dyne second per centimeter5 | systemic vascular resistance | 100000000 | m-4.g.s-1 | |
A/m | ampere per meter | 1 | m-1.s-1.C | |||
cm | centimeter | 0.01 | m | |||
cm[H2O] | centimeter H2O | 98066.5 | m-1.g.s-2 | |||
cm[H2O].s/L | cm[H2O]/(L/s) | centimeter H20 per ( liter per second ) (centimeter H20 second per liter) | mean pulmonary resistance | 98066500 | m-4.g.s-1 | |
cm[H2O]/(s.m) | cm[H2O]/s/m | centimeter H20 per second and meter | pulmonary pressure time product | 98066.5 | m-2.g.s-3 | |
cm2/s | square centimeter per second | 0.0001 | m2.s-1 | |||
dm2/s2 | square dekameter per square second | 0.01 | m2.s-2 | |||
fg | femtogram | 10-15 | g | |||
fL | femtoliter | 10-18 | m3 | |||
fmol | femtomole | 602214076 | 1 | |||
g.m | gram meter | 1 | m.g | |||
gf.m | gram-force meter | 9.80665 | m2.s-2.g | |||
gf.m/({hb}.m2) | gf.m/{hb}/m2 gf/m | gram-force meter per heartbeat and square meter | 9.80665 | s-2.g | ||
gf.m/{hb} | gf.m | gram-force meter per heartbeat | ventricular stroke work | 9.80665 | m2.s-2.g | |
g/(8.h) | gram per 8-hour shift | 3.47222222222222 × 10 | g.s-1 | |||
g/(8.kg.h) | g/kg/(8.h) 125/h | gram per kilogram and 8-hour shift | mass dose rate per body mass | 3.47222222222222 × 10 | s-1 | |
g/(kg.d) | g/kg/d | gram per kilogram and day | mass dose rate per body mass | 1.15740740740741 × 10 | s-1 | |
g/(kg.h) | g/kg/h 10*-3/h | gram per kilogram and hour | mass dose rate per body mass | 2.77777777777778 × 10 | s-1 | |
g/(kg.min) | g/kg/min 10*-3/min | gram per kilogram and minute | mass dose rate per body mass | 1.66666666666667 × 10 | s-1 | |
g/d | gram per day | 1.15740740740741 × 10 | g.s-1 | |||
g/dL | gram per deciliter | 10000 | m-3.g | |||
g/h | gram per hour | 0.000277777777777778 | g.s-1 | |||
g/kg | 1/1000 | gram per kilogram | mass dose per body mass | 0.001 | 1 | |
g/L | gram per liter | 1000 | m-3.g | |||
g/m2 | gram per square meter | mass does per body surface area | 1 | m-2.g | ||
g/min | gram per minute | 0.0166666666666667 | g.s-1 | |||
hL | hectoliter | 0.1 | m3 | |||
J/L | joule per liter | work of breathing | 1000000 | m-1.g.s-2 | ||
K/W | kelvin per watt | 0.001 | m-2.g-1.s3.K | |||
kat/kg | katal per kilogram | 6.02214076 × 10 | g-1.s-1 | |||
kat/L | katal per liter | 6.02214076 × 10 | m-3.s-1 | |||
kcal | kilocalorie | 4184000 | m2.g.s-2 | |||
kcal/(8.h) | kilocalorie per 8-hour shift | 145.277777777778 | m2.g.s-3 | |||
kcal/d | kilocalorie per day | 48.4259259259259 | m2.g.s-3 | |||
kcal/h | kilocalorie per hour | 1162.22222222222 | m2.g.s-3 | |||
kg | kilogram | 1000 | g | |||
kg.m/s | kilogram meter per second | 1000 | m.g.s-1 | |||
kg/(s.m2) | kilogram per second and square meter | 1000 | m-2.g.s-1 | |||
kg/h | kilogram per hour | 0.277777777777778 | g.s-1 | |||
kg/L | kilogram per liter | 1000000 | m-3.g | |||
kg/m2 | kilogram per square meter | 1000 | m-2.g | |||
kg/m3 | kilogram per cubic meter | 1000 | m-3.g | |||
kg/min | kilogram per minute | 16.6666666666667 | g.s-1 | |||
kg/mol | kilogram per mole | 1.66054018667494 × 10 | g | |||
kg/s | kilogram per second | 1000 | g.s-1 | |||
kPa | kilopascal | 1000000 | m-1.g.s-2 | |||
ks | kilosecond | 1000 | s | |||
L.s2/s | L.s | liter square second per second | 0.001 | m3.s | ||
L/(8.h) | liter per 8-hour shift | 3.47222222222222 × 10 | m3.s-1 | |||
L/(min.m2) | liter per minute and square meter | cardiac index (cardiac output per body surface area) | 1.66666666666667 × 10 | m.s-1 | ||
L/d | liter per day | 1.15740740740741 × 10 | m3.s-1 | |||
L/h | liter per hour | 2.77777777777778 × 10 | m3.s-1 | |||
L/kg | liter per kilogram | 10-6 | m3.g-1 | |||
L/min | liter per minute | 1.66666666666667 × 10 | m3.s-1 | |||
L/s | liter per second | peak expiratory flow | 0.001 | m3.s-1 | ||
lm/m2 | lumen per square meter | 1 | m-2.rad2.cd | |||
m/s | meter per second | 1 | m.s-1 | |||
m/s2 | meter per square second | 1 | m.s-2 | |||
m[iU]/mL | milli-international unit per milliliter | 1000 | m-3 | |||
m2 | square meter | body surface area | 1 | m2 | ||
m2/s | square meter per second | 1 | m2.s-1 | |||
m3/s | cubic meter per second | 1 | m3.s-1 | |||
mbar | millibar | 100000 | m-1.g.s-2 | |||
mbar.s/L | mbar/(L.s) | millibar per (liter per second) = millibar second per liter | expiratory resistance | 100000000 | m-4.g.s-1 | |
meq | milliequivalent | 6.02214076 × 10 | 1 | |||
meq/(8.h) | milliequivalent per 8-hour shift | 2.0910196875 × 10 | s-1 | |||
meq/(8.h.kg) | meq/kg/(8.h) | milliequivalent per kilogram and 8-hour shift | dose rate per patient body mass | 20910196875000 | g-1.s-1 | |
meq/(kg.d) | meq/kg/d | milliequivalent per kilogram per day | dose rate per patient body mass | 6970065625000 | g-1.s-1 | |
meq/(kg.h) | meq/kg/h | milliequivalent per kilogram per hour | dose rate per patient body mass | 167281575000000 | g-1.s-1 | |
meq/(kg.min) | meq/kg/min | milliequivalent per kilogram and minute | dose rate per patient body mass | 1.00368945 × 10 | g-1.s-1 | |
meq/d | milliequivalent per day | 6.970065625 × 10 | s-1 | |||
meq/h | milliequivalent per hour | 1.67281575 × 10 | s-1 | |||
meq/kg | milliequivalent per kilogram | dose per patient body mass | 6.02214076 × 10 | g-1 | ||
meq/L | milliequivalent per liter | 6.02214076 × 10 | m-3 | |||
meq/m2 | milliequivalent per square meter | dose per patient body surface area | 6.02214076 × 10 | m-2 | ||
meq/min | milliequivalent per minute | 1.00368945 × 10 | s-1 | |||
mg | milligram | 0.001 | g | |||
mg/(8.h) | milligram per 8-hour shift | 3.47222222222222 × 10 | g.s-1 | |||
mg/(8.h.kg) | mg/kg/(8.h) 10*-6/(8.h) | milligram per kilogram and 8-hour shift | mass dose rate per patient body mass | 3.47222222222222 × 10 | s-1 | |
mg/(kg.d) | mg/kg/d 10*-6/d | milligram per kilogram and day | mass dose rate per patient body mass | 1.15740740740741 × 10 | s-1 | |
mg/(kg.h) | mg/kg/h 10*-6/h | milligram per kilogram and hour | mass dose rate per patient body mass | 2.77777777777778 × 10 | s-1 | |
mg/(kg.min) | mg/kg/min 10*-6/min | milligram per kilogram and minute | mass dose rate per patient body mass | 1.66666666666667 × 10 | s-1 | |
mg/d | milligram per day | 1.15740740740741 × 10 | g.s-1 | |||
mg/dL | milligram per deciliter | 10 | m-3.g | |||
mg/h | milligram per hour | 2.77777777777778 × 10 | g.s-1 | |||
mg/kg | 10*-6 | milligram per kilogram | 10-6 | 1 | ||
mg/L | milligram per liter | 1 | m-3.g | |||
mg/m2 | milligram per square meter | mass dose per patient body surface area | 0.001 | m-2.g | ||
mg/m3 | milligram per cubic meter | 0.001 | m-3.g | |||
mg/min | milligram per minute | 1.66666666666667 × 10 | g.s-1 | |||
mL | milliliter | 10-6 | m3 | |||
mL/({h'b}.m2) | mL/m2 | milliliter per heartbeat per square meter | ventricular stroke volume index | 10-6 | m | |
mL/(8.h) | milliliter per 8-hour shift | 3.47222222222222 × 10 | m3.s-1 | |||
mL/(8.h.kg) | mL/kg/(8.h) | milliliter per kilogram and 8-hour shift | renal excretion volume rate per body mass | 3.47222222222222 × 10 | m3.g-1.s-1 | |
mL/(kg.d) | mL/kg/d | milliliter per kilogram and day | renal excretion volume rate per body mass | 1.15740740740741 × 10 | m3.g-1.s-1 | |
mL/(kg.h) | mL/kg/h | milliliter per kilogram and hour | renal excretion volume rate per body mass | 2.77777777777778 × 10 | m3.g-1.s-1 | |
mL/(kg.min) | mL/kg/min | milliliter per kilogram and minute | respiratory volume rate per body mass | 1.66666666666667 × 10 | m3.g-1.s-1 | |
mL/(min.m2) | mL/m2/min | milliliter per minute and square meter | volume per body surface area; oxygen consumption index | 1.66666666666667 × 10 | m.s-1 | |
mL/{h'b} | milliliter per heartbeat | stroke volume | 10-6 | m3 | ||
mL/cm[H2O] | milliliter per centimeters H20 | dynamic lung compliance | 1.01971621297793 × 10 | m4.g-1.s2 | ||
mL/d | milliliter per day | 1.15740740740741 × 10 | m3.s-1 | |||
mL/h | milliliter per hour | 2.77777777777778 × 10 | m3.s-1 | |||
mL/kg | milliliter per kilogram | tidal volume per body mass | 10-9 | m3.g-1 | ||
mL/m2 | milliliter per square meter | volume per patient body surface area | 10-6 | m | ||
mL/mbar | milliliter per millibar | dynamic lung compliance | 10-11 | m4.g-1.s2 | ||
mL/min | milliliter per minute | 1.66666666666667 × 10 | m3.s-1 | |||
mL/s | milliliter per second | 10-6 | m3.s-1 | |||
mm | millimeter | 0.001 | m | |||
mm/h | millimeter hour | 2.77777777777778 × 10 | m.s-1 | |||
mm[Hg] | millimeter Mercury column | 133322 | m-1.g.s-2 | |||
mmol/(8.h) | millimole per 8-hour shift | 2.0910196875 × 10 | s-1 | |||
mmol/(8.h.kg) | mmol/kg/(8.h) | millimole per kilogram and 8-hour shift | molar dose rate per patient body mass | 20910196875000 | g-1.s-1 | |
mmol/(kg.d) | mmol/kg/d | millimole per kilogram and day | molar dose rate per patient body mass | 6970065625000 | g-1.s-1 | |
mmol/(kg.h) | mmol/kg/h | millimole per kilogram and hour | molar dose rate per patient body mass | 167281575000000 | g-1.s-1 | |
mmol/(kg.min) | mmol/kg/min | millimole per kilogram and minute | molar dose rate per patient body mass | 1.00368945 × 10 | g-1.s-1 | |
mmol/h | millimole per hour | 1.67281575 × 10 | s-1 | |||
mmol/kg | millimole per kilogram | molar dose per patient body mass | 6.02214076 × 10 | g-1 | ||
mmol/L | millimole per liter | 6.02214076 × 10 | m-3 | |||
mmol/m2 | millimole per square meter | molar dose per patient body surface area | 6.02214076 × 10 | m-2 | ||
mmol/min | millimole per minute | 1.00368945 × 10 | s-1 | |||
mol/(kg.s) | mol/kg/s | mole per kilogram and second | 6.02214076 × 10 | g-1.s-1 | ||
mol/kg | mole per Kilogram | 6.02214076 × 10 | g-1 | |||
mol/L | mole per liter | 6.02214076 × 10 | m-3 | |||
mol/m3 | mole per cubic meter | 6.02214076 × 10 | m-3 | |||
mol/s | mole per second | 6.02214076 × 10 | s-1 | |||
mosm/L | milliosmole per liter | 6.02214076 × 10 | m-3 | |||
Ms | megasecond | 1000000 | s | |||
ms | millisecond | 0.001 | s | |||
mV | millivolt | 1 | m2.g.s-2.C-1 | |||
N.s | newton second | 1000 | m.g.s-1 | |||
ng | nanogram | 10-9 | g | |||
ng/(8.h) | nanogram per 8-hour shift | 3.47222222222222 × 10 | g.s-1 | |||
ng/(8.h.kg) | ng/kg/(8.h) | nanogram per kilogram and 8-hour shift | mass dose rate per patient body mass | 3.47222222222222 × 10 | s-1 | |
ng/(kg.d) | ng/kg/d | nanogram per kilogram and day | mass dose rate per patient body mass | 1.15740740740741 × 10 | s-1 | |
ng/(kg.h) | ng/kg/h | nanogram per kilogram and hour | mass dose rate per patient body mass | 2.77777777777778 × 10 | s-1 | |
ng/(kg.min) | ng/kg/min | nanogram per kilogram and minute | mass dose rate per patient body mass | 1.66666666666667 × 10 | s-1 | |
ng/d | nanogram per day | 1.15740740740741 × 10 | g.s-1 | |||
ng/h | nanogram per hour | 2.77777777777778 × 10 | g.s-1 | |||
ng/kg | nanogram per kilogram | mass dose per patient body mass | 10-12 | 1 | ||
ng/L | nanogram per liter | 10-6 | m-3.g | |||
ng/m2 | nanogram per square meter | mass dose per patient body surface area | 10-9 | m-2.g | ||
ng/min | nanogram per minute | 1.66666666666667 × 10 | g.s-1 | |||
ng/mL | nanogram per milliliter | 0.001 | m-3.g | |||
ng/s | nanogram per second | 10-9 | g.s-1 | |||
nkat | nanokatal | 602214076000000 | s-1 | |||
nm | nanometer | 10-9 | m | |||
nmol/s | nanomole per second | 602214076000000 | s-1 | |||
ns | nanosecond | 10-9 | s | |||
Ohm.m | ohm meter | 1000 | m3.g.s-1.C-2 | |||
osm/kg | osmole per kilogram | 6.02214076 × 10 | g-1 | |||
osm/L | osmole per liter | 6.02214076 × 10 | m-3 | |||
pA | picoampere | 10-12 | s-1.C | |||
pg | picogram | 10-12 | g | |||
pg/L | picogram per liter | 10-9 | m-3.g | |||
pg/mL | picogram per milliliter | 10-6 | m-3.g | |||
pkat | picokatal | 602214076000 | s-1 | |||
pm | picometer | 10-12 | m | |||
pmol | picomole | 602214076000 | 1 | |||
ps | picosecond | 10-12 | s | |||
pT | picotesla | 10-9 | g.s-1.C-1 | |||
u[iU] | micro international unit | 10-6 | 1 | |||
ueq | microequivalents | 6.02214076 × 10 | 1 | |||
ug | microgram | 10-6 | g | |||
ug/(8.h) | microgram per 8-hour shift | 3.47222222222222 × 10 | g.s-1 | |||
ug/(kg.d) | ug/kg/d | microgram per kilogram and day | mass dose rate per patient body mass | 1.15740740740741 × 10 | s-1 | |
ug/(kg.h) | ug/kg/h | microgram per kilogram and hour | mass dose rate per patient body mass | 2.77777777777778 × 10 | s-1 | |
ug/(kg.min) | ug/kg/min | microgram per kilogram and minute | mass dose rate per patient body mass | 1.66666666666667 × 10 | s-1 | |
ug/d | microgram per day | 1.15740740740741 × 10 | g.s-1 | |||
ug/dL | microgram per deciliter | 0.01 | m-3.g | |||
ug/g | microgram per gram | 10-6 | 1 | |||
ug/h | microgram per hour | 2.77777777777778 × 10 | g.s-1 | |||
ug/kg | microgram per kilogram | 10-9 | 1 | |||
ug/kg/(8.h) | microgram per kilogram and 8-hour shift | mass dose rate per patient body mass | 3.47222222222222 × 10 | s-1 | ||
ug/L | microgram per liter | 0.001 | m-3.g | |||
ug/m2 | microgram per square meter | mass dose per patient body surface area | 10-6 | m-2.g | ||
ug/min | microgram per minute | 1.66666666666667 × 10 | g.s-1 | |||
ukat | microkatal | 6.02214076 × 10 | s-1 | |||
um | micrometer | 10-6 | m | |||
umol | micromole | 6.02214076 × 10 | 1 | |||
umol/d | micromole per day | 6970065625000 | s-1 | |||
umol/L | micromole per liter | 6.02214076 × 10 | m-3 | |||
umol/min | micromole per minute | 1.00368945 × 10 | s-1 | |||
us | microsecond | 10-6 | s | |||
uV | microvolt | 0.001 | m2.g.s-2.C-1 |
See https://unitsofmeasure.org/license for the full UCUM License and Copyright notice.