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

What is Unicode character 𮡬?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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