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

What is Unicode character 𮎃?

The Unicode character 𮎃 U+2E383 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+2E383.

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!