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

What is Unicode character 𮎟?

The Unicode character 𮎟 U+2E39F 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+2E39F.

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!