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

What is Unicode character 𣐵?

The Unicode character 𣐵 U+23435 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+23435.

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!