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

What is Unicode character 𨯨?

The Unicode character 𨯨 U+28BE8 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+28BE8.

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!