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

What is Unicode character 𨫨?

The Unicode character 𨫨 U+28AE8 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+28AE8.

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!