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

What is Unicode character 𨣄?

The Unicode character 𨣄 U+288C4 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+288C4.

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!