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

What is Unicode character 𮎢?

The Unicode character 𮎢 U+2E3A2 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+2E3A2.

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!