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

What is Unicode character 𬁲?

The Unicode character 𬁲 U+2C072 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+2C072.

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!