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

What is Unicode character 𮀬?

The Unicode character 𮀬 U+2E02C 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+2E02C.

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!