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

What is Unicode character 𨪬?

The Unicode character 𨪬 U+28AAC 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+28AAC.

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!