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>&#166058;</p>
📋
CSS .selector { content: '\288AA' };
📋
JS var unicodeA = '\u288AA ';
📋
CPP char unicodeA = ' \u288AA ';
📋
Java char unicodeA = '\u288AA';
📋
Python unicodeA = '\u288AA'
📋

What is Unicode character 𨢪?

The Unicode character 𨢪 U+288AA 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+288AA.

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!