Math & Science
µ
Micro Sign / Micron (µ)
SI unit prefix multiplier representing one millionth (10⁻⁶), such as microseconds (µs) or micrometers (µm).
One-Click Copyable Code Formats
HTML Named Entity
µHTML Decimal Code
µHTML Hex Code
µCSS content (\XXXX)
\00B5JavaScript Unicode (\uXXXX)
\u00B5URL Percent Encoded
%C2%B5Real-World Implementation Snippets
HTML5 Document
<p>Example: µ</p>CSS ::before / ::after
.badge::before {
content: '\00B5 ';
}React JSX / TypeScript
<span>{"\u00B5"}</span>Frequently Asked Questions
Micro Sign / Micron (µ) HTML Entity FAQ
Common questions regarding HTML escape codes, CSS pseudo-elements, and browser character encoding.
The standard HTML named entity is "µ". If using numeric codes, you can use the decimal code "µ" or hex code "µ".