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

What is Unicode character 𮌬?

The Unicode character 𮌬 U+2E32C 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+2E32C.

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!