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

What is Unicode character 𭍼?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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