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

What is Unicode character 𨣬?

The Unicode character 𨣬 U+288EC 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+288EC.

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!