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

What is Unicode character 𬐵?

The Unicode character 𬐵 U+2C435 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+2C435.

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!