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

What is Unicode character 𮦲?

The Unicode character 𮦲 U+2E9B2 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+2E9B2.

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!