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

What is Unicode character 𮢢?

The Unicode character 𮢢 U+2E8A2 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+2E8A2.

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!