Proportional to (∝) is the Mathematical Operators character at Unicode U+221D (PROPORTIONAL TO). It means one quantity varies as another — written as y ∝ x. The preferred HTML form is the named entity ∝.
Remember
Character ∝
Unicode U+221D
Named entity ∝
Hex entity ∝
Decimal ∝
CSS escape \221D
Named, numeric, and UTF-8 forms produce the same glyph: ∝. Prefer ∝ for readable, portable markup.
Using Named Entity: y ∝ x
Using Hex Code: y ∝ x
Using Decimal: y ∝ x
Using Direct Character: y ∝ x
Using CSS Entity: y ∝ x
How It Works
1. Named:∝ is the preferred HTML5 entity for U+221D.
2. Hex:U+221D → ∝ in HTML. Same glyph as the named form.
3. Decimal: same code point as 8733 → ∝.
4. Direct: paste ∝ in a UTF-8 file with <meta charset="UTF-8">.
5. CSS: use \221D in content (not an HTML entity). The empty #point span receives that ∝ via ::after.
Pitfalls & Tips
Common mistakes when working with this math entity.
Name
Prefer ∝
Use the named entity when possible. Numeric forms are fine for generators or when names are unavailable.
Not geometric
∝ vs ∺
Geometric proportion is ∺ (U+223A). For “is proportional to,” use ∝.
Not ::
Not the proportion dots
U+2237 (∷) is a different “proportional” / ratio mark. Do not swap them with ∝.
Not alpha
Look-alike: Greek alpha
Greek α (α) can look similar in some fonts. Use ∝ for the math relation.
CSS vs HTML
Do not mix escapes
\221D belongs in CSS. ∝ / ∝ belong in HTML.
UTF-8
Declare charset
If you paste ∝ directly, serve the page as UTF-8 with <meta charset="UTF-8">.
Compatibility
Browser Support
Proportional to (U+221D) and its entity forms (∝, ∝, ∝, CSS \\221D) are supported in all mainstream browsers. Glyph availability depends on the font.
✓ Universal support
Proportional To (∝)
Prefer ∝, or encode with hex, decimal, or CSS escape — same glyph everywhere (when the font has it).
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerAll versions
Yes
U+221D / ∝Full support
Bottom line: Prefer ∝ in HTML. Use ∝ or ∝ as numeric alternatives, and \\221D only inside CSS content.
Remember
Key Takeaways
Unicode: proportional to is U+221D (decimal 8733), Mathematical Operators.
HTML: prefer ∝ — or ∝ / ∝.
CSS: use \221D inside content for generated text.
Meaning: “varies as” — not ∺ (∺) or ∷.
One line:U+221D → ∝ / ∝ / CSS \221D.
Frequently Asked Questions
Prefer ∝ (named). You can also use ∝ (hex), ∝ (decimal), type ∝ in UTF-8, or the CSS escape \221D in content.
U+221D (PROPORTIONAL TO). Hex 221D, decimal 8733. It belongs to Mathematical Operators (U+2200–U+22FF).
Yes. HTML5 defines ∝ for U+221D. Prefer it over numeric forms when you want readable markup.
Use it in math, physics, and science when one quantity varies as another (y ∝ x). Prefer ∝ for portable HTML.
HTML entities (∝, ∝, or ∝) go in markup. The CSS escape \221D is used in stylesheets (usually in the content property of ::before/::after). Both render ∝.
∝ (∝) means “proportional to.” Geometric proportion is U+223A (∺). The proportion / ratio dots mark is U+2237. Related ideas, different symbols.
🤔
Did you know?
Proportional to (∝) is Unicode U+221D (decimal 8733) — PROPORTIONAL TO in Mathematical Operators. HTML5 named entity: ∝. Prefer ∝ in HTML. It means “varies as” (e.g. y ∝ x). It is not the same as geometric proportion (∺, ∺) or the proportion sign (∷).