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

What is Unicode character 𨢊?

The Unicode character 𨢊 U+2888A 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+2888A.

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!