Css Styling

Size
ƃ
15px
ƃ
18px
ƃ
21px
ƃ
24px
ƃ
27px
ƃ
30px
ƃ
33px
ƃ
36px
ƃ
42px
ƃ
48px
ƃ
54px
ƃ
60px
ƃ
66px
ƃ
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
ƃ
Bold
ƃ
Italic
ƃ
Underline
ƃ
Strikethrough
ƃ
UpperCase
ƃ
LowerCase
ƃ
Oblique
A ƃ
Subscript
A ƃ
Superscript
ƃ
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
ƃ
Arial
ƃ
Times New Roman
ƃ
Verdana
ƃ
Courier New
ƃ
Garamond
ƃ
Georgia
ƃ
Trebuchet MS
ƃ
Tahoma
ƃ
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
ƃ
White
ƃ
Brown
ƃ
Maroon
ƃ
Magenta
ƃ
Red
ƃ
Orange
ƃ
Yellow
ƃ
Green
ƃ
Teal
ƃ
Cyan
ƃ
Blue
ƃ
Violet
ƃ
Purple
ƃ
Indigo
ƃ
Gray
ƃ
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
ƃ
White
ƃ
Brown
ƃ
Maroon
ƃ
Magenta
ƃ
Red
ƃ
Orange
ƃ
Yellow
ƃ
Green
ƃ
Teal
ƃ
Cyan
ƃ
Blue
ƃ
Violet
ƃ
Purple
ƃ
Indigo
ƃ
Gray
ƃ
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Character Traits

Latin Extended B

Code Snippets

Lang Example Copy
HTML <p>&#387;</p>
📋
CSS .selector { content: '\0183' };
📋
JS var unicodeA = '\u0183 ';
📋
CPP char unicodeA = ' \u0183 ';
📋
Java char unicodeA = '\u0183';
📋
Python unicodeA = '\u0183'
📋

What is Unicode character ƃ?

The Unicode character ƃ U+0183 is Latin Small Letter B With Topbar in the Latin Extended B block.

What is the uppercase equivalent of the Unicode character ƃ?

The uppercase equivalent of the Unicode character ƃ is Ƃ (U+0182).

What does the Unicode character ƃ represent?

The Unicode character ƃ represents Latin Small Letter B With Topbar.

What is the Unicode code point for ƃ?

The Unicode code point for ƃ is U+0183.

Is the appearance of the ƃ character consistent across all platforms?

The appearance of the ƃ character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Latin Small Letter B With Topbar remains consistent.

How can I ensure the ƃ character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Latin script to correctly render the ƃ character.

In which version was Unicode character ƃ released, and to which block of characters does it belong?

Unicode character ƃ was first introduced in Unicode Version 1.1, and it belongs to the Latin Extended B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 1.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Latin Extended B
General Category Lowercase Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Alphabetic
Numeric Value Not a Number
Script Latin
Sentence Break Lowercase
Word Break MidNumNum
Copied!