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

What is Unicode character 𬍾?

The Unicode character 𬍾 U+2C37E 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+2C37E.

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!