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

What is Unicode character 𮨲?

The Unicode character 𮨲 U+2EA32 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+2EA32.

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!