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

What is Unicode character 𪹬?

The Unicode character 𪹬 U+2AE6C 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+2AE6C.

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!