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

What is Unicode character 𨐵?

The Unicode character 𨐵 U+28435 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+28435.

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!