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

What is Unicode character 𬍼?

The Unicode character 𬍼 U+2C37C 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+2C37C.

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!