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

What is Unicode character 𮢼?

The Unicode character 𮢼 U+2E8BC 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+2E8BC.

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!