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

What is Unicode character 𮎲?

The Unicode character 𮎲 U+2E3B2 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+2E3B2.

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!