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

What is Unicode character 𨪨?

The Unicode character 𨪨 U+28AA8 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+28AA8.

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!