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

What is Unicode character 𪨺?

The Unicode character 𪨺 U+2AA3A 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+2AA3A.

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!