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

What is Unicode character 𪧬?

The Unicode character 𪧬 U+2A9EC 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+2A9EC.

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!