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

What is Unicode character 𬜢?

The Unicode character 𬜢 U+2C722 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+2C722.

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!