keecode logokeecode
β

Beta

Greek small letter beta

Greek

HTML Codes

Named Entity

β

Numeric Code

β

Usage Examples

HTML Example (Named Entity)

<p>This is the Beta: &beta;</p>

Output: This is the Beta: β

HTML Example (Numeric Code)

<p>This is the Beta: &#946;</p>

Output: This is the Beta: β

JavaScript Example

const char = "&beta;";
console.log(char); // β