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

What is Unicode character 𬍲?

The Unicode character 𬍲 U+2C372 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+2C372.

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!