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

What is Unicode character 𬝰?

The Unicode character 𬝰 U+2C770 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+2C770.

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!