β
Beta
Greek small letter beta
Greek
HTML Codes
Named Entity
β
Numeric Code
β
Usage Examples
HTML Example (Named Entity)
<p>This is the Beta: β</p>
Output: This is the Beta: β
HTML Example (Numeric Code)
<p>This is the Beta: β</p>
Output: This is the Beta: β
JavaScript Example
const char = "β"; console.log(char); // β
When to Use HTML Entities
Greek letters are used in mathematics, science, and technical documentation. Entity codes ensure they render correctly across all platforms.