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

What is Unicode character 𪨦?

The Unicode character 𪨦 U+2AA26 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+2AA26.

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!