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>&#178284;</p>
📋
CSS .selector { content: '\2B86C' };
📋
JS var unicodeA = '\u2B86C ';
📋
CPP char unicodeA = ' \u2B86C ';
📋
Java char unicodeA = '\u2B86C';
📋
Python unicodeA = '\u2B86C'
📋

What is Unicode character 𫡬?

The Unicode character 𫡬 U+2B86C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2B86C.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!