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' : ''">
ƀ
LATIN SMALL LETTER B WITH STROKE
Overview
ƀ (LATIN SMALL LETTER B WITH STROKE) is the Unicode character at code point U+0180. It belongs to the Latin Extended-B block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0180 | |
| decimal | 384 | |
| htmldecimal | ƀ | |
| htmlhex | ƀ | |
| css | \0180 | |
| javascript | \u{180} | |
| python | \u0180 | |
| java | \u0180 | |
| go | \u0180 | |
| ruby | \u{180} | |
| rust | \u{180} | |
| ccpp | \u0180 | |
| urlencoded | %C6%80 | |
| utf8bytes | c6 80 | |
| utf16bebytes | 01 80 | |
| utf32bebytes | 00 00 01 80 |
How to Use
HTML:
ƀ
CSS:
content: "\0180"
JavaScript:
"\u{180}"
Python:
"\u0180"
Properties
- Block
- Latin Extended-B
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ƀ character (LATIN SMALL LETTER B WITH STROKE)?
ƀ (LATIN SMALL LETTER B WITH STROKE) is the Unicode character U+0180.
What is the Unicode codepoint of LATIN SMALL LETTER B WITH STROKE?
The LATIN SMALL LETTER B WITH STROKE character (ƀ) has codepoint U+0180.
How do I type or copy LATIN SMALL LETTER B WITH STROKE?
Copy ƀ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.