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

What is Unicode character 𮃲?

The Unicode character 𮃲 U+2E0F2 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+2E0F2.

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!