β

Beta Symbol (β)

Copy and paste the beta symbol β — click the button or any variant below

Beta Symbol Copy and Paste

Click any symbol below to copy it to your clipboard instantly.

Note: ß (German sharp s) looks similar but is a different character — the true beta is β (U+03B2).

β Beta Copied!
Β Capital Beta Copied!
ϐ Beta Variant Copied!
𝛽 Math Italic Copied!
𝜷 Bold Italic Copied!
Superscript Copied!
Unicode Character
β
Unicode Hex
U+03B2
HTML Entity
β
Decimal Code
946

About the Beta Symbol

Last reviewed on August 3, 2026

The Beta symbol (β) is one of the greek letters characters in the AllSymbols catalog. It is part of the Unicode Greek and Coptic block (U+0370–U+03FF). Greek letters serve double duty: they spell modern Greek and ancient Greek text, and they appear all through math, physics, statistics, and engineering as variable names with conventional meanings.

Where this character is used

In technical writing, the letter is the variable; the meaning comes from your field’s convention. Pi (π) is the circle constant in geometry but a probability in statistics. Sigma (σ) is a standard deviation as a variable and a sum operator (Σ) when capitalized. Always introduce a Greek letter on first use unless your audience can be assumed to know the convention.

Code references

In Unicode, Beta sits at code point U+03B2. Web pages reference it with the HTML numeric entity β; CSS rules reference it as a quoted hex escape (the four-digit code prefixed with a backslash); in JavaScript and most modern source-code contexts you can either paste the literal character or use a Unicode escape with the same hex digits.

Rendering and font support

Several Greek capitals look identical to Latin capitals (Alpha = A, Beta = B, Mu = M, Nu = N). They are distinct code points and may render with subtle differences. Use the Latin letter when you mean the Latin letter, and the Greek capital only when the meaning is specifically Greek — this matters for screen readers and search.

Related characters

If Beta isn’t quite what you need, the Greek Letters page lists every related character on the site — including Alpha and Pi. The related-symbols grid below also surfaces the closest sibling characters.

How to Type the Beta Symbol on a Keyboard

Windows (Alt code): Type 03B2 then press Alt+X in Word, or hold Alt and type 946 on the numeric keypad (Alt+225 types ß, the German sharp s — not beta)
Mac: Press Ctrl+Cmd+Space to open the Character Viewer and search for the letter, or enable the Greek keyboard layout in System Settings
Microsoft Word: Type 03B2 then press Alt+X to convert it into β
HTML: Use the entity β or the numeric code β
Phone & tablet: Copying β from this page is fastest — see our mobile typing guide for keyboard tricks

Beta Symbol Code for HTML, CSS & JavaScript

HTML: β
CSS: content: '\\03B2';
JavaScript: '\\u03B2'
Unicode: U+03B2

Frequently Asked Questions

How do I type the beta symbol β on Windows?

Type 03B2 then press Alt+X in Word, or hold Alt and type 946 on the numeric keypad (Alt+225 types ß, the German sharp s — not beta). You can also copy β straight from this page — it pastes into any app.

How do I type β on a Mac?

Press Ctrl+Cmd+Space to open the Character Viewer and search for the letter, or enable the Greek keyboard layout in System Settings.

What is the Unicode and HTML code for the beta symbol?

The beta symbol is Unicode code point U+03B2. In HTML, use the entity β or the numeric reference β.