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

What is Unicode character 𮔬?

The Unicode character 𮔬 U+2E52C 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+2E52C.

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!