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

What is Unicode character 𨯢?

The Unicode character 𨯢 U+28BE2 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+28BE2.

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!