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

What is Unicode character 𮎔?

The Unicode character 𮎔 U+2E394 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+2E394.

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!