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.

Code Snippets

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

What is Unicode character 𰑏?

The Unicode character 𰑏 U+3044F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G block.

What does the Unicode character 𰑏 represent?

The Unicode character 𰑏 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𰑏?

The Unicode code point for 𰑏 is U+3044F.

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 Cjk Unified Ideograph- 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 Han 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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!