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

What is Unicode character 𨡬?

The Unicode character 𨡬 U+2886C 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+2886C.

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!