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

What is Unicode character 𪨃?

The Unicode character 𪨃 U+2AA03 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+2AA03.

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!