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

What is Unicode character 𪹶?

The Unicode character 𪹶 U+2AE76 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+2AE76.

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!