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

What is Unicode character 𪧎?

The Unicode character 𪧎 U+2A9CE 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+2A9CE.

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!