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

What is Unicode character 𮔲?

The Unicode character 𮔲 U+2E532 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+2E532.

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!