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

What is Unicode character 𡐵?

The Unicode character 𡐵 U+21435 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+21435.

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!