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

What is Unicode character 𮎎?

The Unicode character 𮎎 U+2E38E 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+2E38E.

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!