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

What is Unicode character 𪹎?

The Unicode character 𪹎 U+2AE4E 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+2AE4E.

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!