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

What is Unicode character 𨬁?

The Unicode character 𨬁 U+28B01 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+28B01.

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!