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

What is Unicode character 𪨵?

The Unicode character 𪨵 U+2AA35 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+2AA35.

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!