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

What is Unicode character 𪹦?

The Unicode character 𪹦 U+2AE66 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+2AE66.

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!