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

What is Unicode character 𪨨?

The Unicode character 𪨨 U+2AA28 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+2AA28.

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!