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

What is Unicode character 𫍰?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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