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

What is Unicode character 𮔹?

The Unicode character 𮔹 U+2E539 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+2E539.

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!