copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('β'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
β
GREEK SMALL LETTER BETA
Overview
β (GREEK SMALL LETTER BETA) is the Unicode character at code point U+03B2. It belongs to the Greek and Coptic block, in the Lowercase Letter (Ll) general category. Its script is Grek.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+03B2 | |
| decimal | 946 | |
| htmldecimal | β | |
| htmlhex | β | |
| css | \03B2 | |
| javascript | \u{3B2} | |
| python | \u03b2 | |
| java | \u03B2 | |
| go | \u03B2 | |
| ruby | \u{3B2} | |
| rust | \u{3B2} | |
| ccpp | \u03b2 | |
| urlencoded | %CE%B2 | |
| utf8bytes | ce b2 | |
| utf16bebytes | 03 b2 | |
| utf32bebytes | 00 00 03 b2 |
How to Use
HTML:
β
CSS:
content: "\03B2"
JavaScript:
"\u{3B2}"
Python:
"\u03b2"
Properties
- Block
- Greek and Coptic
- Script
- Grek
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the β character (GREEK SMALL LETTER BETA)?
β (GREEK SMALL LETTER BETA) is the Unicode character U+03B2.
What is the Unicode codepoint of GREEK SMALL LETTER BETA?
The GREEK SMALL LETTER BETA character (β) has codepoint U+03B2.
How do I type or copy GREEK SMALL LETTER BETA?
Copy β directly, or use the HTML entity, UTF-8, and code encodings shown on this page.