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>&#166028;</p>
📋
CSS .selector { content: '\2888C' };
📋
JS var unicodeA = '\u2888C ';
📋
CPP char unicodeA = ' \u2888C ';
📋
Java char unicodeA = '\u2888C';
📋
Python unicodeA = '\u2888C'
📋

What is Unicode character 𨢌?

The Unicode character 𨢌 U+2888C 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+2888C.

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!