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

What is Unicode character 𪹍?

The Unicode character 𪹍 U+2AE4D 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+2AE4D.

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!