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

What is Unicode character 𪨰?

The Unicode character 𪨰 U+2AA30 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+2AA30.

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!