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

What is Unicode character 𫐵?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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