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

What is Unicode character 𭍰?

The Unicode character 𭍰 U+2D370 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+2D370.

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!