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

What is Unicode character 𪹨?

The Unicode character 𪹨 U+2AE68 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+2AE68.

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!