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

What is Unicode character 𬝲?

The Unicode character 𬝲 U+2C772 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C772.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!