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

What is Unicode character 𮎍?

The Unicode character 𮎍 U+2E38D 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+2E38D.

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!