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

What is Unicode character 𨯎?

The Unicode character 𨯎 U+28BCE 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+28BCE.

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!