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

What is Unicode character 𮎅?

The Unicode character 𮎅 U+2E385 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+2E385.

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!