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)
\00B5
JavaScript Unicode (\uXXXX)
\u00B5
URL Percent Encoded
%C2%B5

Real-World Implementation Snippets

HTML5 Document
<p>Example: &micro;</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 "&micro;". If using numeric codes, you can use the decimal code "&#181;" or hex code "&#xB5;".