keecode logokeecode
Home / HTML Entities / Proportional

Proportional

Proportional to

Math

HTML Codes

Named Entity

∝

Numeric Code

∝

Usage Examples

HTML Example (Named Entity)

<p>This is the Proportional: &prop;</p>

Output: This is the Proportional:

HTML Example (Numeric Code)

<p>This is the Proportional: &#8733;</p>

Output: This is the Proportional:

JavaScript Example

const char = "&prop;";
console.log(char); // ∝