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

What is Unicode character 𨯬?

The Unicode character 𨯬 U+28BEC 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+28BEC.

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!