SymbolFYI

Micro Sign vs Greek Mu

µ
Micro Sign (µ U+00B5)
블록: Latin-1 Supplement
카테고리:
μ
Greek Small Letter Mu (μ U+03BC)
블록: Greek and Coptic
카테고리:

인코딩 비교

형식 µ μ
코드 포인트
HTML 엔티티 µ μ
CSS
UTF-8 16진수

차이점은?

The micro sign (µ, U+00B5) is a Latin-1 Supplement character historically included for compatibility with legacy encodings, while the Greek small letter mu (μ, U+03BC) is the genuine Greek letter from the Greek and Coptic Unicode block. Visually they are essentially indistinguishable in most fonts, but they are distinct code points that will not match in string comparisons, regular expressions, or database queries — a common source of hard-to-diagnose bugs in scientific software. The Unicode standard itself recommends using the Greek small letter mu (U+03BC) for the SI prefix micro- (as in μm for micrometers or μs for microseconds) rather than the compatibility micro sign. Unicode normalization (specifically NFKC or NFKD) will map the micro sign U+00B5 to Greek mu U+03BC, so normalized text will always use U+03BC; this is one of the few cases where normalization changes a character's identity. When copying μ from scientific papers or web pages, always check the actual code point in a Unicode inspector, since sources vary inconsistently between the two.

관련 개념

더 많은 비교