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

What is Unicode character 𪝰?

The Unicode character 𪝰 U+2A770 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+2A770.

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!