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

What is Unicode character 𫍼?

The Unicode character 𫍼 U+2B37C 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+2B37C.

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!