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

What is Unicode character 𬡬?

The Unicode character 𬡬 U+2C86C 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+2C86C.

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!