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

What is Unicode character 𮎝?

The Unicode character 𮎝 U+2E39D 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+2E39D.

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!