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

What is Unicode character 𬍰?

The Unicode character 𬍰 U+2C370 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+2C370.

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!