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

What is Unicode character 𪹃?

The Unicode character 𪹃 U+2AE43 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+2AE43.

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!