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

What is Unicode character 𪹹?

The Unicode character 𪹹 U+2AE79 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+2AE79.

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!