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

What is Unicode character 𫍲?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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