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

What is Unicode character 𪨶?

The Unicode character 𪨶 U+2AA36 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+2AA36.

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!