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

What is Unicode character 𨢍?

The Unicode character 𨢍 U+2888D 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+2888D.

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!