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

What is Unicode character 𬍿?

The Unicode character 𬍿 U+2C37F 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+2C37F.

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!