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

What is Unicode character 𪨼?

The Unicode character 𪨼 U+2AA3C 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+2AA3C.

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!