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

What is Unicode character 𪹔?

The Unicode character 𪹔 U+2AE54 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+2AE54.

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!