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