BuildQuill
Math Symbols
µ

Micro Sign

U+00B5

The micro sign represents the SI prefix micro, which denotes a factor of one millionth or ten to the power of negative six. It is derived from the Greek letter mu.

Copy & encode

Character
µ
Unicode codepoint
U+00B5
HTML decimal entity
µ
HTML hex entity
µ
CSS escape
\00B5
JavaScript escape
\u00B5

Meaning and usage

In science and engineering, it is used to measure extremely small units such as micrometers or microamps. Developers use it in technical documentation, data visualization, and software interfaces to display precise measurements for sensors, electronics, and biological data analysis.

Frequently Asked Questions

Is the micro sign the same as the Greek letter mu?
While they look identical in many fonts, they are technically different Unicode characters. The micro sign is specifically intended for technical unit prefixes.
How do I encode this in HTML?
You can use the character entity reference µ or the decimal code µ in your HTML documents to ensure it displays correctly.