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