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>&#181327;</p>
📋
CSS .selector { content: '\2C44F' };
📋
JS var unicodeA = '\u2C44F ';
📋
CPP char unicodeA = ' \u2C44F ';
📋
Java char unicodeA = '\u2C44F';
📋
Python unicodeA = '\u2C44F'
📋

What is Unicode character 𬑏?

The Unicode character 𬑏 U+2C44F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C44F.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!