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

What is Unicode character 𮝲?

The Unicode character 𮝲 U+2E772 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+2E772.

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!