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

What is Unicode character 𢐵?

The Unicode character 𢐵 U+22435 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+22435.

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!