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

What is Unicode character 𪹫?

The Unicode character 𪹫 U+2AE6B 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+2AE6B.

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!