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
FULLWIDTH LATIN SMALL LETTER B
Overview
b (FULLWIDTH LATIN SMALL LETTER B) is the Unicode character at code point U+FF42. It belongs to the Halfwidth and Fullwidth Forms block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF42 | |
| decimal | 65346 | |
| htmldecimal | b | |
| htmlhex | b | |
| css | \FF42 | |
| javascript | \u{FF42} | |
| python | \uff42 | |
| java | \uFF42 | |
| go | \uFF42 | |
| ruby | \u{FF42} | |
| rust | \u{FF42} | |
| ccpp | \uff42 | |
| urlencoded | %EF%BD%82 | |
| utf8bytes | ef bd 82 | |
| utf16bebytes | ff 42 | |
| utf32bebytes | 00 00 ff 42 |
How to Use
HTML:
b
CSS:
content: "\FF42"
JavaScript:
"\u{FF42}"
Python:
"\uff42"
Properties
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 0062
Frequently Asked Questions
What is the b character (FULLWIDTH LATIN SMALL LETTER B)?
b (FULLWIDTH LATIN SMALL LETTER B) is the Unicode character U+FF42.
What is the Unicode codepoint of FULLWIDTH LATIN SMALL LETTER B?
The FULLWIDTH LATIN SMALL LETTER B character (b) has codepoint U+FF42.
How do I type or copy FULLWIDTH LATIN SMALL LETTER B?
Copy b directly, or use the HTML entity, UTF-8, and code encodings shown on this page.