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

What is Unicode character 𭍺?

The Unicode character 𭍺 U+2D37A 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+2D37A.

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!