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

What is Unicode character 𨯦?

The Unicode character 𨯦 U+28BE6 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+28BE6.

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!