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>&#164943;</p>
📋
CSS .selector { content: '\2844F' };
📋
JS var unicodeA = '\u2844F ';
📋
CPP char unicodeA = ' \u2844F ';
📋
Java char unicodeA = '\u2844F';
📋
Python unicodeA = '\u2844F'
📋

What is Unicode character 𨑏?

The Unicode character 𨑏 U+2844F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2844F.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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